DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on PER_VALID_GRADES

Line 1805: from per_valid_grades

1801: -- the valid grades for the selected POSITION.
1802: --
1803: cursor csr_valid_pos_val_grd_exists is
1804: select null
1805: from per_valid_grades
1806: where position_id = p_position_id
1807: and p_validation_start_date
1808: between date_from
1809: and nvl(date_to, hr_api.g_eot);

Line 1815: from per_valid_grades

1811: -- Bug 3566686 Ends Here
1812: --
1813: cursor csr_valid_pos_val_grd is
1814: select null
1815: from per_valid_grades
1816: where position_id = p_position_id
1817: and grade_id = p_grade_id
1818: and p_validation_start_date
1819: between date_from