DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on WIP_SO_RESERVATIONS

Line 356: wip_so_reservations.allocate_completion_to_so(

352: --allocate completions to sales orders
353: l_errMsg := 'SO allocation failed.'; --set message in case it fails
354: x_returnStatus := fnd_api.g_ret_sts_success;
355: if(p_cplRec.lpnID is null) then
356: wip_so_reservations.allocate_completion_to_so(
357: p_organization_id => p_cplRec.orgID,
358: p_wip_entity_id => p_cplRec.wipEntityID,
359: p_inventory_item_id => p_cplRec.itemID,
360: p_transaction_header_id => p_cplRec.cplTxnID,

Line 405: wip_so_reservations.return_reservation_to_wip(

401: raise fnd_api.g_exc_unexpected_error;
402: end if;
403: --return the so reservation to wip
404: l_errMsg := 'SO return reservation failed'; --set message in case SO return failed
405: wip_so_reservations.return_reservation_to_wip(
406: p_organization_id => p_cplRec.orgID,
407: p_wip_entity_id => p_cplRec.wipEntityID,
408: p_inventory_item_id => p_cplRec.itemID,
409: p_transaction_header_id => p_cplRec.cplTxnID,