692: hr_data_pump.entry('call');
693: open cr;
694: fetch cr into c;
695: if cr%notfound then
696: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
697: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
698: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
699: hr_utility.set_message_token('VALUE',p_batch_line_id);
700: hr_utility.raise_error;
693: open cr;
694: fetch cr into c;
695: if cr%notfound then
696: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
697: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
698: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
699: hr_utility.set_message_token('VALUE',p_batch_line_id);
700: hr_utility.raise_error;
701: end if;
694: fetch cr into c;
695: if cr%notfound then
696: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
697: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
698: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
699: hr_utility.set_message_token('VALUE',p_batch_line_id);
700: hr_utility.raise_error;
701: end if;
702: --
695: if cr%notfound then
696: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
697: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
698: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
699: hr_utility.set_message_token('VALUE',p_batch_line_id);
700: hr_utility.raise_error;
701: end if;
702: --
703: if c.p115 is null or
696: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
697: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
698: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
699: hr_utility.set_message_token('VALUE',p_batch_line_id);
700: hr_utility.raise_error;
701: end if;
702: --
703: if c.p115 is null or
704: c.p116 is null then