DBA Data[Home] [Help]

APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_CAL_CONF

Line 1666: SELECT inq_cal_type FROM igs_ad_cal_conf;

1662: --Function Sent from HQ to be added
1663: ----------------------------------
1664: FUNCTION get_dflt_adm_cal RETURN VARCHAR2 IS
1665: CURSOR cur_adm_cal_conf IS
1666: SELECT inq_cal_type FROM igs_ad_cal_conf;
1667:
1668: l_inq_cal_type igs_ad_cal_conf.inq_cal_type%TYPE;
1669:
1670: BEGIN

Line 1668: l_inq_cal_type igs_ad_cal_conf.inq_cal_type%TYPE;

1664: FUNCTION get_dflt_adm_cal RETURN VARCHAR2 IS
1665: CURSOR cur_adm_cal_conf IS
1666: SELECT inq_cal_type FROM igs_ad_cal_conf;
1667:
1668: l_inq_cal_type igs_ad_cal_conf.inq_cal_type%TYPE;
1669:
1670: BEGIN
1671:
1672: OPEN cur_adm_cal_conf;