DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_PERSONAL_PAY_M dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 612: hr_utility.raise_error;

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