DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_PERSON dependencies on HR_UTILITY

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

722: hr_data_pump.entry('call');
723: open cr;
724: fetch cr into c;
725: if cr%notfound then
726: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
727: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
728: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
729: hr_utility.set_message_token('VALUE',p_batch_line_id);
730: hr_utility.raise_error;

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

723: open cr;
724: fetch cr into c;
725: if cr%notfound then
726: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
727: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
728: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
729: hr_utility.set_message_token('VALUE',p_batch_line_id);
730: hr_utility.raise_error;
731: end if;

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

724: fetch cr into c;
725: if cr%notfound then
726: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
727: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
728: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
729: hr_utility.set_message_token('VALUE',p_batch_line_id);
730: hr_utility.raise_error;
731: end if;
732: --

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

725: if cr%notfound then
726: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
727: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
728: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
729: hr_utility.set_message_token('VALUE',p_batch_line_id);
730: hr_utility.raise_error;
731: end if;
732: --
733: if c.p113 is null then

Line 730: hr_utility.raise_error;

726: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
727: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
728: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
729: hr_utility.set_message_token('VALUE',p_batch_line_id);
730: hr_utility.raise_error;
731: end if;
732: --
733: if c.p113 is null then
734: L_PERSON_ID:=nn;