DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on INV_EBI_SUB_COMP_OBJ

Line 519: p_new_substitute_comp IN inv_ebi_sub_comp_obj

515:
516: l_copied_substitute_comp c_copied_substitute_comps%ROWTYPE;
517:
518: CURSOR c_merged_substitute_comp (
519: p_new_substitute_comp IN inv_ebi_sub_comp_obj
520: ,p_component_sequence_id IN NUMBER
521: ,p_substitute_component_name IN VARCHAR2
522: ) IS
523: SELECT

Line 636: l_component_item.substitute_component_tbl(l_component_item.substitute_component_tbl.COUNT) := inv_ebi_sub_comp_obj(

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(
637: l_component_item.start_effective_date
638: ,l_copied_substitute_comp.substitute_component_name
639: ,l_merged_subst_comp.new_substitute_component_name
640: ,l_merged_subst_comp.acd_type

Line 682: l_component_item.substitute_component_tbl(i) := inv_ebi_sub_comp_obj(

678: ,p_substitute_component_name => l_component_item.substitute_component_tbl(i).substitute_component_name
679: ,p_Component_Sequence_Id => l_Component_Sequence_Id);
680: FETCH c_merged_substitute_comp INTO l_Merged_Subst_Comp;
681: IF c_merged_substitute_comp%FOUND THEN
682: l_component_item.substitute_component_tbl(i) := inv_ebi_sub_comp_obj(
683: l_merged_subst_comp.start_effective_date
684: ,l_component_item.substitute_component_tbl(i).substitute_component_name
685: ,l_merged_subst_comp.new_substitute_component_name
686: ,l_merged_subst_comp.acd_type

Line 4121: l_substitute_component_obj inv_ebi_sub_comp_obj;

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;
4125: l_revision_component_obj inv_ebi_rev_comp_obj;

Line 4747: l_substitute_component_obj := inv_ebi_sub_comp_obj(

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();
4747: l_substitute_component_obj := inv_ebi_sub_comp_obj(
4748: NULL
4749: ,sc.substitute_component_name
4750: ,NULL
4751: ,sc.acd_type