235: hr_data_pump.entry('call');
236: open cr;
237: fetch cr into c;
238: if cr%notfound then
239: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
240: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
241: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
242: hr_utility.set_message_token('VALUE',p_batch_line_id);
243: hr_utility.raise_error;
236: open cr;
237: fetch cr into c;
238: if cr%notfound then
239: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
240: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
241: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
242: hr_utility.set_message_token('VALUE',p_batch_line_id);
243: hr_utility.raise_error;
244: end if;
237: fetch cr into c;
238: if cr%notfound then
239: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
240: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
241: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
242: hr_utility.set_message_token('VALUE',p_batch_line_id);
243: hr_utility.raise_error;
244: end if;
245: --
238: if cr%notfound then
239: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
240: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
241: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
242: hr_utility.set_message_token('VALUE',p_batch_line_id);
243: hr_utility.raise_error;
244: end if;
245: --
246: if c.p23 is null then
239: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
240: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
241: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
242: hr_utility.set_message_token('VALUE',p_batch_line_id);
243: hr_utility.raise_error;
244: end if;
245: --
246: if c.p23 is null then
247: L_ASSIGNMENT_ID:=nn;