DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_INCR_PKG dependencies on WIP_TRANSACTION_ACCOUNTS

Line 989: wip_transaction_accounts wta,

985: we.primary_item_id inventory_item_id,
986: trunc (wta.transaction_date) transaction_date,
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'