DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on HR_SECURITY_INTERNAL

Line 1929: hr_security_internal.add_to_person_list(

1925: for l_asgrec in c_get_asg(l_person_id, l_person_proc_date) loop
1926: hr_utility.set_location(l_proc,60);
1927: hr_utility.trace('processing assignment :'||
1928: to_char(l_asgrec.assignment_id));
1929: hr_security_internal.add_to_person_list(
1930: p_effective_date => l_person_proc_date,
1931: p_assignment_id => l_asgrec.assignment_id,
1932: p_business_group_id => p_business_group_id,
1933: p_generation_scope => p_generation_scope);

Line 1991: hr_security_internal.add_to_person_list(

1987: hr_utility.set_location(l_proc,90);
1988: hr_utility.trace('processing assignment :'||
1989: to_char(l_asgrec.assignment_id));
1990:
1991: hr_security_internal.add_to_person_list(
1992: p_effective_date => l_former_person.effective_date,
1993: p_assignment_id => l_asgrec.assignment_id,
1994: p_business_group_id => p_business_group_id,
1995: p_generation_scope => p_generation_scope);

Line 2170: (p_sec_prof_rec IN hr_security_internal.g_sec_prof_r

2166: -- |---------------------< build_lists_for_users >----------------------------|
2167: -- ----------------------------------------------------------------------------
2168: --
2169: PROCEDURE build_lists_for_users
2170: (p_sec_prof_rec IN hr_security_internal.g_sec_prof_r
2171: ,p_effective_date IN DATE
2172: ,p_debug IN BOOLEAN DEFAULT FALSE
2173: ,p_user_id IN NUMBER default null
2174: ,p_process_all_users IN BOOLEAN DEFAULT TRUE)

Line 2182: l_debug_type NUMBER := hr_security_internal.g_NO_DEBUG;

2178: --
2179: -- Local variables
2180: --
2181: l_proc varchar2(72):= g_package||'build_lists_for_users';
2182: l_debug_type NUMBER := hr_security_internal.g_NO_DEBUG;
2183: l_person_id NUMBER;
2184: l_employee_id NUMBER;
2185: l_user_id NUMBER;
2186: l_all_static_users VARCHAR2(1) := 'Y';

Line 2247: l_debug_type := hr_security_internal.G_FND_LOG;

2243: --
2244: -- If debug output is required, set the debug type.
2245: --
2246: IF p_debug THEN
2247: l_debug_type := hr_security_internal.G_FND_LOG;
2248: END IF;
2249: --
2250: -- make sure that single users who are unchecked in the security
2251: -- profiles form are picked up.

Line 2316: hr_security_internal.evaluate_access

2312: --
2313: l_person_id := NVL(p_sec_prof_rec.named_person_id
2314: ,user_rec.person_id);
2315:
2316: hr_security_internal.evaluate_access
2317: (p_person_id => l_person_id
2318: ,p_user_id => user_rec.user_id
2319: ,p_effective_date => p_effective_date
2320: ,p_sec_prof_rec => p_sec_prof_rec

Line 2321: ,p_what_to_evaluate => hr_security_internal.g_ALL

2317: (p_person_id => l_person_id
2318: ,p_user_id => user_rec.user_id
2319: ,p_effective_date => p_effective_date
2320: ,p_sec_prof_rec => p_sec_prof_rec
2321: ,p_what_to_evaluate => hr_security_internal.g_ALL
2322: ,p_use_static_lists => FALSE
2323: ,p_update_static_lists => TRUE
2324: ,p_debug => l_debug_type);
2325: --

Line 2367: l_sec_prof_rec hr_security_internal.g_sec_prof_r; -- per_security_profiles

2363: l_debug boolean default FALSE;
2364: l_process_all_users boolean := TRUE; -- as just running for one user.
2365: l_user_id number;
2366: l_security_profile_id number;
2367: l_sec_prof_rec hr_security_internal.g_sec_prof_r; -- per_security_profiles
2368: -- %ROWTYPE;
2369: -- Cursors:
2370: --
2371: -- check that user and profile exist in per_security_users