DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on PER_SECURITY_PROFILES_PKG

Line 6559: per_security_profiles_pkg.lock_row(

6555: begin
6556: --
6557: hr_utility.set_location(l_proc, 30);
6558: -- Get the lock of the respective security profile record.
6559: per_security_profiles_pkg.lock_row(
6560: x_rowid => r_sec.row_id,
6561: x_security_profile_id => r_sec.security_profile_id,
6562: x_business_group_id => r_sec.business_group_id,
6563: x_position_id => r_sec.position_id,

Line 6600: per_security_profiles_pkg.update_row(

6596: hr_utility.set_location(l_proc, 40);
6597: -- Sucessfully locked the row, now updating the
6598: -- view_all_candidates_flag with the given value through parameter
6599: -- p_profile_option
6600: per_security_profiles_pkg.update_row(
6601: x_rowid => r_sec.row_id,
6602: x_security_profile_id => r_sec.security_profile_id,
6603: x_business_group_id => r_sec.business_group_id,
6604: x_position_id => r_sec.position_id,