DBA Data[Home] [Help]

APPS.INV_MGD_MVT_FIN_MDTR dependencies on MTL_SYSTEM_ITEMS

Line 2224: SELECT DISTINCT 'CONFIG' FROM mtl_system_items

2220: AND ratl.interface_line_context <> 'INTERCOMPANY';
2221:
2222: /* Bug 8435314 Add New Cursor for config Item in RMA*/
2223: CURSOR l_rma_config IS
2224: SELECT DISTINCT 'CONFIG' FROM mtl_system_items
2225: WHERE inventory_item_id = l_movement_transaction.inventory_item_id
2226: AND auto_created_config_flag = 'Y'
2227: AND base_item_id IS NOT null;
2228: