DBA Data[Home] [Help]

APPS.OKC_TIME_UTIL_PVT dependencies on FND_PROFILE

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

1: PACKAGE BODY OKC_TIME_UTIL_PVT AS
2: /* $Header: OKCCTULB.pls 120.3 2005/12/30 10:29:53 skekkar noship $ */
3:
4: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5: ----------------------------------------------------------------------------
6: -- The following procedure derives the most suitable period and duration based
7: -- on a start and end date.
8: ----------------------------------------------------------------------------