DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_GB_PERSONAL_PAY_M dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 607: hr_utility.raise_error;

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