DBA Data[Home] [Help]

APPS.HR_ADP dependencies on PAY_PERSONAL_PAYMENT_METHODS_F

Line 78: from pay_personal_payment_methods_f

74: begin
75: --
76: select max(priority)
77: into priority
78: from pay_personal_payment_methods_f
79: where assignment_id = p_assignment_id
80: and trunc(hr_adp.get_adp_extract_date)
81: between effective_start_date
82: and effective_end_date ;