DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSON dependencies on HR_UTILITY

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

733: hr_data_pump.entry('call');
734: open cr;
735: fetch cr into c;
736: if cr%notfound then
737: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
738: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
739: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
740: hr_utility.set_message_token('VALUE',p_batch_line_id);
741: hr_utility.raise_error;

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

734: open cr;
735: fetch cr into c;
736: if cr%notfound then
737: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
738: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
739: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
740: hr_utility.set_message_token('VALUE',p_batch_line_id);
741: hr_utility.raise_error;
742: end if;

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

735: fetch cr into c;
736: if cr%notfound then
737: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
738: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
739: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
740: hr_utility.set_message_token('VALUE',p_batch_line_id);
741: hr_utility.raise_error;
742: end if;
743: --

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

736: if cr%notfound then
737: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
738: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
739: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
740: hr_utility.set_message_token('VALUE',p_batch_line_id);
741: hr_utility.raise_error;
742: end if;
743: --
744: if c.p116 is null then

Line 741: hr_utility.raise_error;

737: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
738: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
739: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
740: hr_utility.set_message_token('VALUE',p_batch_line_id);
741: hr_utility.raise_error;
742: end if;
743: --
744: if c.p116 is null then
745: L_PERSON_ID:=nn;