DBA Data[Home] [Help]

APPS.DPP_ITEMCOST_PVT dependencies on FND_REQUEST

Line 1163: l_cost_import_req_id := FND_REQUEST.submit_request(

1159: END IF;
1160:
1161: --Calling the "Cost Import Process" Concurrent Program
1162: BEGIN
1163: l_cost_import_req_id := FND_REQUEST.submit_request(
1164: application => 'BOM',
1165: program => 'CSTPCIMP',
1166: description => NULL,
1167: start_time => NULL,

Line 1205: l_cost_upd_req_id := FND_REQUEST.submit_request(

1201: FOR Organization_Rec IN Organization_Cur(l_cost_type_id,l_cost_import_req_id)
1202: LOOP
1203: --Calling the "Update Standard Costs" Concurrent Program
1204: BEGIN
1205: l_cost_upd_req_id := FND_REQUEST.submit_request(
1206: application => 'BOM',
1207: program => 'CMCICU',
1208: description => NULL,
1209: start_time => NULL,