DBA Data[Home] [Help]

APPS.CSTPLCIR dependencies on MTL_SECONDARY_INVENTORIES

Line 71: from mtl_secondary_inventories msi,

67:
68: select decode( l_item_exp_flag, 1, 1,
69: decode(asset_inventory, 1, 0, 1) )
70: into l_exp_flag
71: from mtl_secondary_inventories msi,
72: mtl_material_transactions mmt
73: where msi.secondary_inventory_name = mmt.subinventory_code
74: and msi.organization_id = i_org_id
75: and mmt.transaction_id = i_txn_id