DBA Data[Home] [Help]

APPS.WMS_RULE_PVT dependencies on AD_ZD

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

15027:
15028: BEGIN
15029: x_return_status := fnd_api.g_ret_sts_unexp_error;
15030:
15031: if ad_zd.get_edition('PATCH') is not null then
15032: -- an online patch is in progress, return error
15033: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
15034: -- bug#13565649 raise_application_error ('-20000', fnd_message.get);
15035: fnd_msg_pub.ADD; -- bug#13565649

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

15029: x_return_status := fnd_api.g_ret_sts_unexp_error;
15030:
15031: if ad_zd.get_edition('PATCH') is not null then
15032: -- an online patch is in progress, return error
15033: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
15034: -- bug#13565649 raise_application_error ('-20000', fnd_message.get);
15035: fnd_msg_pub.ADD; -- bug#13565649
15036: RAISE fnd_api.g_exc_error; -- bug#13565649
15037: end if;

Line 17559: IF ad_zd.get_edition('PATCH') IS NOT NULL THEN

17555: --fnd_file.put_names('genall.log', 'genall.out', '/home/jcearley/work/');
17556: retcode := 0;
17557:
17558: /* Adding for bug#13565649*/
17559: IF ad_zd.get_edition('PATCH') IS NOT NULL THEN
17560: -- an online patch is in progress, return error
17561: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
17562: retcode := 2;
17563: errbuf := errbuf || 'Error: ' || fnd_message.get;

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

17557:
17558: /* Adding for bug#13565649*/
17559: IF ad_zd.get_edition('PATCH') IS NOT NULL THEN
17560: -- an online patch is in progress, return error
17561: fnd_message.set_name('FND', 'AD_ZD_DISABLED_FEATURE');
17562: retcode := 2;
17563: errbuf := errbuf || 'Error: ' || fnd_message.get;
17564: --inv_log_util.trace( 'errbuf : '||errbuf ,'compile_all_rule_packages' , 9);
17565: RETURN;