DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_CONTACT_EXTRA_ dependencies on HR_UTILITY

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

259: hr_data_pump.entry('call');
260: open cr;
261: fetch cr into c;
262: if cr%notfound then
263: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
264: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
265: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
266: hr_utility.set_message_token('VALUE',p_batch_line_id);
267: hr_utility.raise_error;

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

260: open cr;
261: fetch cr into c;
262: if cr%notfound then
263: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
264: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
265: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
266: hr_utility.set_message_token('VALUE',p_batch_line_id);
267: hr_utility.raise_error;
268: end if;

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

261: fetch cr into c;
262: if cr%notfound then
263: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
264: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
265: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
266: hr_utility.set_message_token('VALUE',p_batch_line_id);
267: hr_utility.raise_error;
268: end if;
269: --

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

262: if cr%notfound then
263: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
264: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
265: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
266: hr_utility.set_message_token('VALUE',p_batch_line_id);
267: hr_utility.raise_error;
268: end if;
269: --
270: if c.p31 is null or

Line 267: hr_utility.raise_error;

263: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
264: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
265: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
266: hr_utility.set_message_token('VALUE',p_batch_line_id);
267: hr_utility.raise_error;
268: end if;
269: --
270: if c.p31 is null or
271: c.p32 is null then