DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_RU_EMP_ASG dependencies on HR_UTILITY

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

721: hr_data_pump.entry('call');
722: open cr;
723: fetch cr into c;
724: if cr%notfound then
725: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
726: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
727: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
728: hr_utility.set_message_token('VALUE',p_batch_line_id);
729: hr_utility.raise_error;

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

722: open cr;
723: fetch cr into c;
724: if cr%notfound then
725: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
726: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
727: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
728: hr_utility.set_message_token('VALUE',p_batch_line_id);
729: hr_utility.raise_error;
730: end if;

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

723: fetch cr into c;
724: if cr%notfound then
725: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
726: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
727: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
728: hr_utility.set_message_token('VALUE',p_batch_line_id);
729: hr_utility.raise_error;
730: end if;
731: --

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

724: if cr%notfound then
725: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
726: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
727: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
728: hr_utility.set_message_token('VALUE',p_batch_line_id);
729: hr_utility.raise_error;
730: end if;
731: --
732: if c.p108 is null then

Line 729: hr_utility.raise_error;

725: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
726: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
727: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
728: hr_utility.set_message_token('VALUE',p_batch_line_id);
729: hr_utility.raise_error;
730: end if;
731: --
732: if c.p108 is null then
733: L_ASSIGNMENT_ID:=nn;