DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_PUB dependencies on INV_EBI_COMP_OUTPUT_OBJ

Line 548: l_revised_item_type_tbl(i).rev_component :=INV_EBI_COMP_OUTPUT_OBJ_TBL();

544: ( p_organization_id => l_organization_id
545: ,p_item_number => p_revised_item_type_tbl(i).revised_item_name);
546: l_revised_item_type_tbl(i).revised_item.operating_unit := l_operating_unit;
547: l_revised_item_type_tbl(i).revised_item.operating_unit_id := l_ouid;
548: l_revised_item_type_tbl(i).rev_component :=INV_EBI_COMP_OUTPUT_OBJ_TBL();
549: IF(p_revised_item_type_tbl(i).component_item_tbl IS NOT NULL AND p_revised_item_type_tbl(i).component_item_tbl.COUNT > 0) THEN
550: FOR j IN 1..p_revised_item_type_tbl(i).component_item_tbl.COUNT
551: LOOP
552: l_revised_item_type_tbl(i).rev_component.extend();

Line 553: l_revised_item_type_tbl(i).rev_component(j) := INV_EBI_COMP_OUTPUT_OBJ(NULL,NULL);

549: IF(p_revised_item_type_tbl(i).component_item_tbl IS NOT NULL AND p_revised_item_type_tbl(i).component_item_tbl.COUNT > 0) THEN
550: FOR j IN 1..p_revised_item_type_tbl(i).component_item_tbl.COUNT
551: LOOP
552: l_revised_item_type_tbl(i).rev_component.extend();
553: l_revised_item_type_tbl(i).rev_component(j) := INV_EBI_COMP_OUTPUT_OBJ(NULL,NULL);
554: l_revised_item_type_tbl(i).rev_component(j).component := INV_EBI_ITEM_OUTPUT_OBJ(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
555: l_revised_item_type_tbl(i).rev_component(j).component.ORGANIZATION_CODE := p_change_order.organization_code ;
556: l_revised_item_type_tbl(i).rev_component(j).component.ORGANIZATION_ID := l_organization_id;
557: l_revised_item_type_tbl(i).rev_component(j).component.ITEM_NUMBER := p_revised_item_type_tbl(i).component_item_tbl(j).component_item_name;