DBA Data[Home] [Help]

APPS.WMA_MOVE dependencies on WIP_COMPONENT_TBL_T

Line 286: l_compTbl system.wip_component_tbl_t;

282: l_bf_qty NUMBER;
283: l_first_op NUMBER;
284: i NUMBER;
285: l_returnStatus VARCHAR(1);
286: l_compTbl system.wip_component_tbl_t;
287: l_params wip_logger.param_tbl_t;
288: l_logLevel NUMBER := to_number(fnd_log.g_current_runtime_level);
289:
290: BEGIN

Line 329: l_compTbl := system.wip_component_tbl_t();

325: INTO x_lotEntryType
326: FROM wip_parameters
327: WHERE organization_id = p_orgID;
328:
329: l_compTbl := system.wip_component_tbl_t();
330:
331: IF(p_txnType = WIP_CONSTANTS.COMP_TXN OR
332: p_txnType = WIP_CONSTANTS.RET_TXN) THEN -- Easy Complete/Return
333: -- get the last operation to pass to backflush processor