DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PRTT_PREM dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 336: hr_utility.raise_error;

332: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
333: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
334: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
335: hr_utility.set_message_token('VALUE',p_batch_line_id);
336: hr_utility.raise_error;
337: end if;
338: --
339: if c.p38 is null then
340: L_PRTT_PREM_ID:=nn;