350: hr_data_pump.entry('call');
351: open cr;
352: fetch cr into c;
353: if cr%notfound then
354: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
355: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
356: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
357: hr_utility.set_message_token('VALUE',p_batch_line_id);
358: hr_utility.raise_error;
351: open cr;
352: fetch cr into c;
353: if cr%notfound then
354: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
355: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
356: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
357: hr_utility.set_message_token('VALUE',p_batch_line_id);
358: hr_utility.raise_error;
359: end if;
352: fetch cr into c;
353: if cr%notfound then
354: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
355: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
356: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
357: hr_utility.set_message_token('VALUE',p_batch_line_id);
358: hr_utility.raise_error;
359: end if;
360: --
353: if cr%notfound then
354: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
355: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
356: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
357: hr_utility.set_message_token('VALUE',p_batch_line_id);
358: hr_utility.raise_error;
359: end if;
360: --
361: if c.p45 is null then
354: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
355: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
356: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
357: hr_utility.set_message_token('VALUE',p_batch_line_id);
358: hr_utility.raise_error;
359: end if;
360: --
361: if c.p45 is null then
362: L_ORIGINAL_ENTRY_ID:=nn;