[Home] [Help]
1735: BEGIN
1736: DECLARE
1737: r_scah IGS_AS_SC_ATTEMPT_H%ROWTYPE;
1738: v_create_history BOOLEAN :=FALSE;
1739: v_fs_description IGS_FI_FUND_SRC.description%TYPE;
1740: v_elo_description IGS_AD_LOCATION.description%TYPE;
1741: v_fc_description IGS_FI_FEE_CAT.description%TYPE;
1742: v_cc_description IGS_CO_CAT.description%TYPE;
1743:
1742: v_cc_description IGS_CO_CAT.description%TYPE;
1743:
1744: CURSOR c_find_fs_desc IS
1745: SELECT description
1746: FROM IGS_FI_FUND_SRC
1747: WHERE funding_source = r_scah.funding_source;
1748: CURSOR c_find_elo_desc IS
1749: SELECT description
1750: FROM IGS_AD_LOCATION