DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CN_PERSON dependencies on HR_UTILITY

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

748: hr_data_pump.entry('call');
749: open cr;
750: fetch cr into c;
751: if cr%notfound then
752: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
753: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
754: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
755: hr_utility.set_message_token('VALUE',p_batch_line_id);
756: hr_utility.raise_error;

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

749: open cr;
750: fetch cr into c;
751: if cr%notfound then
752: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
753: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
754: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
755: hr_utility.set_message_token('VALUE',p_batch_line_id);
756: hr_utility.raise_error;
757: end if;

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

750: fetch cr into c;
751: if cr%notfound then
752: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
753: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
754: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
755: hr_utility.set_message_token('VALUE',p_batch_line_id);
756: hr_utility.raise_error;
757: end if;
758: --

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

751: if cr%notfound then
752: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
753: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
754: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
755: hr_utility.set_message_token('VALUE',p_batch_line_id);
756: hr_utility.raise_error;
757: end if;
758: --
759: if c.p118 is null then

Line 756: hr_utility.raise_error;

752: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
753: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
754: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
755: hr_utility.set_message_token('VALUE',p_batch_line_id);
756: hr_utility.raise_error;
757: end if;
758: --
759: if c.p118 is null then
760: L_PERSON_ID:=nn;