DBA Data[Home] [Help]

APPS.JG_GLOBE_FLEX_VAL dependencies on FND_PROFILE

Line 31: -- PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');

27: --
28: -- RETURN
29: -- Table index if found, g_table_size if not found.
30: --
31: -- PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');
32:
33: -- Bug 8859419 Start
34:
35: G_CURRENT_RUNTIME_LEVEL NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;

Line 1792: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');

1788: PG_DEBUG varchar2(1);
1789:
1790: BEGIN
1791:
1792: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');
1793: -- arp_standard.enable_debug;
1794:
1795: -- If there is a performance problem for Customers other than Chile,
1796: -- Colombia and Argentina, the performance can be improved by

Line 2040: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');

2036: l_current_record_status2 VARCHAR2(1);
2037: PG_DEBUG varchar2(1);
2038:
2039: BEGIN
2040: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');
2041: l_current_record_status1 :='S';
2042: l_current_record_status2 :='S';
2043:
2044: --arp_standard.enable_debug;

Line 2137: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');

2133: l_errcode varchar2(50) DEFAULT NULL;
2134: PG_DEBUG varchar2(1);
2135:
2136: BEGIN
2137: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');
2138:
2139: --
2140: -- Check whether multiple country context exists in a single record.
2141: --

Line 2409: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');

2405: PG_DEBUG varchar2(1);
2406:
2407: BEGIN
2408:
2409: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');
2410:
2411: if p_org_id is null then
2412: --l_org_id := to_number(fnd_profile.value ('ORG_ID'));
2413: --

Line 2412: --l_org_id := to_number(fnd_profile.value ('ORG_ID'));

2408:
2409: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');
2410:
2411: if p_org_id is null then
2412: --l_org_id := to_number(fnd_profile.value ('ORG_ID'));
2413: --
2414: --Bug 4499004
2415: --
2416: SELECT org_id into l_org_id FROM fnd_concurrent_requests

Line 2521: -- PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');

2517: PG_DEBUG varchar2(1);
2518:
2519: BEGIN
2520: NULL;
2521: -- PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');
2522: -- l_debug_loc := 'Insert_Jg_Zz_Invoice_Info';
2523: --
2524: -- -------------------------- DEBUG INFORMATION ------------------------------
2525: -- l_curr_calling_sequence := 'jg_globe_flex_val.'||l_debug_loc||'<-'||p_calling_sequence;

Line 2640: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');

2636: l_product_code VARCHAR2(2);
2637: PG_DEBUG varchar2(1);
2638:
2639: BEGIN
2640: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');
2641:
2642: l_product_code := fnd_profile.value('JG_PRODUCT_CODE');
2643:
2644: IF l_product_code = 'JL' THEN

Line 2642: l_product_code := fnd_profile.value('JG_PRODUCT_CODE');

2638:
2639: BEGIN
2640: PG_DEBUG := NVL(FND_PROFILE.value('AR_ENABLE_DEBUG_OUTPUT'), 'N');
2641:
2642: l_product_code := fnd_profile.value('JG_PRODUCT_CODE');
2643:
2644: IF l_product_code = 'JL' THEN
2645: --
2646: -- Call jl cover package

Line 2697: --fnd_profile.get('JGZZ_COUNTRY_CODE', l_country_code);

2693:
2694: l_exist := 'No';
2695:
2696: --Bug 9080741
2697: --fnd_profile.get('JGZZ_COUNTRY_CODE', l_country_code);
2698: --l_debug_info := 'Country Code is : ' || l_country_code;
2699: --If (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) Then
2700: -- Fnd_Log.String(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
2701: --End If;