DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_LIFE_EVENT_REASON dependencies on HR_UTILITY

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

404: hr_data_pump.entry('call');
405: open cr;
406: fetch cr into c;
407: if cr%notfound then
408: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
409: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
410: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
411: hr_utility.set_message_token('VALUE',p_batch_line_id);
412: hr_utility.raise_error;

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

405: open cr;
406: fetch cr into c;
407: if cr%notfound then
408: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
409: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
410: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
411: hr_utility.set_message_token('VALUE',p_batch_line_id);
412: hr_utility.raise_error;
413: end if;

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

406: fetch cr into c;
407: if cr%notfound then
408: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
409: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
410: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
411: hr_utility.set_message_token('VALUE',p_batch_line_id);
412: hr_utility.raise_error;
413: end if;
414: --

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

407: if cr%notfound then
408: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
409: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
410: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
411: hr_utility.set_message_token('VALUE',p_batch_line_id);
412: hr_utility.raise_error;
413: end if;
414: --
415: if c.p56 is null or

Line 412: hr_utility.raise_error;

408: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
409: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
410: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
411: hr_utility.set_message_token('VALUE',p_batch_line_id);
412: hr_utility.raise_error;
413: end if;
414: --
415: if c.p56 is null or
416: c.p54 is null then