DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_BAL_TYPE dependencies on HR_UTILITY

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

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

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

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

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

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

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

297: if cr%notfound then
298: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
299: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
300: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
301: hr_utility.set_message_token('VALUE',p_batch_line_id);
302: hr_utility.raise_error;
303: end if;
304: --
305: if c.p31 is null then

Line 302: hr_utility.raise_error;

298: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
299: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
300: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
301: hr_utility.set_message_token('VALUE',p_batch_line_id);
302: hr_utility.raise_error;
303: end if;
304: --
305: if c.p31 is null then
306: L_BALANCE_TYPE_ID:=nn;