686: hr_data_pump.entry('call');
687: open cr;
688: fetch cr into c;
689: if cr%notfound then
690: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
691: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
692: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
693: hr_utility.set_message_token('VALUE',p_batch_line_id);
694: hr_utility.raise_error;
687: open cr;
688: fetch cr into c;
689: if cr%notfound then
690: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
691: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
692: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
693: hr_utility.set_message_token('VALUE',p_batch_line_id);
694: hr_utility.raise_error;
695: end if;
688: fetch cr into c;
689: if cr%notfound then
690: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
691: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
692: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
693: hr_utility.set_message_token('VALUE',p_batch_line_id);
694: hr_utility.raise_error;
695: end if;
696: --
689: if cr%notfound then
690: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
691: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
692: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
693: hr_utility.set_message_token('VALUE',p_batch_line_id);
694: hr_utility.raise_error;
695: end if;
696: --
697: if c.p113 is null or
690: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
691: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
692: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
693: hr_utility.set_message_token('VALUE',p_batch_line_id);
694: hr_utility.raise_error;
695: end if;
696: --
697: if c.p113 is null or
698: c.p114 is null then