DBA Data[Home] [Help]

APPS.PER_ZA_EMPLOYMENT_EQUITY_PKG dependencies on PAY_ALL_PAYROLLS_F

Line 847: pay_all_payrolls_f payr

843:
844: select ptpt.number_per_fiscal_year
845: into l_period_frequency
846: from per_time_period_types ptpt,
847: pay_all_payrolls_f payr
848: where payr.payroll_id = l_assignment.payroll_id
849: and p_report_date between payr.effective_start_date and payr.effective_end_date
850: and ptpt.period_type = payr.period_type;
851:

Line 4744: pay_all_payrolls_f payr

4740:
4741: select ptpt.number_per_fiscal_year
4742: into l_period_frequency
4743: from per_time_period_types ptpt,
4744: pay_all_payrolls_f payr
4745: where payr.payroll_id = l_assignment.payroll_id
4746: and p_report_date between payr.effective_start_date and payr.effective_end_date
4747: and ptpt.period_type = payr.period_type;
4748: