506: hr_data_pump.entry('call');
507: open cr;
508: fetch cr into c;
509: if cr%notfound then
510: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
511: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
512: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
513: hr_utility.set_message_token('VALUE',p_batch_line_id);
514: hr_utility.raise_error;
507: open cr;
508: fetch cr into c;
509: if cr%notfound then
510: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
511: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
512: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
513: hr_utility.set_message_token('VALUE',p_batch_line_id);
514: hr_utility.raise_error;
515: end if;
508: fetch cr into c;
509: if cr%notfound then
510: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
511: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
512: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
513: hr_utility.set_message_token('VALUE',p_batch_line_id);
514: hr_utility.raise_error;
515: end if;
516: --
509: if cr%notfound then
510: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
511: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
512: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
513: hr_utility.set_message_token('VALUE',p_batch_line_id);
514: hr_utility.raise_error;
515: end if;
516: --
517: hr_data_pump.api_trc_on;
510: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
511: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
512: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
513: hr_utility.set_message_token('VALUE',p_batch_line_id);
514: hr_utility.raise_error;
515: end if;
516: --
517: hr_data_pump.api_trc_on;
518: PAY_COUNTY_TAX_RULE_API.CREATE_COUNTY_TAX_RULE