DBA Data[Home] [Help]

APPS.HR_CHANGE_START_DATE_API dependencies on PAY_PERSONAL_PAYMENT_METHODS_F

Line 2398: update pay_personal_payment_methods_f p

2394: and a.person_id = p_person_id;
2395: --
2396: hr_utility.set_location(l_proc, 170);
2397: --
2398: update pay_personal_payment_methods_f p
2399: set p.effective_start_date = l_new_start_date
2400: where p.effective_start_date = l_old_start_date
2401: and p.effective_end_date >= l_new_start_date
2402: and exists