DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on MTL_SECONDARY_INVENTORIES

Line 116: FROM mtl_secondary_inventories

112: l_exp_flag := G_EXPENSE_FLAG_CACHE(p_org_id)(p_subinventory_code);
113: ELSE
114: SELECT DECODE(l_exp_item,1,1,DECODE(asset_inventory,1,0,1))
115: INTO l_exp_flag
116: FROM mtl_secondary_inventories
117: WHERE secondary_inventory_name = p_subinventory_code
118: AND organization_id = p_org_id;
119:
120: G_EXPENSE_FLAG_CACHE(p_org_id)(p_subinventory_code) := l_exp_flag;