DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_GB_PERSON dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 733: hr_utility.raise_error;

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