DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_GRP dependencies on FND_PROFILE

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

4:
5: g_module_prefix CONSTANT VARCHAR2(50) := 'po.plsql.' || g_pkg_name || '.';
6:
7: -- Read the profile option that enables/disables the debug log
8: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
9:
10:
11: /*
12: This PL/SQL table will store the supplier request. A new row will be added