DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_LIFE_EVENT_REASON dependencies on HR_UTILITY

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

409: hr_data_pump.entry('call');
410: open cr;
411: fetch cr into c;
412: if cr%notfound then
413: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
414: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
415: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
416: hr_utility.set_message_token('VALUE',p_batch_line_id);
417: hr_utility.raise_error;

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

410: open cr;
411: fetch cr into c;
412: if cr%notfound then
413: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
414: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
415: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
416: hr_utility.set_message_token('VALUE',p_batch_line_id);
417: hr_utility.raise_error;
418: end if;

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

411: fetch cr into c;
412: if cr%notfound then
413: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
414: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
415: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
416: hr_utility.set_message_token('VALUE',p_batch_line_id);
417: hr_utility.raise_error;
418: end if;
419: --

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

412: if cr%notfound then
413: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
414: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
415: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
416: hr_utility.set_message_token('VALUE',p_batch_line_id);
417: hr_utility.raise_error;
418: end if;
419: --
420: if c.p57 is null or

Line 417: hr_utility.raise_error;

413: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
414: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
415: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
416: hr_utility.set_message_token('VALUE',p_batch_line_id);
417: hr_utility.raise_error;
418: end if;
419: --
420: if c.p57 is null or
421: c.p55 is null then