DBA Data[Home] [Help]

APPS.PAY_NZ_HOLIDAYS_2003 dependencies on FND_NUMBER

Line 1475: select fnd_number.canonical_to_number(information1)

1471: function get_annual_leave_percentage(p_accrual_plan_id number)
1472: return number is
1473: --
1474: cursor csr_percentage(p_accrual_plan_id number) is
1475: select fnd_number.canonical_to_number(information1)
1476: from pay_accrual_plans pap
1477: where information_category = 'NZ_NZAL'
1478: and pap.accrual_plan_id = p_accrual_plan_id;
1479: --