334: hr_data_pump.entry('call');
335: open cr;
336: fetch cr into c;
337: if cr%notfound then
338: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
339: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
340: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
341: hr_utility.set_message_token('VALUE',p_batch_line_id);
342: hr_utility.raise_error;
335: open cr;
336: fetch cr into c;
337: if cr%notfound then
338: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
339: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
340: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
341: hr_utility.set_message_token('VALUE',p_batch_line_id);
342: hr_utility.raise_error;
343: end if;
336: fetch cr into c;
337: if cr%notfound then
338: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
339: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
340: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
341: hr_utility.set_message_token('VALUE',p_batch_line_id);
342: hr_utility.raise_error;
343: end if;
344: --
337: if cr%notfound then
338: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
339: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
340: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
341: hr_utility.set_message_token('VALUE',p_batch_line_id);
342: hr_utility.raise_error;
343: end if;
344: --
345: if c.p42 is null then
338: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
339: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
340: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
341: hr_utility.set_message_token('VALUE',p_batch_line_id);
342: hr_utility.raise_error;
343: end if;
344: --
345: if c.p42 is null then
346: L_ASSIGNMENT_ID:=nn;