DBA Data[Home] [Help]

APPS.HRDPP_CREATE_COUNTY_TAX_RULE dependencies on HR_UTILITY

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

501: hr_data_pump.entry('call');
502: open cr;
503: fetch cr into c;
504: if cr%notfound then
505: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
506: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
507: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
508: hr_utility.set_message_token('VALUE',p_batch_line_id);
509: hr_utility.raise_error;

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

502: open cr;
503: fetch cr into c;
504: if cr%notfound then
505: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
506: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
507: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
508: hr_utility.set_message_token('VALUE',p_batch_line_id);
509: hr_utility.raise_error;
510: end if;

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

503: fetch cr into c;
504: if cr%notfound then
505: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
506: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
507: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
508: hr_utility.set_message_token('VALUE',p_batch_line_id);
509: hr_utility.raise_error;
510: end if;
511: --

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

504: if cr%notfound then
505: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
506: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
507: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
508: hr_utility.set_message_token('VALUE',p_batch_line_id);
509: hr_utility.raise_error;
510: end if;
511: --
512: hr_data_pump.api_trc_on;

Line 509: hr_utility.raise_error;

505: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
506: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
507: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
508: hr_utility.set_message_token('VALUE',p_batch_line_id);
509: hr_utility.raise_error;
510: end if;
511: --
512: hr_data_pump.api_trc_on;
513: PAY_COUNTY_TAX_RULE_API.CREATE_COUNTY_TAX_RULE