DBA Data[Home] [Help]

APPS.HRDPP_CREATE_STATE_TAX_RULE dependencies on HR_UTILITY

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

544: hr_data_pump.entry('call');
545: open cr;
546: fetch cr into c;
547: if cr%notfound then
548: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
549: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
550: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
551: hr_utility.set_message_token('VALUE',p_batch_line_id);
552: hr_utility.raise_error;

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

545: open cr;
546: fetch cr into c;
547: if cr%notfound then
548: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
549: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
550: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
551: hr_utility.set_message_token('VALUE',p_batch_line_id);
552: hr_utility.raise_error;
553: end if;

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

546: fetch cr into c;
547: if cr%notfound then
548: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
549: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
550: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
551: hr_utility.set_message_token('VALUE',p_batch_line_id);
552: hr_utility.raise_error;
553: end if;
554: --

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

547: if cr%notfound then
548: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
549: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
550: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
551: hr_utility.set_message_token('VALUE',p_batch_line_id);
552: hr_utility.raise_error;
553: end if;
554: --
555: hr_data_pump.api_trc_on;

Line 552: hr_utility.raise_error;

548: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
549: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
550: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
551: hr_utility.set_message_token('VALUE',p_batch_line_id);
552: hr_utility.raise_error;
553: end if;
554: --
555: hr_data_pump.api_trc_on;
556: PAY_STATE_TAX_RULE_API.CREATE_STATE_TAX_RULE