DBA Data[Home] [Help]

APPS.PAY_PAYUSDED_XMLP_PKG dependencies on PAY_ALL_PAYROLLS_F

Line 97: from pay_all_payrolls_f

93: then
94: l_message := 'Error: While Selecting Payroll name ....';
95: select payroll_name
96: into c_payroll
97: from pay_all_payrolls_f
98: where payroll_id = p_payroll_id
99: and p_end_date between effective_start_date and effective_end_date
100: and business_group_id = p_business_group_id;
101: else