DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on INV_EBI_ECO_REVISION_TBL

Line 2735: ,p_revision_type_tbl IN inv_ebi_eco_revision_tbl

2731: ************************************************************************************/
2732: PROCEDURE process_eco(
2733: p_commit IN VARCHAR2 := FND_API.G_FALSE
2734: ,p_change_order IN inv_ebi_change_order_obj
2735: ,p_revision_type_tbl IN inv_ebi_eco_revision_tbl
2736: ,p_revised_item_type_tbl IN inv_ebi_revised_item_tbl
2737: ,p_name_val_list IN inv_ebi_name_value_list
2738: ,x_out OUT NOCOPY inv_ebi_eco_output_obj
2739: ) IS

Line 4118: l_eco_revision_tbl inv_ebi_eco_revision_tbl;

4114: ,x_msg_data OUT NOCOPY VARCHAR2
4115: )
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;

Line 4540: l_eco_revision_tbl := inv_ebi_eco_revision_tbl();

4536: l_include_comp_items := fnd_api.g_false;
4537: l_include_sub_comp := fnd_api.g_false;
4538: l_include_ref_designators := fnd_api.g_false;
4539: END IF;
4540: l_eco_revision_tbl := inv_ebi_eco_revision_tbl();
4541:
4542: OPEN c_change_order_type (l_change_id);
4543: FETCH c_change_order_type INTO c_eco_header;
4544: IF c_change_order_type%NOTFOUND THEN