DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on WIP_LOT_SERIAL_OBJ_T

Line 226: * backflush components into PL/SQL object(system.wip_lot_serial_obj_t). This

222: /****************************************************************************
223: *
224: * This procedure will be called from WIP OA Transaction page(move related
225: * transctions, completion, and return), and OSFM OA Move page to populate all
226: * backflush components into PL/SQL object(system.wip_lot_serial_obj_t). This
227: * procedure should be called before calling the main processors because we
228: * may need to gather lot/serial information for the backflush components.
229: * By the time the main processor pick up the record, all the information
230: * should be ready.

Line 298: x_compInfo OUT NOCOPY system.wip_lot_serial_obj_t,

294: p_childMovTxnID IN NUMBER:= NULL,
295: p_movTxnID IN NUMBER:= NULL,
296: p_cplTxnID IN NUMBER:= NULL,
297: p_objectID IN NUMBER:= NULL,
298: x_compInfo OUT NOCOPY system.wip_lot_serial_obj_t,
299: x_lotSerRequired OUT NOCOPY NUMBER,
300: x_returnStatus OUT NOCOPY VARCHAR2);
301:
302: end wip_bflProc_priv;