DBA Data[Home] [Help]

APPS.DPP_ITEMCOST_PVT dependencies on FND_CONCURRENT

Line 1171: l_wait_req := fnd_concurrent.wait_for_request(

1167: COMMIT;
1168:
1169: dpp_utility_pvt.debug_message(FND_LOG.LEVEL_STATEMENT, l_module, 'Cost Import Request ID: '||l_cost_import_req_id);
1170:
1171: l_wait_req := fnd_concurrent.wait_for_request(
1172: request_id => l_cost_import_req_id,
1173: interval => 60,
1174: max_wait => 0,
1175: phase => l_phase,

Line 1225: l_wait_req := fnd_concurrent.wait_for_request(

1221: COMMIT;
1222:
1223: dpp_utility_pvt.debug_message(FND_LOG.LEVEL_STATEMENT, l_module, 'Std Cost Update Request ID: '||l_cost_upd_req_id);
1224:
1225: l_wait_req := fnd_concurrent.wait_for_request(
1226: request_id => l_cost_upd_req_id,
1227: interval => 60,
1228: max_wait => 0,
1229: phase => l_phase,