DBA Data[Home] [Help]

APPS.IGS_EN_GEN_009 dependencies on IGS_CO_CAT

Line 1742: v_cc_description IGS_CO_CAT.description%TYPE;

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:
1744: CURSOR c_find_fs_desc IS
1745: SELECT description
1746: FROM IGS_FI_FUND_SRC

Line 1758: FROM IGS_CO_CAT

1754: FROM IGS_FI_FEE_CAT
1755: WHERE fee_cat = r_scah.fee_cat;
1756: CURSOR c_find_cc_desc IS
1757: SELECT description
1758: FROM IGS_CO_CAT
1759: WHERE correspondence_cat = r_scah.correspondence_cat;
1760: BEGIN
1761:
1762: -- check if a history is required