DBA Data[Home] [Help]

APPS.IBY_FACTOR_PKG dependencies on DUAL

Line 552: FROM dual;

548: if ( SQL%ROWCOUNT = 0 ) then
549:
550: -- insert a row in master table.
551: SELECT iby_irf_pmt_history_s.nextval into l_pmt_hist_id
552: FROM dual;
553:
554: insert into iby_irf_pmt_history (id, duration, duration_type,
555: payeeid, object_version_number,
556: last_update_date, last_updated_by, creation_date, created_by)