DBA Data[Home] [Help]

APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_UC_UTILS

Line 2736: IF Not (igs_uc_utils.is_ucas_hesa_enabled) THEN

2732: -- OSS admission applications run . this is a global variable
2733: l_conc_request_id := fnd_global.conc_request_id();
2734:
2735: -- Checking whether the UK profile is enabled
2736: IF Not (igs_uc_utils.is_ucas_hesa_enabled) THEN
2737: Raise igs_uc_he_not_enabled_excep; -- user defined exception
2738: END IF;
2739:
2740: -- smaddali added the for loop of the application choice systems for bug 2643048