DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CITY_TAX_RULE dependencies on HR_UTILITY

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

520: hr_data_pump.entry('call');
521: open cr;
522: fetch cr into c;
523: if cr%notfound then
524: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
526: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
527: hr_utility.set_message_token('VALUE',p_batch_line_id);
528: hr_utility.raise_error;

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

521: open cr;
522: fetch cr into c;
523: if cr%notfound then
524: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
526: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
527: hr_utility.set_message_token('VALUE',p_batch_line_id);
528: hr_utility.raise_error;
529: end if;

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

522: fetch cr into c;
523: if cr%notfound then
524: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
526: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
527: hr_utility.set_message_token('VALUE',p_batch_line_id);
528: hr_utility.raise_error;
529: end if;
530: --

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

523: if cr%notfound then
524: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
526: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
527: hr_utility.set_message_token('VALUE',p_batch_line_id);
528: hr_utility.raise_error;
529: end if;
530: --
531: hr_data_pump.api_trc_on;

Line 528: hr_utility.raise_error;

524: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
526: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
527: hr_utility.set_message_token('VALUE',p_batch_line_id);
528: hr_utility.raise_error;
529: end if;
530: --
531: hr_data_pump.api_trc_on;
532: PAY_CITY_TAX_RULE_API.CREATE_CITY_TAX_RULE