DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG dependencies on FND_PROFILE

Line 5: g_debug_mode VARCHAR2(10):=NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N'); -- Modified for the bug 13702416

1: package PA_FUNDS_CONTROL_PKG AUTHID CURRENT_USER as
2: -- $Header: PABCFCKS.pls 120.4 2012/02/20 12:03:18 mokukuma ship $
3:
4: -- Declare Global Variables
5: g_debug_mode VARCHAR2(10):=NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N'); -- Modified for the bug 13702416
6: -- Moved from body to spec so that PABCPKTB.pls can access ..
7:
8: /*---------------------------------------------------------------------------------------------------------- +
9: --This is the Main funds check function which calls all the other functions and procedures.