DBA Data[Home] [Help]

APPS.CSTPLENG dependencies on MTL_SECONDARY_INVENTORIES

Line 2539: from mtl_secondary_inventories

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

Line 2690: from mtl_secondary_inventories

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