MULTI ORG DATA REPORT

There are many available reports in Oracle Apps so you can discuss the requirements related to these reports here.
Post Reply
wenjie
Posts: 30
Joined: Mon Jul 07, 2008 5:42 am
Location: Indonesia

MULTI ORG DATA REPORT

Post by wenjie »

CAN SOME ONE GIVE ME A EXAMPLE HOW GO GET MULTI ORG DATA FROM
ar_misc_cash_distributions_v

IF I'M MY LOGIN ORG ID IS '102', HOW CAN I GET DATA FROM '104' DATA
hiszaki
Posts: 482
Joined: Thu May 10, 2007 9:03 am
Location: Egypt

Post by hiszaki »

Hi wenjie

If you use TOAD tools to get the data from this view "ar_misc_cash_distributions_v" then you can run this program before read the data.

begin
fnd_client_info.set_org_context(:P_ORG_ID);
end;

by change the parameter P_ORG_ID from 102 to 104.

Be carful the view only read the data according to the ORG_ID in the application & if you want to read all data you can get it from the table:
AR_MISC_CASH_DISTRIBUTIONS_ALL

Thanks
Hisham
wenjie
Posts: 30
Joined: Mon Jul 07, 2008 5:42 am
Location: Indonesia

Post by wenjie »

thx, now i can get all data from AR_MISC_CASH_DISTRIBUTIONS_ALL

[:)]
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest