DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PASSPORT_DETAI dependencies on HR_UTILITY

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

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

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

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

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

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

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

271: if cr%notfound then
272: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
273: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
274: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
275: hr_utility.set_message_token('VALUE',p_batch_line_id);
276: hr_utility.raise_error;
277: end if;
278: --
279: if c.p26 is null then

Line 276: hr_utility.raise_error;

272: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
273: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
274: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
275: hr_utility.set_message_token('VALUE',p_batch_line_id);
276: hr_utility.raise_error;
277: end if;
278: --
279: if c.p26 is null then
280: L_PERSON_EXTRA_INFO_ID:=nn;