DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_PERSON_EXTRA_I dependencies on HR_UTILITY

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

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

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

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

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

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

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

267: if cr%notfound then
268: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
269: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
270: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
271: hr_utility.set_message_token('VALUE',p_batch_line_id);
272: hr_utility.raise_error;
273: end if;
274: --
275: if c.p27 is null then

Line 272: hr_utility.raise_error;

268: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
269: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
270: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
271: hr_utility.set_message_token('VALUE',p_batch_line_id);
272: hr_utility.raise_error;
273: end if;
274: --
275: if c.p27 is null then
276: L_PERSON_ID:=nn;