DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on INV_EBI_REV_COMP_TBL

Line 35: ,p_component_item_tbl IN inv_ebi_rev_comp_tbl

31: ,p_organization_code IN VARCHAR2
32: ,p_assembly_item_name IN VARCHAR2
33: ,p_alternate_bom_code IN VARCHAR2
34: ,p_structure_header IN inv_ebi_structure_header_obj
35: ,p_component_item_tbl IN inv_ebi_rev_comp_tbl
36: ,p_name_val_list IN inv_ebi_name_value_list
37: ,x_out OUT NOCOPY inv_ebi_eco_output_obj
38: ) ;
39:

Line 57: ,p_component_tbl IN inv_ebi_rev_comp_tbl

53: ,p_organization_code IN VARCHAR2
54: ,p_eco_name IN VARCHAR2
55: ,p_alternate_bom_code IN VARCHAR2
56: ,p_revised_item_name IN VARCHAR2
57: ,p_component_tbl IN inv_ebi_rev_comp_tbl
58: ,p_structure_header IN inv_ebi_structure_header_obj
59: ,x_out OUT NOCOPY inv_ebi_eco_output_obj
60: );
61: