546: hr_data_pump.entry('call');
547: open cr;
548: fetch cr into c;
549: if cr%notfound then
550: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
551: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
552: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
553: hr_utility.set_message_token('VALUE',p_batch_line_id);
554: hr_utility.raise_error;
547: open cr;
548: fetch cr into c;
549: if cr%notfound then
550: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
551: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
552: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
553: hr_utility.set_message_token('VALUE',p_batch_line_id);
554: hr_utility.raise_error;
555: end if;
548: fetch cr into c;
549: if cr%notfound then
550: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
551: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
552: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
553: hr_utility.set_message_token('VALUE',p_batch_line_id);
554: hr_utility.raise_error;
555: end if;
556: --
549: if cr%notfound then
550: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
551: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
552: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
553: hr_utility.set_message_token('VALUE',p_batch_line_id);
554: hr_utility.raise_error;
555: end if;
556: --
557: if c.p84 is null then
550: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
551: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
552: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
553: hr_utility.set_message_token('VALUE',p_batch_line_id);
554: hr_utility.raise_error;
555: end if;
556: --
557: if c.p84 is null then
558: L_EMP_FED_TAX_RULE_ID:=nn;