DBA Data[Home] [Help]

APPS.HR_SIGNON dependencies on FND_GLOBAL

Line 572: session_context := fnd_global.session_context ;

568:
569: --
570: -- 2876315
571: --
572: session_context := fnd_global.session_context ;
573:
574: -- HR Multi Tenancy Addition:- Bug 7501793
575: if hr_multi_tenancy_pkg.is_multi_tenant_system then
576: hr_multi_tenancy_pkg.set_context(null);

Line 592: (fnd_global.user_id

588: -- PER_SECURITY_PROFILE_ID and PER_BUSINESS_GROUP_ID.
589: --
590: l_security_profile_id :=
591: Get_Security_Profile_ID
592: (fnd_global.user_id
593: ,fnd_global.resp_id
594: ,fnd_global.resp_appl_id
595: ,fnd_global.security_group_id
596: );

Line 593: ,fnd_global.resp_id

589: --
590: l_security_profile_id :=
591: Get_Security_Profile_ID
592: (fnd_global.user_id
593: ,fnd_global.resp_id
594: ,fnd_global.resp_appl_id
595: ,fnd_global.security_group_id
596: );
597: --

Line 594: ,fnd_global.resp_appl_id

590: l_security_profile_id :=
591: Get_Security_Profile_ID
592: (fnd_global.user_id
593: ,fnd_global.resp_id
594: ,fnd_global.resp_appl_id
595: ,fnd_global.security_group_id
596: );
597: --
598: -- If a security profile was found/returned then populate the package

Line 595: ,fnd_global.security_group_id

591: Get_Security_Profile_ID
592: (fnd_global.user_id
593: ,fnd_global.resp_id
594: ,fnd_global.resp_appl_id
595: ,fnd_global.security_group_id
596: );
597: --
598: -- If a security profile was found/returned then populate the package
599: -- level global variable with the appropriate row for the ID