DBA Data[Home] [Help]

APPS.CSD_WIP_JOB_PVT dependencies on FND_REQUEST

Line 1323: x_request_id := fnd_request.submit_request (

1319: -- order, then p_repair_line_id is NULL, In this case, the WIP Update program runs for
1320: -- all eligible repair orders.
1321:
1322: if (l_default_ro_item = 'N') then
1323: x_request_id := fnd_request.submit_request (
1324: application => 'CSD',
1325: program => 'CSDJSWIP',
1326: description => NULL,
1327: start_time => NULL,

Line 1509: l_req_id := fnd_request.submit_request (

1505: -- , defaults to the value of 'Yes'.
1506: -- argument2 specifies the validation level for WIP Mass Load
1507: -- argument1 is the group_id
1508:
1509: l_req_id := fnd_request.submit_request (
1510: application => 'WIP',
1511: program => 'WICMLP',
1512: description => NULL,
1513: start_time => NULL,