DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on INV_EBI_SUB_COMP_OBJ

Line 1093: p_new_substitute_comp IN inv_ebi_sub_comp_obj

1089:
1090: l_copied_substitute_comp c_copied_substitute_comps%ROWTYPE;
1091:
1092: CURSOR c_merged_substitute_comp (
1093: p_new_substitute_comp IN inv_ebi_sub_comp_obj
1094: ,p_component_sequence_id IN NUMBER
1095: ,p_substitute_component_name IN VARCHAR2
1096: ) IS
1097: SELECT

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

1207: l_component_item.substitute_component_tbl := inv_ebi_sub_comp_tbl();
1208: END IF;
1209:
1210: l_component_item.substitute_component_tbl.EXTEND(1);
1211: l_component_item.substitute_component_tbl(l_component_item.substitute_component_tbl.COUNT) := inv_ebi_sub_comp_obj(
1212: l_component_item.start_effective_date
1213: ,l_copied_substitute_comp.substitute_component_name
1214: ,l_merged_subst_comp.new_substitute_component_name
1215: ,l_merged_subst_comp.acd_type

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

1253: ,p_substitute_component_name => l_component_item.substitute_component_tbl(i).substitute_component_name
1254: ,p_Component_Sequence_Id => l_Component_Sequence_Id);
1255: FETCH c_merged_substitute_comp INTO l_Merged_Subst_Comp;
1256: IF c_merged_substitute_comp%FOUND THEN
1257: l_component_item.substitute_component_tbl(i) := inv_ebi_sub_comp_obj(
1258: l_merged_subst_comp.start_effective_date
1259: ,l_component_item.substitute_component_tbl(i).substitute_component_name
1260: ,l_merged_subst_comp.new_substitute_component_name
1261: ,l_merged_subst_comp.acd_type

Line 5064: l_substitute_component_obj inv_ebi_sub_comp_obj;

5060: l_eco_change_order_obj inv_ebi_change_order_obj;
5061: l_eco_revision_tbl inv_ebi_eco_revision_tbl;
5062: l_eco_revision_obj inv_ebi_eco_revision_obj;
5063: l_substitute_component_tbl inv_ebi_sub_comp_tbl;
5064: l_substitute_component_obj inv_ebi_sub_comp_obj;
5065: l_reference_designator_tbl inv_ebi_ref_desg_tbl;
5066: l_reference_designator_obj inv_ebi_ref_desg_obj;
5067: l_revision_component_tbl inv_ebi_rev_comp_tbl;
5068: l_revision_component_obj inv_ebi_rev_comp_obj;

Line 5691: l_substitute_component_obj := inv_ebi_sub_comp_obj(

5687: IF (l_include_sub_comp = fnd_api.g_true) THEN
5688: FOR sc IN c_substitute_component(l_change_id,ri.revised_item_id,rc.component_item_id)
5689: LOOP
5690: l_substitute_component_tbl.extend();
5691: l_substitute_component_obj := inv_ebi_sub_comp_obj(
5692: NULL
5693: ,sc.substitute_component_name
5694: ,NULL
5695: ,sc.acd_type