DBA Data[Home] [Help]

APPS.ISC_FS_INV_USG_ETL_PKG dependencies on MTL_MATERIAL_TRANSACTIONS

Line 602: ,mtl_material_transactions mmt

598: and cpp.SECONDARY_INVENTORY = csi2.secondary_inventory_name
599: and cpp.forecast_rule_id is not null) /* Do not include subinventories that
600: have forecast rules defined */
601: ) sec
602: ,mtl_material_transactions mmt
603: ,ISC_FS_INV_USG_LOG bound /* Obtain the transaction boundaries from our log table */
604: ,mtl_transaction_accounts mta
605: WHERE
606: mmt.organization_id = sec.organization_id

Line 968: mtl_material_transactions mmt

964: and cpp.SECONDARY_INVENTORY = csi2.secondary_inventory_name
965: and cpp.forecast_rule_id is not null) /* Do not include subinventories that
966: have forecast rules defined */
967: ) sec,
968: mtl_material_transactions mmt
969: ,ISC_FS_INV_USG_LOG bound /* Obtain the transaction boundaries from our log table */
970: WHERE
971: mmt.organization_id = sec.organization_id
972: AND mmt.SUBINVENTORY_CODE = sec.SECONDARY_INVENTORY_NAME