DBA Data[Home] [Help]

APPS.HR_USER_ACCT_INTERNAL dependencies on PER_ASP_UPD

Line 2952: -- Now call the per_asp_upd.upd which will update a row in

2948: END IF;
2949: END IF;
2950: --
2951: --
2952: -- Now call the per_asp_upd.upd which will update a row in
2953: -- per_sec_profile_assignments as well as fnd_user_resp_groups.
2954: --
2955: per_asp_upd.upd
2956: (p_sec_profile_assignment_id => l_sec_prof_asg_id

Line 2955: per_asp_upd.upd

2951: --
2952: -- Now call the per_asp_upd.upd which will update a row in
2953: -- per_sec_profile_assignments as well as fnd_user_resp_groups.
2954: --
2955: per_asp_upd.upd
2956: (p_sec_profile_assignment_id => l_sec_prof_asg_id
2957: ,p_object_version_number => l_obj_vers_num
2958: ,p_start_date => p_start_date
2959: ,p_end_date => p_end_date -- Fix 2978610. Passing start date and end date.