DBA Data[Home] [Help]

APPS.MSC_GANTT_PKG dependencies on FND_PROFILE

Line 2881: return fnd_profile.value('MSC_JAVA_DEBUG');

2877: end getProperty;
2878:
2879: function getDebugProfile return varchar2 is
2880: begin
2881: return fnd_profile.value('MSC_JAVA_DEBUG');
2882: end;
2883:
2884: End MSC_GANTT_PKG;