DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CONTACT_RELATIONS dependencies on HR_UTILITY

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

429: hr_data_pump.entry('call');
430: open cr;
431: fetch cr into c;
432: if cr%notfound then
433: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
434: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
435: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
436: hr_utility.set_message_token('VALUE',p_batch_line_id);
437: hr_utility.raise_error;

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

430: open cr;
431: fetch cr into c;
432: if cr%notfound then
433: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
434: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
435: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
436: hr_utility.set_message_token('VALUE',p_batch_line_id);
437: hr_utility.raise_error;
438: end if;

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

431: fetch cr into c;
432: if cr%notfound then
433: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
434: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
435: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
436: hr_utility.set_message_token('VALUE',p_batch_line_id);
437: hr_utility.raise_error;
438: end if;
439: --

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

432: if cr%notfound then
433: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
434: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
435: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
436: hr_utility.set_message_token('VALUE',p_batch_line_id);
437: hr_utility.raise_error;
438: end if;
439: --
440: if c.p57 is null or

Line 437: hr_utility.raise_error;

433: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
434: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
435: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
436: hr_utility.set_message_token('VALUE',p_batch_line_id);
437: hr_utility.raise_error;
438: end if;
439: --
440: if c.p57 is null or
441: c.p58 is null then