DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on WIP_OVERCOMPLETION

Line 829: wip_overcompletion.check_tolerance(p_organization_id => p_cplRec.orgID,

825: raise fnd_api.g_exc_unexpected_error;
826: end if;
827: end if;
828:
829: wip_overcompletion.check_tolerance(p_organization_id => p_cplRec.orgID,
830: p_wip_entity_id => p_cplRec.wipEntityID,
831: p_repetitive_schedule_id => l_lastSchedID,
832: p_primary_quantity => p_cplRec.overCplPriQty,
833: p_result => x_returnStatus);

Line 850: wip_overcompletion.insert_oc_move_txn( p_primary_quantity => p_cplRec.overCplPriQty,

846:
847: --if a routing exists, insert a move record and perform the move
848: if(p_cplRec.lastOpSeq > 0) then
849:
850: wip_overcompletion.insert_oc_move_txn( p_primary_quantity => p_cplRec.overCplPriQty,
851: p_cpl_profile => wip_constants.online,
852: p_oc_txn_id => p_cplRec.overCplTxnID,
853: p_parent_cpl_txn_id => p_cplRec.cplTxnID,
854: p_first_schedule_id => l_firstSchedID,

Line 868: l_errMsg := 'wip_overcompletion.insert_oc_move_txn: ' || l_errMsg;

864: --if insert failed
865: if(l_errMsg is not null) then
866: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
867: fnd_msg_pub.add;
868: l_errMsg := 'wip_overcompletion.insert_oc_move_txn: ' || l_errMsg;
869: raise fnd_api.g_exc_unexpected_error;
870: end if;
871:
872: --we must process material requirements in background mode so any assy pull components in MMTT