DBA Data[Home] [Help]

APPS.HR_CHANGE_START_DATE_API dependencies on PAY_PAYROLLS_F

Line 448: from pay_payrolls_f

444: begin
445: select '1' into l_temp
446: from dual
447: where exists ( select payroll_id
448: from pay_payrolls_f
449: where payroll_id = l_payroll_id
450: and p_new_start_date between
451: effective_start_date and effective_end_date
452: );