DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on PER_SECURITY_PROFILES_PKG

Line 3562: per_security_profiles_pkg.lock_row(

3558: begin
3559: --
3560: hr_utility.set_location(l_proc, 30);
3561: -- Get the lock of the respective security profile record.
3562: per_security_profiles_pkg.lock_row(
3563: x_rowid => r_sec.row_id,
3564: x_security_profile_id => r_sec.security_profile_id,
3565: x_business_group_id => r_sec.business_group_id,
3566: x_position_id => r_sec.position_id,

Line 3603: per_security_profiles_pkg.update_row(

3599: hr_utility.set_location(l_proc, 40);
3600: -- Sucessfully locked the row, now updating the
3601: -- view_all_candidates_flag with the given value through parameter
3602: -- p_profile_option
3603: per_security_profiles_pkg.update_row(
3604: x_rowid => r_sec.row_id,
3605: x_security_profile_id => r_sec.security_profile_id,
3606: x_business_group_id => r_sec.business_group_id,
3607: x_position_id => r_sec.position_id,