DBA Data[Home] [Help]

APPS.CSTPACWP dependencies on MTL_SECONDARY_INVENTORIES

Line 631: FROM mtl_secondary_inventories

627: stmt_num := 111;
628:
629: SELECT DECODE(asset_inventory,1,0,1)
630: INTO l_exp_sub
631: FROM mtl_secondary_inventories
632: WHERE secondary_inventory_name = l_subinv_code
633: AND organization_id = l_org_id;
634:
635: