DBA Data[Home] [Help]

APPS.IGS_PE_FUND_SOURCE_PKG dependencies on DUAL

Line 307: FROM dual;

303: END IF;
304:
305: SELECT igs_pe_fund_source_s.NEXTVAL
306: INTO x_fund_source_id
307: FROM dual;
308:
309: before_dml(
310: p_action => 'INSERT',
311: x_rowid => x_rowid,