DBA Data[Home] [Help]

APPS.IRC_RECRUITING_SITES_API dependencies on FND_VAULT

Line 213: fnd_vault.put('IRC_SITE',l_recruiting_site_id,p_posting_password);

209: );
210: --
211: --save the password to the encrypted store
212: if (p_posting_password is not null) then
213: fnd_vault.put('IRC_SITE',l_recruiting_site_id,p_posting_password);
214: end if;
215:
216: hr_utility.set_location(l_proc, 50);
217: -- Call After Process User Hook

Line 535: fnd_vault.put('IRC_SITE',p_recruiting_site_id,p_posting_password);

531: );
532: --
533: --save the password to the encrypted store
534: if (p_posting_password <>hr_api.g_varchar2) then
535: fnd_vault.put('IRC_SITE',p_recruiting_site_id,p_posting_password);
536: end if;
537: --
538: -- Call After Process User Hook
539: --

Line 704: if (fnd_vault.tst('IRC_SITE',p_recruiting_site_id)=true) then

700: );
701: --
702: -- delete the password
703: --
704: if (fnd_vault.tst('IRC_SITE',p_recruiting_site_id)=true) then
705: fnd_vault.del('IRC_SITE',p_recruiting_site_id);
706: end if;
707: --
708: -- Call After Process User Hook

Line 705: fnd_vault.del('IRC_SITE',p_recruiting_site_id);

701: --
702: -- delete the password
703: --
704: if (fnd_vault.tst('IRC_SITE',p_recruiting_site_id)=true) then
705: fnd_vault.del('IRC_SITE',p_recruiting_site_id);
706: end if;
707: --
708: -- Call After Process User Hook
709: --