DBA Data[Home] [Help]

APPS.CSD_RECALLS_PVT dependencies on FND_REQUEST

Line 544: x_request_id := fnd_request.submit_request(application => 'CSD',

540: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
541: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Before launching the CP');
542: END IF;
543:
544: x_request_id := fnd_request.submit_request(application => 'CSD',
545: program => 'CSDRCLWK',
546: description => null,
547: argument1 => l_group_id,
548: argument2 => p_sr_type_id,

Line 1159: x_request_id := fnd_request.submit_request (

1155: INSERT INTO wip_job_schedule_interface VALUES l_job_header_tbl(j);
1156:
1157: COMMIT WORK;
1158: -- submit wip mass load as child request for the entire group.
1159: x_request_id := fnd_request.submit_request (
1160: application => 'WIP',
1161: program => 'WICMLP',
1162: description => NULL,
1163: start_time => NULL,