DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PERSON_LIFE_EVENT dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 394: hr_utility.raise_error;

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