DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CBR_PER_IN_LER dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 322: hr_utility.raise_error;

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