DBA Data[Home] [Help]

APPS.CN_FORMULA_GEN_PKG dependencies on AD_ZD

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

4832: l_repository_id cn_repositories.repository_id%TYPE;
4833: BEGIN
4834:
4835: -- ADDED for bug 14230033
4836: IF ( ad_zd.get_edition('PATCH') IS NOT NULL ) THEN
4837: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
4838: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
4839: 'cn.plsql.cn_formula_gen_pkg.create_formula',
4840: 'AD_ZD_DISABLED_FEATURE');

Line 4840: 'AD_ZD_DISABLED_FEATURE');

4836: IF ( ad_zd.get_edition('PATCH') IS NOT NULL ) THEN
4837: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
4838: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
4839: 'cn.plsql.cn_formula_gen_pkg.create_formula',
4840: 'AD_ZD_DISABLED_FEATURE');
4841: END IF;
4842: RETURN FALSE;
4843: END IF;
4844:

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

5099: -- Standard Start of API savepoint
5100: SAVEPOINT generate_formula;
5101:
5102: -- ADDED for bug 14230033
5103: IF ( ad_zd.get_edition('PATCH') IS NOT NULL ) THEN
5104: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
5105: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
5106: 'cn.plsql.cn_formula_gen_pkg.generate_formula',
5107: 'AD_ZD_DISABLED_FEATURE ...');

Line 5107: 'AD_ZD_DISABLED_FEATURE ...');

5103: IF ( ad_zd.get_edition('PATCH') IS NOT NULL ) THEN
5104: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
5105: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,
5106: 'cn.plsql.cn_formula_gen_pkg.generate_formula',
5107: 'AD_ZD_DISABLED_FEATURE ...');
5108: END IF;
5109: x_return_status := 'E';
5110: x_msg_data := 'AD_ZD_DISABLED_FEATURE';
5111: RETURN;

Line 5110: x_msg_data := 'AD_ZD_DISABLED_FEATURE';

5106: 'cn.plsql.cn_formula_gen_pkg.generate_formula',
5107: 'AD_ZD_DISABLED_FEATURE ...');
5108: END IF;
5109: x_return_status := 'E';
5110: x_msg_data := 'AD_ZD_DISABLED_FEATURE';
5111: RETURN;
5112: END IF;
5113:
5114: -- Standard call to check for call compatibility.

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

5362:
5363: BEGIN
5364:
5365: -- ADDED for bug 14230033
5366: IF ( ad_zd.get_edition('PATCH') IS NOT NULL ) THEN
5367: retcode := 2;
5368: errbuf := 'AD_ZD_DISABLED_FEATURE';
5369: RETURN;
5370: END IF;

Line 5368: errbuf := 'AD_ZD_DISABLED_FEATURE';

5364:
5365: -- ADDED for bug 14230033
5366: IF ( ad_zd.get_edition('PATCH') IS NOT NULL ) THEN
5367: retcode := 2;
5368: errbuf := 'AD_ZD_DISABLED_FEATURE';
5369: RETURN;
5370: END IF;
5371:
5372: -- Code for bug 13835607