DBA Data[Home] [Help]

APPS.HRDPP_CREATE_COUNTY_TAX_RULE dependencies on HR_UTILITY

Line 510: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

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;

Line 511: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

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;

Line 512: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');

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: --

Line 513: hr_utility.set_message_token('VALUE',p_batch_line_id);

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;

Line 514: hr_utility.raise_error;

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