DBA Data[Home] [Help]

APPS.WIP_AUTOSERIALPROC_PRIV dependencies on WIP_COMPONENT_OBJ_T

Line 59: l_item system.wip_component_obj_t;

55: l_logLevel NUMBER := fnd_log.g_current_runtime_level;
56: l_curLot VARCHAR2(30) := null;
57: l_errMsg VARCHAR2(240);
58: l_returnStatus VARCHAR2(1);
59: l_item system.wip_component_obj_t;
60: l_lotComp c_lotComp%ROWTYPE;
61: l_params wip_logger.param_tbl_t;
62: l_serialComp c_serialComp%ROWTYPE;
63:

Line 215: p_item IN system.wip_component_obj_t,

211:
212: PROCEDURE setItemRevision
213: (p_parentObjID IN NUMBER,
214: p_orgID IN NUMBER,
215: p_item IN system.wip_component_obj_t,
216: x_compLots IN OUT NOCOPY system.wip_lot_serial_obj_t,
217: x_returnStatus OUT NOCOPY VARCHAR2) IS
218:
219: CURSOR c_revisionComp IS

Line 333: l_curItem system.wip_component_obj_t;

329: x_returnStatus OUT NOCOPY VARCHAR2) IS
330: l_returnStatus VARCHAR2(1);
331: l_errMsg VARCHAR2(80);
332: l_params wip_logger.param_tbl_t;
333: l_curItem system.wip_component_obj_t;
334: l_logLevel NUMBER := fnd_log.g_current_runtime_level;
335: BEGIN
336: IF (l_logLevel <= wip_constants.trace_logging) THEN
337: l_params(1).paramName := 'p_objectID';