DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CBR_PER_IN_LER dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 320: hr_utility.raise_error;

316: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
317: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
318: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
319: hr_utility.set_message_token('VALUE',p_batch_line_id);
320: hr_utility.raise_error;
321: end if;
322: --
323: if c.p38 is null then
324: L_PER_IN_LER_ID:=nn;