DBA Data[Home] [Help]

APPS.PAY_CN_PAYSLIP dependencies on FND_NUMBER

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

532: --------------------------------------------------------------------------
533: -- 115.0 03-SEP-2003 bramajey Initial Version --
534: -- 115.1 14-Sep-2004 snekkala Added condition to check if --
535: -- run result value exists or not --
536: -- 115.2 28-May-2008 dduvvuri Added fnd_number.canonical_to_number
537: -- in the cursor before selecting the
538: -- run result value.
539: -- 115.3 15-Apr-2010 dduvvuri Added condition on pay_run_results to pick up results
540: -- whose status = P,PA

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

551: --
552: CURSOR csr_value
553: IS
554: --
555: SELECT fnd_number.canonical_to_number(prrv.result_value)
556: FROM pay_assignment_actions paa
557: ,pay_payroll_actions ppa
558: ,pay_element_types_f pet
559: ,pay_input_values_f piv