DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_PUB dependencies on INV_EBI_REV_COMP_TBL

Line 313: ,p_component_item_tbl IN inv_ebi_rev_comp_tbl

309: ************************************************************************************/
310:
311: PROCEDURE validate_component_items(
312: p_organization_code IN VARCHAR2
313: ,p_component_item_tbl IN inv_ebi_rev_comp_tbl
314: ,x_out OUT NOCOPY inv_ebi_eco_output_obj
315: ) IS
316: l_is_master_org VARCHAR2(3);
317: l_organization_id NUMBER;

Line 881: -- Converting Dates For component_item_tbl (INV_EBI_REV_COMP_TBL)

877: END LOOP;
878: END IF;
879:
880: --------------------------------------------------------------------------------
881: -- Converting Dates For component_item_tbl (INV_EBI_REV_COMP_TBL)
882: --------------------------------------------------------------------------------
883:
884: IF(p_eco_lst_obj(i).eco_attr.eco_revised_item_type(j).component_item_tbl IS NOT NULL AND
885: p_eco_lst_obj(i).eco_attr.eco_revised_item_type(j).component_item_tbl.COUNT>0 ) THEN