DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_PUB dependencies on FND_PROFILE

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

799: SAVEPOINT create_project_party_wrp;
800: if p_debug_mode = 'Y' then
801: l_debug_mode:='Y';
802: end if;
803: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
804: l_debug_mode := NVL(l_debug_mode, 'N');
805:
806: if (l_debug_mode = 'Y') then
807: pa_debug.debug('create_project_party-wrp: Begin');