DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_PUB dependencies on FND_PROFILE

Line 823: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

819: SAVEPOINT create_project_party_wrp;
820: if p_debug_mode = 'Y' then
821: l_debug_mode:='Y';
822: end if;
823: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
824: l_debug_mode := NVL(l_debug_mode, 'N');
825:
826: if (l_debug_mode = 'Y') then
827: pa_debug.debug('create_project_party-wrp: Begin');