DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_PUB dependencies on INV_EBI_REV_COMP_TBL

Line 272: ,p_component_item_tbl IN inv_ebi_rev_comp_tbl

268: --
269: ************************************************************************************/
270: PROCEDURE validate_component_items(
271: p_organization_code IN VARCHAR2
272: ,p_component_item_tbl IN inv_ebi_rev_comp_tbl
273: ,x_out OUT NOCOPY inv_ebi_eco_output_obj
274: ) IS
275: l_is_master_org VARCHAR2(3);
276: l_organization_id NUMBER;

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

1302: END LOOP;
1303: END IF;
1304:
1305: --------------------------------------------------------------------------------
1306: -- Converting Dates For component_item_tbl (INV_EBI_REV_COMP_TBL)
1307: --------------------------------------------------------------------------------
1308:
1309: IF(p_eco_lst_obj(i).eco_attr.eco_revised_item_type(j).component_item_tbl IS NOT NULL AND
1310: p_eco_lst_obj(i).eco_attr.eco_revised_item_type(j).component_item_tbl.COUNT>0 ) THEN