DBA Data[Home] [Help]

APPS.DPP_ITEMCOST_PVT dependencies on FND_REQUEST

Line 1153: l_cost_import_req_id := FND_REQUEST.submit_request(

1149: dpp_utility_pvt.debug_message(FND_LOG.LEVEL_STATEMENT, l_module, 'After For Loop:'||to_char(sysdate,'dd-mon-yyyy hh24:mi:ss'));
1150:
1151: --Calling the "Cost Import Process" Concurrent Program
1152: BEGIN
1153: l_cost_import_req_id := FND_REQUEST.submit_request(
1154: application => 'BOM',
1155: program => 'CSTPCIMP',
1156: description => NULL,
1157: start_time => NULL,

Line 1191: l_cost_upd_req_id := FND_REQUEST.submit_request(

1187: FOR Organization_Rec IN Organization_Cur(l_cost_type_id,l_cost_import_req_id)
1188: LOOP
1189: --Calling the "Update Standard Costs" Concurrent Program
1190: BEGIN
1191: l_cost_upd_req_id := FND_REQUEST.submit_request(
1192: application => 'BOM',
1193: program => 'CMCICU',
1194: description => NULL,
1195: start_time => NULL,