DBA Data[Home] [Help]

APPS.HRDPP_CREATE_TAXABILITY_RULES dependencies on HR_UTILITY

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

197: hr_data_pump.entry('call');
198: open cr;
199: fetch cr into c;
200: if cr%notfound then
201: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
203: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
204: hr_utility.set_message_token('VALUE',p_batch_line_id);
205: hr_utility.raise_error;

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

198: open cr;
199: fetch cr into c;
200: if cr%notfound then
201: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
203: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
204: hr_utility.set_message_token('VALUE',p_batch_line_id);
205: hr_utility.raise_error;
206: end if;

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

199: fetch cr into c;
200: if cr%notfound then
201: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
203: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
204: hr_utility.set_message_token('VALUE',p_batch_line_id);
205: hr_utility.raise_error;
206: end if;
207: --

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

200: if cr%notfound then
201: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
203: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
204: hr_utility.set_message_token('VALUE',p_batch_line_id);
205: hr_utility.raise_error;
206: end if;
207: --
208: hr_data_pump.api_trc_on;

Line 205: hr_utility.raise_error;

201: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
202: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
203: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
204: hr_utility.set_message_token('VALUE',p_batch_line_id);
205: hr_utility.raise_error;
206: end if;
207: --
208: hr_data_pump.api_trc_on;
209: PAY_AC_TAXABILITY_WRAPPER.CREATE_TAXABILITY_RULES