DBA Data[Home] [Help]

APPS.HRDPP_ACTUAL_TERMINATION_EMP dependencies on HR_UTILITY

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

189: hr_data_pump.entry('call');
190: open cr;
191: fetch cr into c;
192: if cr%notfound then
193: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
194: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
195: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
196: hr_utility.set_message_token('VALUE',p_batch_line_id);
197: hr_utility.raise_error;

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

190: open cr;
191: fetch cr into c;
192: if cr%notfound then
193: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
194: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
195: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
196: hr_utility.set_message_token('VALUE',p_batch_line_id);
197: hr_utility.raise_error;
198: end if;

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

191: fetch cr into c;
192: if cr%notfound then
193: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
194: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
195: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
196: hr_utility.set_message_token('VALUE',p_batch_line_id);
197: hr_utility.raise_error;
198: end if;
199: --

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

192: if cr%notfound then
193: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
194: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
195: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
196: hr_utility.set_message_token('VALUE',p_batch_line_id);
197: hr_utility.raise_error;
198: end if;
199: --
200: if c.p17 is null then

Line 197: hr_utility.raise_error;

193: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
194: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
195: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
196: hr_utility.set_message_token('VALUE',p_batch_line_id);
197: hr_utility.raise_error;
198: end if;
199: --
200: if c.p17 is null then
201: L_PERIOD_OF_SERVICE_ID:=nn;