DBA Data[Home] [Help]

APPS.PAY_CN_PAYSLIP dependencies on FND_NUMBER

Line 494: -- 115.2 28-May-2008 dduvvuri Added fnd_number.canonical_to_number

490: --------------------------------------------------------------------------
491: -- 115.0 03-SEP-2003 bramajey Initial Version --
492: -- 115.1 14-Sep-2004 snekkala Added condition to check if --
493: -- run result value exists or not --
494: -- 115.2 28-May-2008 dduvvuri Added fnd_number.canonical_to_number
495: -- in the cursor before selecting the
496: -- run result value.
497: --------------------------------------------------------------------------
498: --

Line 511: SELECT fnd_number.canonical_to_number(prrv.result_value)

507: --
508: CURSOR csr_value
509: IS
510: --
511: SELECT fnd_number.canonical_to_number(prrv.result_value)
512: FROM pay_assignment_actions paa
513: ,pay_payroll_actions ppa
514: ,pay_element_types_f pet
515: ,pay_input_values_f piv