DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on WIP_COMPONENT_TBL_T

Line 1510: l_compTbl system.wip_component_tbl_t;

1506: l_minOpSeqNum NUMBER;
1507: l_maxOpSeqNum NUMBER;
1508: l_assyPullStatus VARCHAR2(1) := fnd_api.g_ret_sts_success;
1509: l_opPullStatus VARCHAR2(1) := fnd_api.g_ret_sts_success;
1510: l_compTbl system.wip_component_tbl_t;
1511: l_returnStatus VARCHAR2(1);
1512: l_params wip_logger.param_tbl_t;
1513: l_logLevel NUMBER := to_number(fnd_log.g_current_runtime_level);
1514: begin

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

1542: into l_minOpSeqNum, l_maxOpSeqNum
1543: from wip_operations
1544: where wip_entity_id = p_jobID;
1545:
1546: l_compTbl := system.wip_component_tbl_t();
1547:
1548: --online. need to backflush components
1549: wip_bflProc_priv.processRequirements(p_wipEntityID => p_jobID,
1550: p_wipEntityType => wip_constants.discrete,