DBA Data[Home] [Help]

APPS.HRDPP_HIRE_INTO_JOB dependencies on HR_UTILITY

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

173: hr_data_pump.entry('call');
174: open cr;
175: fetch cr into c;
176: if cr%notfound then
177: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
178: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
179: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
180: hr_utility.set_message_token('VALUE',p_batch_line_id);
181: hr_utility.raise_error;

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

174: open cr;
175: fetch cr into c;
176: if cr%notfound then
177: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
178: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
179: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
180: hr_utility.set_message_token('VALUE',p_batch_line_id);
181: hr_utility.raise_error;
182: end if;

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

175: fetch cr into c;
176: if cr%notfound then
177: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
178: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
179: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
180: hr_utility.set_message_token('VALUE',p_batch_line_id);
181: hr_utility.raise_error;
182: end if;
183: --

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

176: if cr%notfound then
177: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
178: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
179: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
180: hr_utility.set_message_token('VALUE',p_batch_line_id);
181: hr_utility.raise_error;
182: end if;
183: --
184: if c.p12 is null then

Line 181: hr_utility.raise_error;

177: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
178: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
179: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
180: hr_utility.set_message_token('VALUE',p_batch_line_id);
181: hr_utility.raise_error;
182: end if;
183: --
184: if c.p12 is null then
185: L_PERSON_ID:=nn;