DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on FND_NUMBER

Line 1604: SELECT fnd_number.canonical_to_number(PGR.MINIMUM)

1600: AND p_date BETWEEN PAF.EFFECTIVE_START_DATE AND PAF.EFFECTIVE_END_DATE
1601: and paf.pay_basis_id = ppb.pay_basis_id;
1602:
1603: cursor grade_details is
1604: SELECT fnd_number.canonical_to_number(PGR.MINIMUM)
1605: , fnd_number.canonical_to_number(PGR.MAXIMUM)
1606: , fnd_number.canonical_to_number(PGR.MID_VALUE)
1607: FROM PER_PAY_BASES PPB
1608: , PAY_GRADE_RULES_F PGR

Line 1605: , fnd_number.canonical_to_number(PGR.MAXIMUM)

1601: and paf.pay_basis_id = ppb.pay_basis_id;
1602:
1603: cursor grade_details is
1604: SELECT fnd_number.canonical_to_number(PGR.MINIMUM)
1605: , fnd_number.canonical_to_number(PGR.MAXIMUM)
1606: , fnd_number.canonical_to_number(PGR.MID_VALUE)
1607: FROM PER_PAY_BASES PPB
1608: , PAY_GRADE_RULES_F PGR
1609: , PER_ALL_ASSIGNMENTS_F ASG

Line 1606: , fnd_number.canonical_to_number(PGR.MID_VALUE)

1602:
1603: cursor grade_details is
1604: SELECT fnd_number.canonical_to_number(PGR.MINIMUM)
1605: , fnd_number.canonical_to_number(PGR.MAXIMUM)
1606: , fnd_number.canonical_to_number(PGR.MID_VALUE)
1607: FROM PER_PAY_BASES PPB
1608: , PAY_GRADE_RULES_F PGR
1609: , PER_ALL_ASSIGNMENTS_F ASG
1610: WHERE ASG.ASSIGNMENT_ID=p_assignment_id