DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CA_EMP_PRVTAX_INF dependencies on HR_UTILITY

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

450: hr_data_pump.entry('call');
451: open cr;
452: fetch cr into c;
453: if cr%notfound then
454: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
455: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
456: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
457: hr_utility.set_message_token('VALUE',p_batch_line_id);
458: hr_utility.raise_error;

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

451: open cr;
452: fetch cr into c;
453: if cr%notfound then
454: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
455: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
456: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
457: hr_utility.set_message_token('VALUE',p_batch_line_id);
458: hr_utility.raise_error;
459: end if;

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

452: fetch cr into c;
453: if cr%notfound then
454: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
455: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
456: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
457: hr_utility.set_message_token('VALUE',p_batch_line_id);
458: hr_utility.raise_error;
459: end if;
460: --

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

453: if cr%notfound then
454: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
455: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
456: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
457: hr_utility.set_message_token('VALUE',p_batch_line_id);
458: hr_utility.raise_error;
459: end if;
460: --
461: if c.p64 is null then

Line 458: hr_utility.raise_error;

454: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
455: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
456: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
457: hr_utility.set_message_token('VALUE',p_batch_line_id);
458: hr_utility.raise_error;
459: end if;
460: --
461: if c.p64 is null then
462: L_EMP_PROVINCE_TAX_INF_ID:=nn;