DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PUB dependencies on FND_PROFILE

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

1: PACKAGE BODY OKC_CONTRACT_PUB AS
2: /* $Header: OKCPCHRB.pls 120.3 2005/07/19 05:12:03 maanand noship $ */
3: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
4:
5: -- subtype control_rec_type is okc_util.okc_control_rec_type;
6:
7: g_api_type CONSTANT VARCHAR2(4) := '_PVT';