DBA Data[Home] [Help]

APPS.IRC_VACANCY_CONSIDERATIONS_API dependencies on DBMS_SESSION

Line 435: DBMS_SESSION.SET_NLS('NLS_LANGUAGE',''''||l_user_lang||'''');

431:
432: if(l_user_role is not null ) then
433: -- Starting Added for 14500909
434: if l_dft_lang <> l_user_lang then
435: DBMS_SESSION.SET_NLS('NLS_LANGUAGE',''''||l_user_lang||'''');
436: end if;
437: l_message_subject := fnd_message.get_string('PER','IRC_PURSUE_SEEKER_SUBJECT');
438: --- End Added for 14500909
439:

Line 459: DBMS_SESSION.SET_NLS('NLS_LANGUAGE',''''||l_dft_lang||'''');

455: hr_utility.set_location('Leaving:'|| l_proc, 100);
456: exception
457: when others then
458: -- Let the calling code handle any errors
459: DBMS_SESSION.SET_NLS('NLS_LANGUAGE',''''||l_dft_lang||'''');
460: raise;
461: end notify_seeker_if_required;
462: -- ----------------------------------------------------------------------------
463: -- |--------------------------< CREATE_VACANCY_CONSIDERATION >----------------|