DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on INV_EBI_SUB_COMP_TBL

Line 586: l_substitute_comp_tbl inv_ebi_sub_comp_tbl;

582: i NUMBER := 0;
583: l_component_item inv_ebi_rev_comp_obj;
584: l_Found BOOLEAN;
585: l_merged_subst_comp c_Merged_Substitute_Comp%ROWTYPE;
586: l_substitute_comp_tbl inv_ebi_sub_comp_tbl;
587: l_sub_comp_count NUMBER := 1;
588: l_output_status inv_ebi_output_status;
589: BEGIN
590: l_output_status := inv_ebi_output_status(fnd_api.g_ret_sts_success,NULL,NULL,NULL);

Line 600: l_substitute_comp_tbl := inv_ebi_sub_comp_tbl();

596:
597: l_component_item := p_component_item;
598:
599: IF p_component_item.substitute_component_tbl IS NOT NULL THEN
600: l_substitute_comp_tbl := inv_ebi_sub_comp_tbl();
601: FOR i IN 1..p_component_item.substitute_component_tbl.COUNT LOOP
602: IF p_component_item.substitute_component_tbl(i).transaction_type <> ENG_GLOBALS.g_opr_delete THEN
603: l_substitute_comp_tbl.EXTEND(1);
604: l_substitute_comp_tbl(l_sub_comp_count) := p_component_item.substitute_component_tbl(i);

Line 632: l_component_item.substitute_component_tbl := inv_ebi_sub_comp_tbl();

628: ,p_component_sequence_id => l_Component_Sequence_Id
629: );
630: FETCH c_merged_substitute_comp INTO l_merged_subst_comp;
631: IF l_component_item.substitute_component_tbl IS NULL THEN
632: l_component_item.substitute_component_tbl := inv_ebi_sub_comp_tbl();
633: END IF;
634:
635: l_component_item.substitute_component_tbl.EXTEND(1);
636: l_component_item.substitute_component_tbl(l_component_item.substitute_component_tbl.COUNT) := inv_ebi_sub_comp_obj(

Line 4120: l_substitute_component_tbl inv_ebi_sub_comp_tbl;

4116: IS
4117: l_eco_change_order_obj inv_ebi_change_order_obj;
4118: l_eco_revision_tbl inv_ebi_eco_revision_tbl;
4119: l_eco_revision_obj inv_ebi_eco_revision_obj;
4120: l_substitute_component_tbl inv_ebi_sub_comp_tbl;
4121: l_substitute_component_obj inv_ebi_sub_comp_obj;
4122: l_reference_designator_tbl inv_ebi_ref_desg_tbl;
4123: l_reference_designator_obj inv_ebi_ref_desg_obj;
4124: l_revision_component_tbl inv_ebi_rev_comp_tbl;

Line 4742: l_substitute_component_tbl := inv_ebi_sub_comp_tbl();

4738: END LOOP;
4739: END IF; -- IF (l_include_ref_designators = fnd_api.g_true) THEN
4740:
4741: l_sub_index :=1;
4742: l_substitute_component_tbl := inv_ebi_sub_comp_tbl();
4743: IF (l_include_sub_comp = fnd_api.g_true) THEN
4744: FOR sc IN c_substitute_component(l_change_id,ri.revised_item_id,rc.component_item_id)
4745: LOOP
4746: l_substitute_component_tbl.extend();