DBA Data[Home] [Help]

APPS.WMA_MOVE dependencies on WIP_AUTOLOTPROC_PRIV

Line 256: * and wip_autoLotProc_priv.deriveLots. This procedure should be called to

252: END process;
253:
254: /**
255: * This procedure is a wrapper on top of wip_bflProc_priv.processRequirements
256: * and wip_autoLotProc_priv.deriveLots. This procedure should be called to
257: * check whether we need to gather more lot/serial info from the user or not
258: */
259: PROCEDURE backflush(p_jobID IN NUMBER,
260: p_orgID IN NUMBER,

Line 631: wip_autoLotProc_priv.deriveLots(

627: -- derive lot if the component under lot control, if return status
628: -- is 'E' mean cannot derive lot, so the user need to provide more
629: -- info if move_mode is online. For background, error out if cannot
630: -- derive lot.
631: wip_autoLotProc_priv.deriveLots(
632: x_compLots => x_compInfo,
633: p_orgID => p_orgID,
634: p_wipEntityID => p_jobID,
635: p_initMsgList => fnd_api.g_true,

Line 643: wip_logger.log(p_msg => 'after wip_autoLotProc_priv.deriveLots',

639: p_treeSrcName => null,
640: x_returnStatus => x_returnStatus);
641:
642: if (l_logLevel <= wip_constants.full_logging) then
643: wip_logger.log(p_msg => 'after wip_autoLotProc_priv.deriveLots',
644: x_returnStatus => l_returnStatus);
645: end if;
646: IF(x_returnStatus = fnd_api.g_ret_sts_unexp_error) THEN
647: raise fnd_api.g_exc_unexpected_error;