DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_PUB dependencies on INV_EBI_COMP_OUTPUT_OBJ

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

439: ( p_organization_id => l_organization_id
440: ,p_item_number => p_revised_item_type_tbl(i).revised_item_name);
441: l_revised_item_type_tbl(i).revised_item.operating_unit := l_operating_unit;
442: l_revised_item_type_tbl(i).revised_item.operating_unit_id := l_ouid;
443: l_revised_item_type_tbl(i).rev_component :=INV_EBI_COMP_OUTPUT_OBJ_TBL();
444: 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
445: FOR j IN 1..p_revised_item_type_tbl(i).component_item_tbl.COUNT
446: LOOP
447: l_revised_item_type_tbl(i).rev_component.extend();

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

444: 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
445: FOR j IN 1..p_revised_item_type_tbl(i).component_item_tbl.COUNT
446: LOOP
447: l_revised_item_type_tbl(i).rev_component.extend();
448: l_revised_item_type_tbl(i).rev_component(j) := INV_EBI_COMP_OUTPUT_OBJ(NULL,NULL);
449: 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);
450: l_revised_item_type_tbl(i).rev_component(j).component.ORGANIZATION_CODE := p_change_order.organization_code ;
451: l_revised_item_type_tbl(i).rev_component(j).component.ORGANIZATION_ID := l_organization_id;
452: 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;