DBA Data[Home] [Help]

APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on IGS_AD_CAL_CONF

Line 3075: FROM igs_ad_cal_conf;

3071: */
3072:
3073: CURSOR cur_adm_cal_conf IS
3074: SELECT inq_cal_type
3075: FROM igs_ad_cal_conf;
3076:
3077: CURSOR cur_person_type ( cp_sys_type VARCHAR2) IS
3078: SELECT person_type_code
3079: FROM igs_pe_person_types

Line 3085: l_inq_cal_type igs_ad_cal_conf.inq_cal_type%TYPE;

3081: AND closed_ind = 'N' ;
3082:
3083: l_sys_type VARCHAR2(30) ;
3084: l_person_type igs_pe_person_types.person_type_code%TYPE;
3085: l_inq_cal_type igs_ad_cal_conf.inq_cal_type%TYPE;
3086: l_rowid ROWID;
3087: l_adm_seq igs_ca_inst.sequence_number%TYPE;
3088: l_acad_cal_type igs_ca_type.cal_type%TYPE;
3089: l_acad_seq igs_ca_inst.sequence_number%TYPE;