DBA Data[Home] [Help]

APPS.PO_CONTROL_CHECKS dependencies on FND_PROFILE

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

3:
4: -- Constants :
5:
6: -- Read the profile option that enables/disables the debug log
7: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
8:
9:
10: -- : Removed po_check function, get_debug function
11: -- Also removed unnecessary private global variables.