DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PERSONAL_PAY_METH dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 614: hr_utility.raise_error;

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