DBA Data[Home] [Help]

APPS.IGS_UC_RELEASE_TRANS_PKG dependencies on IGS_UC_UTILS

Line 71: IF NOT (igs_uc_utils.is_ucas_hesa_enabled) THEN

67: fnd_file.put_line(fnd_file.log, '-------------------------------------------------------');
68:
69:
70: /* Checking whether the UK profile is enabled */
71: IF NOT (igs_uc_utils.is_ucas_hesa_enabled) THEN
72:
73: fnd_message.set_name('IGS','IGS_UC_HE_NOT_ENABLED');
74: fnd_file.put_line(fnd_file.log, fnd_message.get()); -- display to user also
75: -- also log using the fnd logging framework