DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSONAL_PAY_METH dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 610: hr_utility.raise_error;

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