DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BAL_TYPE dependencies on HR_UTILITY

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

311: hr_data_pump.entry('call');
312: open cr;
313: fetch cr into c;
314: if cr%notfound then
315: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
316: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
317: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
318: hr_utility.set_message_token('VALUE',p_batch_line_id);
319: hr_utility.raise_error;

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

312: open cr;
313: fetch cr into c;
314: if cr%notfound then
315: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
316: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
317: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
318: hr_utility.set_message_token('VALUE',p_batch_line_id);
319: hr_utility.raise_error;
320: end if;

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

313: fetch cr into c;
314: if cr%notfound then
315: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
316: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
317: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
318: hr_utility.set_message_token('VALUE',p_batch_line_id);
319: hr_utility.raise_error;
320: end if;
321: --

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

314: if cr%notfound then
315: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
316: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
317: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
318: hr_utility.set_message_token('VALUE',p_batch_line_id);
319: hr_utility.raise_error;
320: end if;
321: --
322: if c.p1 is null or

Line 319: hr_utility.raise_error;

315: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
316: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
317: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
318: hr_utility.set_message_token('VALUE',p_batch_line_id);
319: hr_utility.raise_error;
320: end if;
321: --
322: if c.p1 is null or
323: c.p36 is null then