DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_INCR_PKG dependencies on WIP_ENTITIES

Line 964: wip_entities we

960: sum (nvl (mta.base_transaction_value,0)) wip_value
961: FROM
962: mtl_transaction_accounts mta,
963: Opi_dbi_conc_prog_run_log prl,
964: wip_entities we
965: WHERE
966: prl.driving_table_code = 'MMT'
967: AND prl.load_type = 'INCR'
968: AND prl.etl_type = 'INVENTORY'

Line 991: wip_entities we

987: sum (nvl (wta.base_transaction_value,0)) wip_value
988: FROM
989: wip_transaction_accounts wta,
990: Opi_dbi_conc_prog_run_log prl,
991: wip_entities we
992: WHERE
993: prl.driving_table_code = 'WTA'
994: AND prl.load_type = 'INCR'
995: AND prl.etl_type = 'INVENTORY'