DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_PUB dependencies on INV_EBI_ITEM_OUTPUT_TBL

Line 563: l_revised_item_type_tbl(i).rev_component(j).subcomponent := INV_EBI_ITEM_OUTPUT_TBL();

559: ( p_organization_id => l_organization_id
560: ,p_item_number => p_revised_item_type_tbl(i).component_item_tbl(j).component_item_name);
561: l_revised_item_type_tbl(i).rev_component(j).component.operating_unit := l_operating_unit;
562: l_revised_item_type_tbl(i).rev_component(j).component.operating_unit_id := l_ouid;
563: l_revised_item_type_tbl(i).rev_component(j).subcomponent := INV_EBI_ITEM_OUTPUT_TBL();
564:
565: IF(p_revised_item_type_tbl(i).component_item_tbl(j).substitute_component_tbl IS NOT NULL AND p_revised_item_type_tbl(i).component_item_tbl(j).substitute_component_tbl.COUNT > 0) THEN
566: FOR k IN 1..p_revised_item_type_tbl(i).component_item_tbl(j).substitute_component_tbl.COUNT
567: LOOP