DBA Data[Home] [Help]

APPS.WMA_MOVE dependencies on WIP_LOT_SERIAL_OBJ_T

Line 275: x_compInfo OUT NOCOPY system.wip_lot_serial_obj_t,

271: p_cmpTxnID IN NUMBER,
272: p_txnType IN NUMBER,
273: p_objectID IN NUMBER,
274: x_lotEntryType OUT NOCOPY NUMBER,
275: x_compInfo OUT NOCOPY system.wip_lot_serial_obj_t,
276: x_returnStatus OUT NOCOPY VARCHAR2,
277: x_errMessage OUT NOCOPY VARCHAR2) IS
278:
279: l_first_bf_op NUMBER := -1;

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

609: END IF; -- l_first_bf_op <> -1
610:
611: END IF; -- end over move transaction
612: if (l_logLevel <= wip_constants.full_logging) then
613: wip_logger.log(p_msg => 'before system.wip_lot_serial_obj_t',
614: x_returnStatus => l_returnStatus);
615: end if;
616: x_compInfo := system.wip_lot_serial_obj_t(null, null, null, l_compTbl,
617: null, null);

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

612: if (l_logLevel <= wip_constants.full_logging) then
613: wip_logger.log(p_msg => 'before system.wip_lot_serial_obj_t',
614: x_returnStatus => l_returnStatus);
615: end if;
616: x_compInfo := system.wip_lot_serial_obj_t(null, null, null, l_compTbl,
617: null, null);
618: if (l_logLevel <= wip_constants.full_logging) then
619: wip_logger.log(p_msg => 'after system.wip_lot_serial_obj_t',
620: x_returnStatus => l_returnStatus);

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

615: end if;
616: x_compInfo := system.wip_lot_serial_obj_t(null, null, null, l_compTbl,
617: null, null);
618: if (l_logLevel <= wip_constants.full_logging) then
619: wip_logger.log(p_msg => 'after system.wip_lot_serial_obj_t',
620: x_returnStatus => l_returnStatus);
621: end if;
622: x_compInfo.initialize;
623: if (l_logLevel <= wip_constants.full_logging) then