DBA Data[Home] [Help]

APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on FND_REQUEST

Line 2320: Fnd_request.set_org_id(l_current_org_id);

2316:
2317: -- Submit the request for running the errors report.
2318: /*Bug No : 6341012. MOAC Uptake. Set ORG_ID before submitting request */
2319:
2320: Fnd_request.set_org_id(l_current_org_id);
2321: l_request_id := FND_REQUEST.SUBMIT_REQUEST
2322: ('IGC',
2323: 'IGCCLDER',
2324: NULL,

Line 2321: l_request_id := FND_REQUEST.SUBMIT_REQUEST

2317: -- Submit the request for running the errors report.
2318: /*Bug No : 6341012. MOAC Uptake. Set ORG_ID before submitting request */
2319:
2320: Fnd_request.set_org_id(l_current_org_id);
2321: l_request_id := FND_REQUEST.SUBMIT_REQUEST
2322: ('IGC',
2323: 'IGCCLDER',
2324: NULL,
2325: NULL,

Line 2358: l_layout := FND_REQUEST.ADD_LAYOUT(

2354: l_terr,
2355: 'IGCCLDER_XML',
2356: 'IGC',
2357: 'IGCCLDER_XML' );
2358: l_layout := FND_REQUEST.ADD_LAYOUT(
2359: 'IGC',
2360: 'IGCCLDER_XML',
2361: l_lang,
2362: l_terr,

Line 2365: Fnd_request.set_org_id(l_current_org_id);

2361: l_lang,
2362: l_terr,
2363: 'RTF');
2364: IF l_layout then
2365: Fnd_request.set_org_id(l_current_org_id);
2366: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
2367: 'IGC',
2368: 'IGCCLDER_XML',
2369: NULL,

Line 2366: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

2362: l_terr,
2363: 'RTF');
2364: IF l_layout then
2365: Fnd_request.set_org_id(l_current_org_id);
2366: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
2367: 'IGC',
2368: 'IGCCLDER_XML',
2369: NULL,
2370: NULL,