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