DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BUSINESS_GROUP dependencies on HR_UTILITY

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

229: hr_data_pump.entry('call');
230: open cr;
231: fetch cr into c;
232: if cr%notfound then
233: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
234: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
235: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
236: hr_utility.set_message_token('VALUE',p_batch_line_id);
237: hr_utility.raise_error;

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

230: open cr;
231: fetch cr into c;
232: if cr%notfound then
233: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
234: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
235: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
236: hr_utility.set_message_token('VALUE',p_batch_line_id);
237: hr_utility.raise_error;
238: end if;

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

231: fetch cr into c;
232: if cr%notfound then
233: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
234: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
235: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
236: hr_utility.set_message_token('VALUE',p_batch_line_id);
237: hr_utility.raise_error;
238: end if;
239: --

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

232: if cr%notfound then
233: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
234: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
235: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
236: hr_utility.set_message_token('VALUE',p_batch_line_id);
237: hr_utility.raise_error;
238: end if;
239: --
240: if c.p18 is null or

Line 237: hr_utility.raise_error;

233: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
234: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
235: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
236: hr_utility.set_message_token('VALUE',p_batch_line_id);
237: hr_utility.raise_error;
238: end if;
239: --
240: if c.p18 is null or
241: c.p2 is null then