DBA Data[Home] [Help]

APPS.PAY_US_INV_DED_FORMULAS dependencies on PAY_ALL_PAYROLLS_F

Line 3961: from pay_all_payrolls_f

3957:
3958:
3959: CURSOR c_get_pay_period_length(p_payroll_id number) IS
3960: select period_type
3961: from pay_all_payrolls_f
3962: where payroll_id = p_payroll_id
3963: and p_ctx_date_earned between effective_start_date
3964: and effective_end_date;
3965: