DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on PER_VALID_GRADES

Line 1765: from per_valid_grades

1761: -- the valid grades for the selected POSITION.
1762: --
1763: cursor csr_valid_pos_val_grd_exists is
1764: select null
1765: from per_valid_grades
1766: where position_id = p_position_id
1767: and p_validation_start_date
1768: between date_from
1769: and nvl(date_to, hr_api.g_eot);

Line 1775: from per_valid_grades

1771: -- Bug 3566686 Ends Here
1772: --
1773: cursor csr_valid_pos_val_grd is
1774: select null
1775: from per_valid_grades
1776: where position_id = p_position_id
1777: and grade_id = p_grade_id
1778: and p_validation_start_date
1779: between date_from