DBA Data[Home] [Help]

APPS.CSD_WIP_JOB_PVT dependencies on FND_REQUEST

Line 1375: x_request_id := fnd_request.submit_request (

1371: -- order, then p_repair_line_id is NULL, In this case, the WIP Update program runs for
1372: -- all eligible repair orders.
1373: /*
1374: if (l_default_ro_item = 'N') then
1375: x_request_id := fnd_request.submit_request (
1376: application => 'CSD',
1377: program => 'CSDJSWIP',
1378: description => NULL,
1379: start_time => NULL,

Line 1600: l_req_id := fnd_request.submit_request (

1596: -- , defaults to the value of 'Yes'.
1597: -- argument2 specifies the validation level for WIP Mass Load
1598: -- argument1 is the group_id
1599:
1600: l_req_id := fnd_request.submit_request (
1601: application => 'WIP',
1602: program => 'WICMLP',
1603: description => NULL,
1604: start_time => NULL,

Line 2866: x_request_id := fnd_request.submit_request (

2862: fnd_log.string(fnd_log.level_statement, lc_module_name,'Launching the CSDJSWIP CP.');
2863:
2864: END IF;
2865:
2866: x_request_id := fnd_request.submit_request (
2867: application => 'CSD',
2868: program => 'CSDJSWIP',
2869: description => NULL,
2870: start_time => NULL,

Line 2880: fnd_log.string(fnd_log.level_statement, lc_module_name,'Return from fnd_request.submit_request. The request_id = '||x_request_id);

2876: -- most likely a bug, or indication of something went nastily wrong.
2877:
2878: -- the caller of this API should decide what to do with x_request_id = -1 or a when others exception.
2879: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
2880: fnd_log.string(fnd_log.level_statement, lc_module_name,'Return from fnd_request.submit_request. The request_id = '||x_request_id);
2881:
2882: END IF;
2883:
2884: EXCEPTION