DBA Data[Home] [Help]

APPS.HRDPP_CREATE_STATE_TAX_RULE dependencies on HR_UTILITY

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

549: hr_data_pump.entry('call');
550: open cr;
551: fetch cr into c;
552: if cr%notfound then
553: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
554: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
555: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
556: hr_utility.set_message_token('VALUE',p_batch_line_id);
557: hr_utility.raise_error;

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

550: open cr;
551: fetch cr into c;
552: if cr%notfound then
553: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
554: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
555: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
556: hr_utility.set_message_token('VALUE',p_batch_line_id);
557: hr_utility.raise_error;
558: end if;

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

551: fetch cr into c;
552: if cr%notfound then
553: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
554: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
555: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
556: hr_utility.set_message_token('VALUE',p_batch_line_id);
557: hr_utility.raise_error;
558: end if;
559: --

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

552: if cr%notfound then
553: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
554: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
555: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
556: hr_utility.set_message_token('VALUE',p_batch_line_id);
557: hr_utility.raise_error;
558: end if;
559: --
560: hr_data_pump.api_trc_on;

Line 557: hr_utility.raise_error;

553: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
554: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
555: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
556: hr_utility.set_message_token('VALUE',p_batch_line_id);
557: hr_utility.raise_error;
558: end if;
559: --
560: hr_data_pump.api_trc_on;
561: PAY_STATE_TAX_RULE_API.CREATE_STATE_TAX_RULE