Search found 46 matches

by sankarch
Tue Oct 30, 2007 5:46 am
Forum: Reports (Only Oracle Apps Reports)
Topic: how to set org_id for a concurrent report
Replies: 5
Views: 4941

Hi,

Please set the query in sql prompt or report developer in the before parameter from or after parameter form,

This is Support oracle apps11i

begin
fnd_client_info.set_org_context(org_id);
end;


This is support the sql prompt
begin
dbms_application_info.set_client_info(org_id);
end;