DBA Data[Home] [Help]

APPS.HR_CHANGE_START_DATE_API dependencies on PAY_PAYROLLS_F

Line 415: from pay_payrolls_f

411: begin
412: select '1' into l_temp
413: from dual
414: where exists ( select payroll_id
415: from pay_payrolls_f
416: where payroll_id = l_payroll_id
417: and p_new_start_date between
418: effective_start_date and effective_end_date
419: );