DBA Data[Home] [Help]

APPS.IRC_RECRUITING_SITES_API dependencies on FND_VAULT

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

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

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

538: );
539: --
540: --save the password to the encrypted store
541: if (p_posting_password <>hr_api.g_varchar2) then
542: fnd_vault.put('IRC_SITE',p_recruiting_site_id,p_posting_password);
543: end if;
544: --
545: -- Call After Process User Hook
546: --

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

708: );
709: --
710: -- delete the password
711: --
712: if (fnd_vault.tst('IRC_SITE',p_recruiting_site_id)=true) then
713: fnd_vault.del('IRC_SITE',p_recruiting_site_id);
714: end if;
715: --
716: -- Call After Process User Hook

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

709: --
710: -- delete the password
711: --
712: if (fnd_vault.tst('IRC_SITE',p_recruiting_site_id)=true) then
713: fnd_vault.del('IRC_SITE',p_recruiting_site_id);
714: end if;
715: --
716: -- Call After Process User Hook
717: --