DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_RU_PERSON dependencies on HR_UTILITY

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

764: hr_data_pump.entry('call');
765: open cr;
766: fetch cr into c;
767: if cr%notfound then
768: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
769: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
770: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
771: hr_utility.set_message_token('VALUE',p_batch_line_id);
772: hr_utility.raise_error;

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

765: open cr;
766: fetch cr into c;
767: if cr%notfound then
768: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
769: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
770: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
771: hr_utility.set_message_token('VALUE',p_batch_line_id);
772: hr_utility.raise_error;
773: end if;

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

766: fetch cr into c;
767: if cr%notfound then
768: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
769: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
770: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
771: hr_utility.set_message_token('VALUE',p_batch_line_id);
772: hr_utility.raise_error;
773: end if;
774: --

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

767: if cr%notfound then
768: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
769: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
770: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
771: hr_utility.set_message_token('VALUE',p_batch_line_id);
772: hr_utility.raise_error;
773: end if;
774: --
775: if c.p121 is null then

Line 772: hr_utility.raise_error;

768: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
769: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
770: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
771: hr_utility.set_message_token('VALUE',p_batch_line_id);
772: hr_utility.raise_error;
773: end if;
774: --
775: if c.p121 is null then
776: L_PERSON_ID:=nn;