DBA Data[Home] [Help]

APPS.PER_ZA_ASS_SHD dependencies on PER_ZA_ASSESSMENTS

Line 98: per_za_assessments

94: accredited_by,
95: date_of_accreditation,
96: certification_expiry_date
97: from
98: per_za_assessments
99: where
100: assessment_id = p_assessment_id
101: for update nowait;
102:

Line 142: hr_utility.set_message_token('TABLE_NAME', 'per_za_assessments');

138: -- The object is locked therefore we need to supply a meaningful
139: -- error message.
140: --
141: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
142: hr_utility.set_message_token('TABLE_NAME', 'per_za_assessments');
143: hr_utility.raise_error;
144: End lck;
145: --
146: -- ----------------------------------------------------------------------------