DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on WSM_SERIAL_SUPPORT_GRP

Line 368: wsm_serial_support_grp.backflush_comp(

364: END IF; -- check return status
365: END LOOP; -- Discrete (MMTT)
366: ELSIF(p_entity_type = WIP_CONSTANTS.LOTBASED) THEN
367: FOR l_OSFMAssembly IN c_OSFMAssembly LOOP
368: wsm_serial_support_grp.backflush_comp(
369: p_wipEntityID => l_OSFMAssembly.txn_src_id,
370: p_orgID => l_OSFMAssembly.org_id,
371: p_primaryQty => l_OSFMAssembly.primary_qty,
372: p_txnDate => l_OSFMAssembly.txn_date,

Line 10466: wsm_serial_support_grp.backflush_comp(

10462: p_entity_type => l_backflush.ent_type);
10463: /* End changes for bug 4916939 */
10464: -- Call OSFM new backflush API for OSFM job.
10465: IF(l_backflush.ent_type = WIP_CONSTANTS.LOTBASED) THEN
10466: wsm_serial_support_grp.backflush_comp(
10467: p_wipEntityID => l_backflush.wip_id,
10468: p_orgID => l_backflush.org_id,
10469: p_primaryQty => l_backflush.primary_qty,
10470: p_txnDate => l_backflush.txn_date,

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

10484: x_error_msg => l_error_msg, -- throw away value
10485: x_error_count => l_error_count); -- throw away value
10486:
10487: IF(l_returnStatus <> fnd_api.g_ret_sts_success) THEN
10488: l_errMsg := 'wsm_serial_support_grp.backflush_comp failed' ;
10489: raise fnd_api.g_exc_unexpected_error;
10490: ELSE
10491: IF(l_ls_required = WIP_CONSTANTS.YES) THEN
10492: -- If we need to gather more lot/serial, error out because