DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on FND_PROFILE

Line 3: g_debug VARCHAR2 (5) := NVL(fnd_profile.VALUE ('AFLOG_LEVEL'),-1);

1: PACKAGE BODY gme_api_pub AS
2: /* $Header: GMEPAPIB.pls 120.82.12020000.9 2013/03/13 15:05:28 gmurator ship $ */
3: g_debug VARCHAR2 (5) := NVL(fnd_profile.VALUE ('AFLOG_LEVEL'),-1);
4: g_pkg_name CONSTANT VARCHAR2 (30) := 'GME_API_PUB';
5:
6: PROCEDURE gme_when_others (
7: p_api_name IN VARCHAR2

Line 6384: l_gmf_prof_val := NVL(FND_PROFILE.VALUE('GMF_STOP_BATCH_CANCEL'), 0);

6380:
6381: -- Bug 12638842 - GMF check is now profile driven so reinstate and restructure code.
6382: -- profile is not seeded, must be created by customer if they want to use this functionality.
6383: -- 0 no check, 1 warning, 2 - error
6384: l_gmf_prof_val := NVL(FND_PROFILE.VALUE('GMF_STOP_BATCH_CANCEL'), 0);
6385:
6386: -- Bug 12418545 - Let's check if there could be potential gmf problems.
6387: IF g_debug <= gme_debug.g_log_statement THEN
6388: gme_debug.put_line ( g_pkg_name