DBA Data[Home] [Help]

APPS.PER_MEA_BUS dependencies on PER_DIS_SHD

Line 1011: (per_dis_shd.g_old_rec.disability_id <> p_disability_id))) then

1007: IF p_disability_id is not null then
1008: --
1009: IF ((p_medical_assessment_id is null) or
1010: ((p_medical_assessment_id is not null) and
1011: (per_dis_shd.g_old_rec.disability_id <> p_disability_id))) then
1012: --
1013: hr_utility.set_location(l_proc, 20);
1014: --
1015: -- fix #1565679 (point 27) - make disability_id updatable on the medical assessment.