DBA Data[Home] [Help]

APPS.WIP_AUTOLOTPROC_PRIV dependencies on WIP_LOT_SERIAL_OBJ_T

Line 51: procedure deriveLots(x_compLots IN OUT NOCOPY system.wip_lot_serial_obj_t,

47: -- -- fnd_api.g_ret_sts_success if all lot information was derived.
48: -- -- fnd_api.g_ret_sts_error if some lot information could not be derived.
49: -- -- fnd_api.g_ret_sts_unexp_error if an unexpected error occurred.
50: --------------------------------------------------------------------------------------------------------
51: procedure deriveLots(x_compLots IN OUT NOCOPY system.wip_lot_serial_obj_t,
52: p_orgID IN NUMBER,
53: p_wipEntityID IN NUMBER,
54: p_initMsgList IN VARCHAR2,
55: p_endDebug IN VARCHAR2,

Line 146: x_compLots IN OUT NOCOPY system.wip_lot_serial_obj_t,

142: * x_returnStatus fnd_api.g_ret_sts_success if success without any errors.
143: * Otherwise return fnd_api.g_ret_sts_unexp_error.
144: *****************************************************************************/
145: PROCEDURE deriveLotsFromMOG(
146: x_compLots IN OUT NOCOPY system.wip_lot_serial_obj_t,
147: p_orgID IN NUMBER,
148: p_objectID IN NUMBER,
149: p_initMsgList IN VARCHAR2,
150: x_returnStatus OUT NOCOPY VARCHAR2);