DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on MTL_SECONDARY_INVENTORIES

Line 119: FROM mtl_secondary_inventories

115: ELSE
116:
117: SELECT DECODE(l_exp_item,1,1,DECODE(asset_inventory,1,0,1))
118: INTO l_exp_flag
119: FROM mtl_secondary_inventories
120: WHERE secondary_inventory_name = p_subinventory_code
121: AND organization_id = p_org_id;
122:
123: END IF;