DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PAY_ALL_PAYROLLS_F

Line 966: from pay_all_payrolls_f

962: *****************************************************************/
963:
964: cursor c_get_business_group_id (cp_payroll_id in number) is
965: select business_group_id
966: from pay_all_payrolls_f
967: where payroll_id = cp_payroll_id
968: and p_effective_date between effective_start_date and effective_end_date;
969:
970: /****************************************************************