DBA Data[Home] [Help]

APPS.WMA_FLOW dependencies on WIP_COMPONENT_TBL_T

Line 993: l_compTbl system.wip_component_tbl_t;

989: x_lotEntryType out nocopy number,
990: x_compInfo out nocopy system.wip_lot_serial_obj_t,
991: x_returnStatus out nocopy varchar2,
992: x_errMessage out nocopy varchar2) is
993: l_compTbl system.wip_component_tbl_t;
994: l_bomRevDate date := null;
995: l_count number;
996: l_returnStatus VARCHAR2(1);
997: l_params wip_logger.param_tbl_t;

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

1048: where wip_entity_id = p_wipEntityID;
1049: end if;
1050:
1051:
1052: l_compTbl := system.wip_component_tbl_t();
1053: -- explode the bom and do the default for the supply subinv and locator
1054: --commented for flow execution - component and detail merging
1055:
1056: wip_flowUtil_priv.explodeRequirementsAndDefault(