DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on INV_EBI_ECO_REVISION_TBL

Line 4145: ,p_revision_type_tbl IN inv_ebi_eco_revision_tbl

4141: ************************************************************************************/
4142: PROCEDURE process_eco(
4143: p_commit IN VARCHAR2 := FND_API.G_FALSE
4144: ,p_change_order IN inv_ebi_change_order_obj
4145: ,p_revision_type_tbl IN inv_ebi_eco_revision_tbl
4146: ,p_revised_item_type_tbl IN inv_ebi_revised_item_tbl
4147: ,p_name_val_list IN inv_ebi_name_value_list
4148: ,x_out OUT NOCOPY inv_ebi_eco_output_obj
4149: ) IS

Line 5061: l_eco_revision_tbl inv_ebi_eco_revision_tbl;

5057: ,x_msg_data OUT NOCOPY VARCHAR2
5058: )
5059: IS
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;

Line 5484: l_eco_revision_tbl := inv_ebi_eco_revision_tbl();

5480: l_include_comp_items := fnd_api.g_false;
5481: l_include_sub_comp := fnd_api.g_false;
5482: l_include_ref_designators := fnd_api.g_false;
5483: END IF;
5484: l_eco_revision_tbl := inv_ebi_eco_revision_tbl();
5485:
5486: OPEN c_change_order_type (l_change_id);
5487: FETCH c_change_order_type INTO c_eco_header;
5488: IF c_change_order_type%NOTFOUND THEN