DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on WSM_SERIAL_SUPPORT_GRP

Line 286: wsm_serial_support_grp.backflush_comp(

282: END IF; -- check return status
283: END LOOP; -- Discrete
284: ELSIF(p_entity_type = WIP_CONSTANTS.LOTBASED) THEN
285: FOR l_OSFMAssembly IN c_OSFMAssembly LOOP
286: wsm_serial_support_grp.backflush_comp(
287: p_wipEntityID => l_OSFMAssembly.txn_src_id,
288: p_orgID => l_OSFMAssembly.org_id,
289: p_primaryQty => l_OSFMAssembly.primary_qty,
290: p_txnDate => l_OSFMAssembly.txn_date,

Line 10113: wsm_serial_support_grp.backflush_comp(

10109: p_entity_type => l_backflush.ent_type);
10110: /* End changes for bug 4916939 */
10111: -- Call OSFM new backflush API for OSFM job.
10112: IF(l_backflush.ent_type = WIP_CONSTANTS.LOTBASED) THEN
10113: wsm_serial_support_grp.backflush_comp(
10114: p_wipEntityID => l_backflush.wip_id,
10115: p_orgID => l_backflush.org_id,
10116: p_primaryQty => l_backflush.primary_qty,
10117: p_txnDate => l_backflush.txn_date,

Line 10135: l_errMsg := 'wsm_serial_support_grp.backflush_comp failed' ;

10131: x_error_msg => l_error_msg, -- throw away value
10132: x_error_count => l_error_count); -- throw away value
10133:
10134: IF(l_returnStatus <> fnd_api.g_ret_sts_success) THEN
10135: l_errMsg := 'wsm_serial_support_grp.backflush_comp failed' ;
10136: raise fnd_api.g_exc_unexpected_error;
10137: ELSE
10138: IF(l_ls_required = WIP_CONSTANTS.YES) THEN
10139: -- If we need to gather more lot/serial, error out because