DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CN_EMPLOYEE dependencies on HR_UTILITY

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

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

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

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

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

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

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

707: if cr%notfound then
708: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
709: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
710: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
711: hr_utility.set_message_token('VALUE',p_batch_line_id);
712: hr_utility.raise_error;
713: end if;
714: --
715: if c.p117 is null or

Line 712: hr_utility.raise_error;

708: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
709: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
710: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
711: hr_utility.set_message_token('VALUE',p_batch_line_id);
712: hr_utility.raise_error;
713: end if;
714: --
715: if c.p117 is null or
716: c.p118 is null then