DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on WIP_LOT_SERIAL_OBJ_T

Line 3015: FUNCTION NegLSCompExist(p_compInfo IN OUT NOCOPY system.wip_lot_serial_obj_t)

3011: x_returnStatus => l_returnStatus);
3012: END IF;
3013: END backflush;
3014:
3015: FUNCTION NegLSCompExist(p_compInfo IN OUT NOCOPY system.wip_lot_serial_obj_t)
3016: RETURN NUMBER IS
3017:
3018: l_curItem system.wip_component_obj_t;
3019: BEGIN

Line 3055: x_compInfo OUT NOCOPY system.wip_lot_serial_obj_t,

3051: p_childMovTxnID IN NUMBER:= NULL,
3052: p_movTxnID IN NUMBER:= NULL,
3053: p_cplTxnID IN NUMBER:= NULL,
3054: p_objectID IN NUMBER:= NULL,
3055: x_compInfo OUT NOCOPY system.wip_lot_serial_obj_t,
3056: x_lotSerRequired OUT NOCOPY NUMBER,
3057: x_returnStatus OUT NOCOPY VARCHAR2) IS
3058:
3059: l_params wip_logger.param_tbl_t;

Line 3434: wip_logger.log(p_msg => 'before system.wip_lot_serial_obj_t',

3430: END IF; -- l_first_bf_op <> -1
3431: END IF; -- Overmove/ Overcompletion
3432:
3433: if (l_logLevel <= wip_constants.full_logging) then
3434: wip_logger.log(p_msg => 'before system.wip_lot_serial_obj_t',
3435: x_returnStatus => l_returnStatus);
3436: end if;
3437: x_compInfo := system.wip_lot_serial_obj_t(null, null, null, l_compTbl,
3438: null, null);

Line 3437: x_compInfo := system.wip_lot_serial_obj_t(null, null, null, l_compTbl,

3433: if (l_logLevel <= wip_constants.full_logging) then
3434: wip_logger.log(p_msg => 'before system.wip_lot_serial_obj_t',
3435: x_returnStatus => l_returnStatus);
3436: end if;
3437: x_compInfo := system.wip_lot_serial_obj_t(null, null, null, l_compTbl,
3438: null, null);
3439: if (l_logLevel <= wip_constants.full_logging) then
3440: wip_logger.log(p_msg => 'after system.wip_lot_serial_obj_t',
3441: x_returnStatus => l_returnStatus);

Line 3440: wip_logger.log(p_msg => 'after system.wip_lot_serial_obj_t',

3436: end if;
3437: x_compInfo := system.wip_lot_serial_obj_t(null, null, null, l_compTbl,
3438: null, null);
3439: if (l_logLevel <= wip_constants.full_logging) then
3440: wip_logger.log(p_msg => 'after system.wip_lot_serial_obj_t',
3441: x_returnStatus => l_returnStatus);
3442: end if;
3443: x_compInfo.initialize;
3444: if (l_logLevel <= wip_constants.full_logging) then