DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on FND_PROFILE

Line 224: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');

220:
221: --added variable for cost blue-print project
222: G_gl_posted_flag VARCHAR2(1) DEFAULT NULL;
223:
224: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
225:
226: P_BTC_SRC_RESRC varchar2(1) := NVL(FND_PROFILE.value('PA_RPT_BTC_SRC_RESRC'), 'N'); -- 4057874
227:
228: -- R12 funds management uptake : Below global variables stores adjusting expenditures data

Line 226: P_BTC_SRC_RESRC varchar2(1) := NVL(FND_PROFILE.value('PA_RPT_BTC_SRC_RESRC'), 'N'); -- 4057874

222: G_gl_posted_flag VARCHAR2(1) DEFAULT NULL;
223:
224: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
225:
226: P_BTC_SRC_RESRC varchar2(1) := NVL(FND_PROFILE.value('PA_RPT_BTC_SRC_RESRC'), 'N'); -- 4057874
227:
228: -- R12 funds management uptake : Below global variables stores adjusting expenditures data
229: -- which will be accessed by fundscheck autonomous API's
230:

Line 7071: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);

7067: -- written out for the Interface programs from AP.
7068: -- The following two lines should take care of this problem.
7069:
7070: If G_debug_mode is NULL Then
7071: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);
7072: G_debug_mode := NVL(G_debug_mode, 'N');
7073:
7074: pa_debug.set_process(x_process => 'PLSQL',
7075: x_debug_mode => G_debug_mode);

Line 7151: /* if NVL(fnd_profile.value('PA_DEBUG_MODE'), 'N') = 'Y' then --FSIO Change

7147: /* Check if gms is enabled and keep the status in a variable */
7148:
7149: l_gms_enabled := gms_pa_costing_pkg.grants_implemented;
7150:
7151: /* if NVL(fnd_profile.value('PA_DEBUG_MODE'), 'N') = 'Y' then --FSIO Change
7152: G_FSIO_ENABLED := 'Y';
7153: else
7154: G_FSIO_ENABLED := 'N';
7155: end if; */

Line 9364: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);

9360:
9361: -- Get the debug mode, if the debug is turned on then write
9362: -- log messages to the log file.
9363:
9364: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);
9365: G_debug_mode := NVL(G_debug_mode, 'N');
9366:
9367: pa_debug.set_process(x_process => 'PLSQL',
9368: x_debug_mode => G_debug_mode);