DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SUPER_CONTRIBUTIO dependencies on HR_UTILITY

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

325: hr_data_pump.entry('call');
326: open cr;
327: fetch cr into c;
328: if cr%notfound then
329: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
330: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
331: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
332: hr_utility.set_message_token('VALUE',p_batch_line_id);
333: hr_utility.raise_error;

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

326: open cr;
327: fetch cr into c;
328: if cr%notfound then
329: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
330: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
331: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
332: hr_utility.set_message_token('VALUE',p_batch_line_id);
333: hr_utility.raise_error;
334: end if;

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

327: fetch cr into c;
328: if cr%notfound then
329: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
330: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
331: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
332: hr_utility.set_message_token('VALUE',p_batch_line_id);
333: hr_utility.raise_error;
334: end if;
335: --

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

328: if cr%notfound then
329: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
330: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
331: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
332: hr_utility.set_message_token('VALUE',p_batch_line_id);
333: hr_utility.raise_error;
334: end if;
335: --
336: if c.p39 is null then

Line 333: hr_utility.raise_error;

329: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
330: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
331: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
332: hr_utility.set_message_token('VALUE',p_batch_line_id);
333: hr_utility.raise_error;
334: end if;
335: --
336: if c.p39 is null then
337: L_ORIGINAL_ENTRY_ID:=nn;