DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on WIP_OVERCOMPLETION

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

799: raise fnd_api.g_exc_unexpected_error;
800: end if;
801: end if;
802:
803: wip_overcompletion.check_tolerance(p_organization_id => p_cplRec.orgID,
804: p_wip_entity_id => p_cplRec.wipEntityID,
805: p_repetitive_schedule_id => l_lastSchedID,
806: p_primary_quantity => p_cplRec.overCplPriQty,
807: p_result => x_returnStatus);

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

820:
821: --if a routing exists, insert a move record and perform the move
822: if(p_cplRec.lastOpSeq > 0) then
823:
824: wip_overcompletion.insert_oc_move_txn( p_primary_quantity => p_cplRec.overCplPriQty,
825: p_cpl_profile => wip_constants.online,
826: p_oc_txn_id => p_cplRec.overCplTxnID,
827: p_parent_cpl_txn_id => p_cplRec.cplTxnID,
828: p_first_schedule_id => l_firstSchedID,

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

838: --if insert failed
839: if(l_errMsg is not null) then
840: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
841: fnd_msg_pub.add;
842: l_errMsg := 'wip_overcompletion.insert_oc_move_txn: ' || l_errMsg;
843: raise fnd_api.g_exc_unexpected_error;
844: end if;
845:
846: --we must process material requirements in background mode so any assy pull components in MMTT