DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on INV_EBI_REV_COMP_TBL

Line 32: ,p_component_item_tbl IN inv_ebi_rev_comp_tbl

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

Line 54: ,p_component_tbl IN inv_ebi_rev_comp_tbl

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