DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BENEFITS_GROUP dependencies on HR_UTILITY

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

286: hr_data_pump.entry('call');
287: open cr;
288: fetch cr into c;
289: if cr%notfound then
290: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
291: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
292: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
293: hr_utility.set_message_token('VALUE',p_batch_line_id);
294: hr_utility.raise_error;

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

287: open cr;
288: fetch cr into c;
289: if cr%notfound then
290: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
291: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
292: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
293: hr_utility.set_message_token('VALUE',p_batch_line_id);
294: hr_utility.raise_error;
295: end if;

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

288: fetch cr into c;
289: if cr%notfound then
290: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
291: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
292: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
293: hr_utility.set_message_token('VALUE',p_batch_line_id);
294: hr_utility.raise_error;
295: end if;
296: --

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

289: if cr%notfound then
290: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
291: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
292: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
293: hr_utility.set_message_token('VALUE',p_batch_line_id);
294: hr_utility.raise_error;
295: end if;
296: --
297: hr_data_pump.api_trc_on;

Line 294: hr_utility.raise_error;

290: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
291: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
292: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
293: hr_utility.set_message_token('VALUE',p_batch_line_id);
294: hr_utility.raise_error;
295: end if;
296: --
297: hr_data_pump.api_trc_on;
298: ben_benefits_group_api.CREATE_BENEFITS_GROUP