DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PTNL_LER_FOR_PER dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 236: hr_utility.raise_error;

232: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
233: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
234: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
235: hr_utility.set_message_token('VALUE',p_batch_line_id);
236: hr_utility.raise_error;
237: end if;
238: --
239: if c.p13 is null then
240: L_PTNL_LER_FOR_PER_ID:=nn;