DBA Data[Home] [Help]

APPS.WMS_RULE_GEN_PKGS dependencies on AD_ZD

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

139: BEGIN
140:
141: x_return_status := fnd_api.g_ret_sts_unexp_error;
142:
143: if ad_zd.get_edition('PATCH') is not null then
144: -- an online patch is in progress, return error
145: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
146: raise_application_error ('-20000', fnd_message.get);
147: end if;

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

141: x_return_status := fnd_api.g_ret_sts_unexp_error;
142:
143: if ad_zd.get_edition('PATCH') is not null then
144: -- an online patch is in progress, return error
145: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
146: raise_application_error ('-20000', fnd_message.get);
147: end if;
148:
149: --open cursor