DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSON dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 736: hr_utility.raise_error;

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