DBA Data[Home] [Help]

APPS.AR_CUST_BAL_RPT_PKG dependencies on FND_GLOBAL

Line 49: P_CONC_REQUEST_ID := FND_GLOBAL.CONC_REQUEST_ID;

45: l_count1 number;
46: l_count2 number;
47: l_org_id number;
48: BEGIN
49: P_CONC_REQUEST_ID := FND_GLOBAL.CONC_REQUEST_ID;
50:
51: BEGIN
52: select org_id into l_org_id from fnd_concurrent_requests
53: where request_id in ( select parent_request_id from fnd_concurrent_requests where request_id=p_conc_request_id);