DBA Data[Home] [Help]

APPS.HR_USER_ACCT_INTERNAL dependencies on PER_ASP_UPD

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

2913: END IF;
2914: END IF;
2915: --
2916: --
2917: -- Now call the per_asp_upd.upd which will update a row in
2918: -- per_sec_profile_assignments as well as fnd_user_resp_groups.
2919: --
2920: per_asp_upd.upd
2921: (p_sec_profile_assignment_id => l_sec_prof_asg_id

Line 2920: per_asp_upd.upd

2916: --
2917: -- Now call the per_asp_upd.upd which will update a row in
2918: -- per_sec_profile_assignments as well as fnd_user_resp_groups.
2919: --
2920: per_asp_upd.upd
2921: (p_sec_profile_assignment_id => l_sec_prof_asg_id
2922: ,p_object_version_number => l_obj_vers_num
2923: ,p_start_date => p_start_date
2924: ,p_end_date => p_end_date -- Fix 2978610. Passing start date and end date.