DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_PERSON dependencies on HR_UTILITY

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

726: hr_data_pump.entry('call');
727: open cr;
728: fetch cr into c;
729: if cr%notfound then
730: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
731: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
732: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
733: hr_utility.set_message_token('VALUE',p_batch_line_id);
734: hr_utility.raise_error;

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

727: open cr;
728: fetch cr into c;
729: if cr%notfound then
730: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
731: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
732: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
733: hr_utility.set_message_token('VALUE',p_batch_line_id);
734: hr_utility.raise_error;
735: end if;

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

728: fetch cr into c;
729: if cr%notfound then
730: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
731: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
732: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
733: hr_utility.set_message_token('VALUE',p_batch_line_id);
734: hr_utility.raise_error;
735: end if;
736: --

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

729: if cr%notfound then
730: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
731: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
732: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
733: hr_utility.set_message_token('VALUE',p_batch_line_id);
734: hr_utility.raise_error;
735: end if;
736: --
737: if c.p114 is null then

Line 734: hr_utility.raise_error;

730: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
731: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
732: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
733: hr_utility.set_message_token('VALUE',p_batch_line_id);
734: hr_utility.raise_error;
735: end if;
736: --
737: if c.p114 is null then
738: L_PERSON_ID:=nn;