DBA Data[Home] [Help]

APPS.PAY_JP_YEA_BAL_ADJ_PKG dependencies on PAY_ALL_PAYROLLS_F

Line 32: from pay_all_payrolls_f

28: and org_information_context = 'JP_BUSINESS_GROUP_INFO';
29: --
30: cursor c_pay_formula is
31: select fnd_number.canonical_to_number(prl_information4)
32: from pay_all_payrolls_f
33: where payroll_id = fnd_number.canonical_to_number(p_payroll_id)
34: and fnd_date.canonical_to_date(p_effective_date)
35: between effective_start_date and effective_end_date;
36: --