328: hr_data_pump.entry('call');
329: open cr;
330: fetch cr into c;
331: if cr%notfound then
332: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
333: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
334: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
335: hr_utility.set_message_token('VALUE',p_batch_line_id);
336: hr_utility.raise_error;
329: open cr;
330: fetch cr into c;
331: if cr%notfound then
332: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
333: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
334: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
335: hr_utility.set_message_token('VALUE',p_batch_line_id);
336: hr_utility.raise_error;
337: end if;
330: fetch cr into c;
331: if cr%notfound then
332: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
333: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
334: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
335: hr_utility.set_message_token('VALUE',p_batch_line_id);
336: hr_utility.raise_error;
337: end if;
338: --
331: if cr%notfound then
332: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
333: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
334: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
335: hr_utility.set_message_token('VALUE',p_batch_line_id);
336: hr_utility.raise_error;
337: end if;
338: --
339: if c.p41 is null then
332: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
333: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
334: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
335: hr_utility.set_message_token('VALUE',p_batch_line_id);
336: hr_utility.raise_error;
337: end if;
338: --
339: if c.p41 is null then
340: L_ASSIGNMENT_ID:=nn;