DBA Data[Home] [Help]

APPS.HR_SIGNON dependencies on HR_SIGNON

Line 1: PACKAGE BODY HR_SIGNON AS

1: PACKAGE BODY HR_SIGNON AS
2: /* $Header: hrsignon.pkb 120.2.12020000.3 2013/03/26 10:53:00 swrajapa ship $ */
3: -----------------------------------------------------------------------
4: -----------------------------------------------------------------------
5: -- PRIVATE FUNCTIONS

Line 723: into hr_signon.g_hr_security_profile

719: --
720: IF l_security_profile_id IS NOT NULL THEN
721: BEGIN
722: select *
723: into hr_signon.g_hr_security_profile
724: from per_security_profiles
725: where security_profile_id = l_security_profile_id;
726: EXCEPTION
727: when NO_DATA_FOUND then

Line 753: generic_error('HR_SIGNON.INITIALIZE_HR_SECURITY', sqlcode, sqlerrm);

749: EXCEPTION
750: WHEN OTHERS THEN
751: hr_utility.set_location('Leaving with error '||sqlcode||sqlerrm,110);
752: -- fnd_log.string(1,'HR','Leaving with error '||sqlcode||sqlerrm);
753: generic_error('HR_SIGNON.INITIALIZE_HR_SECURITY', sqlcode, sqlerrm);
754: END Initialize_HR_Security;
755: --
756: END HR_SIGNON;

Line 756: END HR_SIGNON;

752: -- fnd_log.string(1,'HR','Leaving with error '||sqlcode||sqlerrm);
753: generic_error('HR_SIGNON.INITIALIZE_HR_SECURITY', sqlcode, sqlerrm);
754: END Initialize_HR_Security;
755: --
756: END HR_SIGNON;