DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_BENEFITS_GROUP dependencies on HR_UTILITY

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

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

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

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

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

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

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

293: if cr%notfound then
294: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
295: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
296: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
297: hr_utility.set_message_token('VALUE',p_batch_line_id);
298: hr_utility.raise_error;
299: end if;
300: --
301: if c.p34 is null then

Line 298: hr_utility.raise_error;

294: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
295: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
296: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
297: hr_utility.set_message_token('VALUE',p_batch_line_id);
298: hr_utility.raise_error;
299: end if;
300: --
301: if c.p34 is null then
302: L_BENFTS_GRP_ID:=nn;