DBA Data[Home] [Help]

APPS.OPI_DBI_COMMON_MOD_INCR_PKG dependencies on WIP_TRANSACTIONS

Line 469: FROM wip_transactions;

465:
466: l_stmt_id := 30;
467: SELECT nvl (max (transaction_id), -1) + 1
468: INTO l_max_wt_plus_one
469: FROM wip_transactions;
470:
471: -- Storing sysdate in a local variable for updating the log as we do not want to miss any
472: -- horizon between OPM and OPI updates.
473: l_stmt_id := 35;