DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSON_EXTRA_INFO dependencies on HR_UTILITY

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

385: hr_data_pump.entry('call');
386: open cr;
387: fetch cr into c;
388: if cr%notfound then
389: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
390: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
391: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
392: hr_utility.set_message_token('VALUE',p_batch_line_id);
393: hr_utility.raise_error;

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

386: open cr;
387: fetch cr into c;
388: if cr%notfound then
389: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
390: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
391: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
392: hr_utility.set_message_token('VALUE',p_batch_line_id);
393: hr_utility.raise_error;
394: end if;

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

387: fetch cr into c;
388: if cr%notfound then
389: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
390: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
391: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
392: hr_utility.set_message_token('VALUE',p_batch_line_id);
393: hr_utility.raise_error;
394: end if;
395: --

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

388: if cr%notfound then
389: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
390: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
391: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
392: hr_utility.set_message_token('VALUE',p_batch_line_id);
393: hr_utility.raise_error;
394: end if;
395: --
396: if c.p53 is null then

Line 393: hr_utility.raise_error;

389: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
390: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
391: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
392: hr_utility.set_message_token('VALUE',p_batch_line_id);
393: hr_utility.raise_error;
394: end if;
395: --
396: if c.p53 is null then
397: L_PERSON_EXTRA_INFO_ID:=nn;