DBA Data[Home] [Help]

APPS.INV_TXNSTUB_PUB dependencies on MTL_SYSTEM_ITEMS

Line 66: FROM mtl_system_items a, mtl_material_transactions b

62: /*Bug#5208421 -Part 2. Added the following query, to find if the item is installbase
63: trackable*/
64: BEGIN
65: SELECT NVL(comms_nl_trackable_flag,'N') into l_ib_trackable
66: FROM mtl_system_items a, mtl_material_transactions b
67: WHERE a.organization_id = b.organization_id
68: AND a.inventory_item_id = b.inventory_item_id
69: AND Nvl(b.inventory_item_id,-1) <> -1
70: AND enabled_flag = 'Y'