DBA Data[Home] [Help]

APPS.IGS_FI_BALANCES_HST_PKG dependencies on DUAL

Line 309: FROM dual;

305: -- Added this as part of Bug fix 2815373.
306: -- Sequence's NEXTVAL should be fetched before calling before_dml.
307:
308: SELECT igs_fi_balances_hst_s.NEXTVAL INTO x_balance_hist_id
309: FROM dual;
310:
311: -- Fetched value is passed to before_dml so that check for existence of id is done for the
312: -- newly generated Id.
313: