DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_MX_PERSON dependencies on HR_UTILITY

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

701: hr_data_pump.entry('call');
702: open cr;
703: fetch cr into c;
704: if cr%notfound then
705: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
706: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
707: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
708: hr_utility.set_message_token('VALUE',p_batch_line_id);
709: hr_utility.raise_error;

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

702: open cr;
703: fetch cr into c;
704: if cr%notfound then
705: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
706: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
707: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
708: hr_utility.set_message_token('VALUE',p_batch_line_id);
709: hr_utility.raise_error;
710: end if;

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

703: fetch cr into c;
704: if cr%notfound then
705: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
706: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
707: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
708: hr_utility.set_message_token('VALUE',p_batch_line_id);
709: hr_utility.raise_error;
710: end if;
711: --

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

704: if cr%notfound then
705: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
706: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
707: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
708: hr_utility.set_message_token('VALUE',p_batch_line_id);
709: hr_utility.raise_error;
710: end if;
711: --
712: if c.p110 is null then

Line 709: hr_utility.raise_error;

705: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
706: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
707: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
708: hr_utility.set_message_token('VALUE',p_batch_line_id);
709: hr_utility.raise_error;
710: end if;
711: --
712: if c.p110 is null then
713: L_PERSON_ID:=nn;