DBA Data[Home] [Help]

APPS.IGS_FI_FUND_SRC_PKG dependencies on DUAL

Line 104: FROM dual;

100: DECODE (old_references.closed_ind, new_references.closed_ind, NULL, old_references.closed_ind)
101: INTO v_description,
102: v_govt_funding_source,
103: v_closed_ind
104: FROM dual;
105: BEGIN
106: IGS_FI_FUND_SRC_HIST_PKG.Insert_Row(
107: X_ROWID => x_rowid,
108: X_FUNDING_SOURCE => old_references.funding_source,