DBA Data[Home] [Help]

APPS.CSTPLENG dependencies on MTL_SECONDARY_INVENTORIES

Line 2538: from mtl_secondary_inventories

2534: where transaction_id = i_txn_id;
2535:
2536: select decode(asset_inventory, 1, 0, 1)
2537: into l_expsub
2538: from mtl_secondary_inventories
2539: where organization_id = i_org_id
2540: and secondary_inventory_name = l_subinv;
2541:
2542: if (l_debug = 'Y') then

Line 2689: from mtl_secondary_inventories

2685: where transaction_id = i_txn_id;
2686:
2687: select decode(asset_inventory, 1, 0, 1)
2688: into l_expsub
2689: from mtl_secondary_inventories
2690: where organization_id = i_org_id
2691: and secondary_inventory_name = l_subinv;
2692: end if;
2693: