DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSONAL_PAY_METH dependencies on HR_UTILITY

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

597: hr_data_pump.entry('call');
598: open cr;
599: fetch cr into c;
600: if cr%notfound then
601: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
602: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
603: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
604: hr_utility.set_message_token('VALUE',p_batch_line_id);
605: hr_utility.raise_error;

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

598: open cr;
599: fetch cr into c;
600: if cr%notfound then
601: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
602: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
603: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
604: hr_utility.set_message_token('VALUE',p_batch_line_id);
605: hr_utility.raise_error;
606: end if;

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

599: fetch cr into c;
600: if cr%notfound then
601: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
602: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
603: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
604: hr_utility.set_message_token('VALUE',p_batch_line_id);
605: hr_utility.raise_error;
606: end if;
607: --

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

600: if cr%notfound then
601: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
602: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
603: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
604: hr_utility.set_message_token('VALUE',p_batch_line_id);
605: hr_utility.raise_error;
606: end if;
607: --
608: if c.p95 is null then

Line 605: hr_utility.raise_error;

601: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
602: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
603: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
604: hr_utility.set_message_token('VALUE',p_batch_line_id);
605: hr_utility.raise_error;
606: end if;
607: --
608: if c.p95 is null then
609: L_PERSONAL_PAYMENT_METHOD_ID:=nn;