DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_PKG dependencies on FND_PROFILE

Line 49: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

45: l_error_msg_code varchar2(100) := NULL;
46: l_debug_mode varchar2(1) := 'N';
47: BEGIN
48:
49: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
50: l_debug_mode := NVL(l_debug_mode, 'N');
51:
52: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
53:

Line 177: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

173: recinfo cur_row%rowtype;
174: l_debug_mode varchar2(1) := 'N';
175: BEGIN
176:
177: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
178: l_debug_mode := NVL(l_debug_mode, 'N');
179:
180: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
181:

Line 254: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

250:
251: l_debug_mode varchar2(1) := 'N';
252: BEGIN
253:
254: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
255: l_debug_mode := NVL(l_debug_mode, 'N');
256:
257: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
258: