DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PRTT_RT_VAL dependencies on HR_UTILITY

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

483: hr_data_pump.entry('call');
484: open cr;
485: fetch cr into c;
486: if cr%notfound then
487: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
488: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
489: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
490: hr_utility.set_message_token('VALUE',p_batch_line_id);
491: hr_utility.raise_error;

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

484: open cr;
485: fetch cr into c;
486: if cr%notfound then
487: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
488: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
489: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
490: hr_utility.set_message_token('VALUE',p_batch_line_id);
491: hr_utility.raise_error;
492: end if;

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

485: fetch cr into c;
486: if cr%notfound then
487: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
488: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
489: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
490: hr_utility.set_message_token('VALUE',p_batch_line_id);
491: hr_utility.raise_error;
492: end if;
493: --

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

486: if cr%notfound then
487: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
488: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
489: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
490: hr_utility.set_message_token('VALUE',p_batch_line_id);
491: hr_utility.raise_error;
492: end if;
493: --
494: if c.p58 is null then

Line 491: hr_utility.raise_error;

487: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
488: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
489: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
490: hr_utility.set_message_token('VALUE',p_batch_line_id);
491: hr_utility.raise_error;
492: end if;
493: --
494: if c.p58 is null then
495: L_ENRT_RT_ID:=nn;