DBA Data[Home] [Help]

APPS.PAY_US_INV_DED_FORMULAS dependencies on PAY_ALL_PAYROLLS_F

Line 3295: from pay_all_payrolls_f

3291:
3292:
3293: CURSOR c_get_pay_period_length(p_payroll_id number) IS
3294: select period_type
3295: from pay_all_payrolls_f
3296: where payroll_id = p_payroll_id
3297: and p_ctx_date_earned between effective_start_date
3298: and effective_end_date;
3299: