DBA Data[Home] [Help]

APPS.SSP_SSPRPSSP_XMLP_PKG dependencies on PAY_PAYROLLS_F

Line 10: from pay_payrolls_f

6: declare
7:
8: cursor payroll_name is
9: Select payroll_name
10: from pay_payrolls_f
11: where business_group_id = p_business_group_id
12: and payroll_id = p_payroll_id
13: and effective_start_date <= p_date_to
14: and effective_end_date >= p_date_from