DBA Data[Home] [Help]

APPS.HR_KI_TPC_LOAD_API dependencies on HR_UTILITY

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

144: open c;
145: fetch c into X_ROWID;
146: if (c%notfound) then
147: close c;
148: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
149: hr_utility.set_message_token('PROCEDURE',
150: 'hr_ki_topics.insert_row');
151: hr_utility.set_message_token('STEP','1');
152: hr_utility.raise_error;

Line 149: hr_utility.set_message_token('PROCEDURE',

145: fetch c into X_ROWID;
146: if (c%notfound) then
147: close c;
148: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
149: hr_utility.set_message_token('PROCEDURE',
150: 'hr_ki_topics.insert_row');
151: hr_utility.set_message_token('STEP','1');
152: hr_utility.raise_error;
153: end if;

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

147: close c;
148: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
149: hr_utility.set_message_token('PROCEDURE',
150: 'hr_ki_topics.insert_row');
151: hr_utility.set_message_token('STEP','1');
152: hr_utility.raise_error;
153: end if;
154: close c;
155:

Line 152: hr_utility.raise_error;

148: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
149: hr_utility.set_message_token('PROCEDURE',
150: 'hr_ki_topics.insert_row');
151: hr_utility.set_message_token('STEP','1');
152: hr_utility.raise_error;
153: end if;
154: close c;
155:
156: