DBA Data[Home] [Help]

APPS.PA_FORECASTITEM_PVT dependencies on FND_PROFILE

Line 15: P_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N'); /* Added Debug Profile Option variable initialization for bug#2674619 */

11: /** The follwing Api prints the message to
12: * different places . this is the centralized api
13: * created by Ranga Iyengar
14: **/
15: P_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N'); /* Added Debug Profile Option variable initialization for bug#2674619 */
16:
17: PROCEDURE print_message(p_msg IN varchar2) IS
18: BEGIN
19: --PA_FORECAST_ITEMS_UTILS.log_message(p_msg);

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

14754:
14755: g_process_mode VARCHAR2(30);
14756: BEGIN
14757:
14758: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
14759: l_debug_mode := NVL(l_debug_mode, 'N');
14760:
14761: PA_DEBUG.SET_PROCESS( x_process => 'PLSQL'
14762: ,x_write_file => 'LOG'