DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on FND_REQUEST

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

399: org_id_table.count > 0
400: THEN
401: FOR I in org_id_table.First .. org_id_table.last
402: LOOP
403: FND_REQUEST.set_org_id(org_id_table(I));
404: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
405: application => 'SQLAP',
406: program =>'APXIIMPT',
407: description => null,

Line 404: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

400: THEN
401: FOR I in org_id_table.First .. org_id_table.last
402: LOOP
403: FND_REQUEST.set_org_id(org_id_table(I));
404: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
405: application => 'SQLAP',
406: program =>'APXIIMPT',
407: description => null,
408: start_time => null,