DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on WIP_COMPONENT_TBL_T

Line 1519: l_compTbl system.wip_component_tbl_t;

1515: l_minOpSeqNum NUMBER;
1516: l_maxOpSeqNum NUMBER;
1517: l_assyPullStatus VARCHAR2(1) := fnd_api.g_ret_sts_success;
1518: l_opPullStatus VARCHAR2(1) := fnd_api.g_ret_sts_success;
1519: l_compTbl system.wip_component_tbl_t;
1520: l_returnStatus VARCHAR2(1);
1521: l_params wip_logger.param_tbl_t;
1522: l_logLevel NUMBER := to_number(fnd_log.g_current_runtime_level);
1523: begin

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

1551: into l_minOpSeqNum, l_maxOpSeqNum
1552: from wip_operations
1553: where wip_entity_id = p_jobID;
1554:
1555: l_compTbl := system.wip_component_tbl_t();
1556:
1557: --online. need to backflush components
1558: wip_bflProc_priv.processRequirements(p_wipEntityID => p_jobID,
1559: p_wipEntityType => wip_constants.discrete,