DBA Data[Home] [Help]

APPS.OKC_TIME_UTIL_PUB dependencies on FND_PROFILE

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

1: PACKAGE BODY OKC_TIME_UTIL_PUB AS
2: /* $Header: OKCPTULB.pls 120.0 2005/05/25 19:31:23 appldev noship $ */
3: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
4: ----------------------------------------------------------------------------
5: -- The following procedure derives the most suitable period and duration based
6: -- on a start and end date.
7: ----------------------------------------------------------------------------