DBA Data[Home] [Help]

APPS.HR_KI_HRC_LOAD_API dependencies on HR_UTILITY

Line 161: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

157: open c;
158: fetch c into X_ROWID;
159: if (c%notfound) then
160: close c;
161: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
162: hr_utility.set_message_token('PROCEDURE',
163: 'HR_KI_HIERARCHIES.insert_row');
164: hr_utility.set_message_token('STEP','1');
165: hr_utility.raise_error;

Line 162: hr_utility.set_message_token('PROCEDURE',

158: fetch c into X_ROWID;
159: if (c%notfound) then
160: close c;
161: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
162: hr_utility.set_message_token('PROCEDURE',
163: 'HR_KI_HIERARCHIES.insert_row');
164: hr_utility.set_message_token('STEP','1');
165: hr_utility.raise_error;
166: end if;

Line 164: hr_utility.set_message_token('STEP','1');

160: close c;
161: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
162: hr_utility.set_message_token('PROCEDURE',
163: 'HR_KI_HIERARCHIES.insert_row');
164: hr_utility.set_message_token('STEP','1');
165: hr_utility.raise_error;
166: end if;
167: close c;
168:

Line 165: hr_utility.raise_error;

161: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
162: hr_utility.set_message_token('PROCEDURE',
163: 'HR_KI_HIERARCHIES.insert_row');
164: hr_utility.set_message_token('STEP','1');
165: hr_utility.raise_error;
166: end if;
167: close c;
168:
169: