DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_EMP_ASG dependencies on HR_UTILITY

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

568: hr_data_pump.entry('call');
569: open cr;
570: fetch cr into c;
571: if cr%notfound then
572: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
573: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
574: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
575: hr_utility.set_message_token('VALUE',p_batch_line_id);
576: hr_utility.raise_error;

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

569: open cr;
570: fetch cr into c;
571: if cr%notfound then
572: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
573: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
574: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
575: hr_utility.set_message_token('VALUE',p_batch_line_id);
576: hr_utility.raise_error;
577: end if;

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

570: fetch cr into c;
571: if cr%notfound then
572: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
573: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
574: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
575: hr_utility.set_message_token('VALUE',p_batch_line_id);
576: hr_utility.raise_error;
577: end if;
578: --

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

571: if cr%notfound then
572: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
573: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
574: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
575: hr_utility.set_message_token('VALUE',p_batch_line_id);
576: hr_utility.raise_error;
577: end if;
578: --
579: if c.p78 is null then

Line 576: hr_utility.raise_error;

572: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
573: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
574: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
575: hr_utility.set_message_token('VALUE',p_batch_line_id);
576: hr_utility.raise_error;
577: end if;
578: --
579: if c.p78 is null then
580: L_ASSIGNMENT_ID:=nn;