DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on INV_EBI_ECO_REVISION_TBL

Line 23: ,p_revision_type_tbl IN inv_ebi_eco_revision_tbl

19:
20: PROCEDURE process_eco(
21: p_commit IN VARCHAR2 := FND_API.G_FALSE
22: ,p_change_order IN inv_ebi_change_order_obj
23: ,p_revision_type_tbl IN inv_ebi_eco_revision_tbl
24: ,p_revised_item_type_tbl IN inv_ebi_revised_item_tbl
25: ,p_name_val_list IN inv_ebi_name_value_list
26: ,x_out OUT NOCOPY inv_ebi_eco_output_obj
27: ) ;