DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CITY_TAX_RULE dependencies on HR_UTILITY

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

515: hr_data_pump.entry('call');
516: open cr;
517: fetch cr into c;
518: if cr%notfound then
519: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
520: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
521: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
522: hr_utility.set_message_token('VALUE',p_batch_line_id);
523: hr_utility.raise_error;

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

516: open cr;
517: fetch cr into c;
518: if cr%notfound then
519: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
520: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
521: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
522: hr_utility.set_message_token('VALUE',p_batch_line_id);
523: hr_utility.raise_error;
524: end if;

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

517: fetch cr into c;
518: if cr%notfound then
519: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
520: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
521: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
522: hr_utility.set_message_token('VALUE',p_batch_line_id);
523: hr_utility.raise_error;
524: end if;
525: --

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

518: if cr%notfound then
519: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
520: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
521: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
522: hr_utility.set_message_token('VALUE',p_batch_line_id);
523: hr_utility.raise_error;
524: end if;
525: --
526: hr_data_pump.api_trc_on;

Line 523: hr_utility.raise_error;

519: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
520: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
521: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
522: hr_utility.set_message_token('VALUE',p_batch_line_id);
523: hr_utility.raise_error;
524: end if;
525: --
526: hr_data_pump.api_trc_on;
527: PAY_CITY_TAX_RULE_API.CREATE_CITY_TAX_RULE