DBA Data[Home] [Help]

APPS.HR_JPBAL dependencies on AD_ZD

Line 694: if ad_zd.get_edition('PATCH') is not null then

690: where installed_flag in ('B', 'I');
691: BEGIN
692: --
693: -- disable in progress of online patch
694: if ad_zd.get_edition('PATCH') is not null then
695: --
696: fnd_message.set_name('FND','AD_ZD_DISABLED_FEATURE');
697: fnd_message.raise_error;
698: --

Line 696: fnd_message.set_name('FND','AD_ZD_DISABLED_FEATURE');

692: --
693: -- disable in progress of online patch
694: if ad_zd.get_edition('PATCH') is not null then
695: --
696: fnd_message.set_name('FND','AD_ZD_DISABLED_FEATURE');
697: fnd_message.raise_error;
698: --
699: end if;
700: --