DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PAYROLL_RUN dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 316: hr_utility.raise_error;

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