DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_CONTACT_EXTRA_ dependencies on HR_UTILITY

Line 276: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

272: hr_data_pump.entry('call');
273: open cr;
274: fetch cr into c;
275: if cr%notfound then
276: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
277: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
278: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
279: hr_utility.set_message_token('VALUE',p_batch_line_id);
280: hr_utility.raise_error;

Line 277: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

273: open cr;
274: fetch cr into c;
275: if cr%notfound then
276: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
277: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
278: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
279: hr_utility.set_message_token('VALUE',p_batch_line_id);
280: hr_utility.raise_error;
281: end if;

Line 278: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');

274: fetch cr into c;
275: if cr%notfound then
276: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
277: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
278: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
279: hr_utility.set_message_token('VALUE',p_batch_line_id);
280: hr_utility.raise_error;
281: end if;
282: --

Line 279: hr_utility.set_message_token('VALUE',p_batch_line_id);

275: if cr%notfound then
276: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
277: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
278: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
279: hr_utility.set_message_token('VALUE',p_batch_line_id);
280: hr_utility.raise_error;
281: end if;
282: --
283: if c.d30=cn or

Line 280: hr_utility.raise_error;

276: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
277: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
278: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
279: hr_utility.set_message_token('VALUE',p_batch_line_id);
280: hr_utility.raise_error;
281: end if;
282: --
283: if c.d30=cn or
284: c.d31=cn then