DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_PERSONAL_PAY_M dependencies on HR_UTILITY

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

484: hr_data_pump.entry('call');
485: open cr;
486: fetch cr into c;
487: if cr%notfound then
488: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
489: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
490: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
491: hr_utility.set_message_token('VALUE',p_batch_line_id);
492: hr_utility.raise_error;

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

485: open cr;
486: fetch cr into c;
487: if cr%notfound then
488: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
489: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
490: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
491: hr_utility.set_message_token('VALUE',p_batch_line_id);
492: hr_utility.raise_error;
493: end if;

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

486: fetch cr into c;
487: if cr%notfound then
488: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
489: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
490: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
491: hr_utility.set_message_token('VALUE',p_batch_line_id);
492: hr_utility.raise_error;
493: end if;
494: --

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

487: if cr%notfound then
488: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
489: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
490: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
491: hr_utility.set_message_token('VALUE',p_batch_line_id);
492: hr_utility.raise_error;
493: end if;
494: --
495: if c.p72 is null then

Line 492: hr_utility.raise_error;

488: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
489: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
490: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
491: hr_utility.set_message_token('VALUE',p_batch_line_id);
492: hr_utility.raise_error;
493: end if;
494: --
495: if c.p72 is null then
496: L_PERSONAL_PAYMENT_METHOD_ID:=nn;