DBA Data[Home] [Help]

APPS.PON_PROJECTS_INTEGRATION_GRP dependencies on FND_PROFILE

Line 9: NVL (FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

5: g_module_prefix CONSTANT VARCHAR2(40) := 'pon.plsql.PON_PROJECTS_INTEGRATION_GRP.';
6:
7: -- Read the profile option that enables/disables the debug log
8: g_fnd_debug CONSTANT VARCHAR2(1) :=
9: NVL (FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
10:
11:
12: --checks if passed in project_id being used in any negotiation
13: --This API is called by Oracle Projects before deleting any project in Oracle Projects