DBA Data[Home] [Help]

APPS.OKC_CREATE_PO_FROM_K_PUB dependencies on FND_PROFILE

Line 3: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

1: PACKAGE BODY OKC_CREATE_PO_FROM_K_PUB AS
2: /* $Header: OKCPKPOB.pls 120.0 2005/05/25 19:37:03 appldev noship $ */
3: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
4:
5:
6: -- Local private procedures not declared in specification
7:

Line 614: FND_PROFILE.VALUE('AFLOG_ENABLED') = 'Y' -- FND: Debug Log Enabled

610:
611:
612: -- trace mode initialization turned ON
613: IF p_trace_mode = okc_api.g_true OR
614: FND_PROFILE.VALUE('AFLOG_ENABLED') = 'Y' -- FND: Debug Log Enabled
615: THEN
616: okc_util.init_trace;
617: END IF;
618:

Line 641: IF p_trace_mode = okc_api.g_true OR FND_PROFILE.VALUE('AFLOG_ENABLED') = 'Y' THEN

637: ,x_msg_data => lx_msg_data
638: );
639:
640: -- trace mode initialization turned OFF
641: IF p_trace_mode = okc_api.g_true OR FND_PROFILE.VALUE('AFLOG_ENABLED') = 'Y' THEN
642: okc_util.stop_trace;
643: END IF;
644:
645: