DBA Data[Home] [Help]

APPS.SSP_SSPRPOAR_XMLP_PKG dependencies on PAY_PAYROLLS_F

Line 14: from Pay_payrolls_f

10: c_business_group_name := hr_reports.get_business_group(p_bus_grp);
11:
12: if P_payroll is not null then
13: Select distinct payroll_name into c_payroll_name
14: from Pay_payrolls_f
15: where payroll_id = P_payroll ;
16: end if;
17: fnd_date.initialize('YYYY/MM/DD', null);
18: Exception