DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on WIP_SO_RESERVATIONS

Line 333: wip_so_reservations.allocate_completion_to_so(

329: --allocate completions to sales orders
330: l_errMsg := 'SO allocation failed.'; --set message in case it fails
331: x_returnStatus := fnd_api.g_ret_sts_success;
332: if(p_cplRec.lpnID is null) then
333: wip_so_reservations.allocate_completion_to_so(
334: p_organization_id => p_cplRec.orgID,
335: p_wip_entity_id => p_cplRec.wipEntityID,
336: p_inventory_item_id => p_cplRec.itemID,
337: p_transaction_header_id => p_cplRec.cplTxnID,

Line 382: wip_so_reservations.return_reservation_to_wip(

378: raise fnd_api.g_exc_unexpected_error;
379: end if;
380: --return the so reservation to wip
381: l_errMsg := 'SO return reservation failed'; --set message in case SO return failed
382: wip_so_reservations.return_reservation_to_wip(
383: p_organization_id => p_cplRec.orgID,
384: p_wip_entity_id => p_cplRec.wipEntityID,
385: p_inventory_item_id => p_cplRec.itemID,
386: p_transaction_header_id => p_cplRec.cplTxnID,