DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on FND_REQUEST

Line 414: FND_REQUEST.set_org_id(org_id_table(I));

410: org_id_table.count > 0
411: THEN
412: FOR I in org_id_table.First .. org_id_table.last
413: LOOP
414: FND_REQUEST.set_org_id(org_id_table(I));
415: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
416: application => 'SQLAP',
417: program =>'APXIIMPT',
418: description => null,

Line 415: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

411: THEN
412: FOR I in org_id_table.First .. org_id_table.last
413: LOOP
414: FND_REQUEST.set_org_id(org_id_table(I));
415: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
416: application => 'SQLAP',
417: program =>'APXIIMPT',
418: description => null,
419: start_time => null,