DBA Data[Home] [Help]

APPS.IGS_AD_GEN_014 dependencies on IGS_AD_SS_GEN_001

Line 671: IF NVL(IGS_AD_SS_GEN_001.g_admin_security_on,'N') = 'Y'

667: );
668:
669: ELSE
670:
671: IF NVL(IGS_AD_SS_GEN_001.g_admin_security_on,'N') = 'Y'
672: THEN
673: lv_mode := 'S';
674: END IF;
675: IGS_AD_PS_APPL_PKG.update_Row (

Line 1247: IF NVL(IGS_AD_SS_GEN_001.g_admin_security_on,'N') = 'Y'

1243: l_adm_entr_qual_status => v_adm_entry_qual_status);
1244:
1245: logDetail('Before Call to Igs_Ad_Ps_Appl_Inst_Pkg.Insert_Row',null);
1246:
1247: IF NVL(IGS_AD_SS_GEN_001.g_admin_security_on,'N') = 'Y'
1248: THEN
1249: lv_mode := 'S';
1250: END IF;
1251:

Line 1396: IF NVL(IGS_AD_SS_GEN_001.g_admin_security_on,'N') = 'Y'

1392: OPEN c_person_type_code('APPLICANT');
1393: FETCH c_person_type_code INTO l_person_type_code;
1394: CLOSE c_person_type_code;
1395:
1396: IF NVL(IGS_AD_SS_GEN_001.g_admin_security_on,'N') = 'Y'
1397: THEN
1398: lv_mode := 'S';
1399: END IF;
1400: