DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSON_ADDRESS dependencies on HR_UTILITY

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

299: hr_data_pump.entry('call');
300: open cr;
301: fetch cr into c;
302: if cr%notfound then
303: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
304: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
305: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
306: hr_utility.set_message_token('VALUE',p_batch_line_id);
307: hr_utility.raise_error;

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

300: open cr;
301: fetch cr into c;
302: if cr%notfound then
303: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
304: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
305: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
306: hr_utility.set_message_token('VALUE',p_batch_line_id);
307: hr_utility.raise_error;
308: end if;

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

301: fetch cr into c;
302: if cr%notfound then
303: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
304: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
305: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
306: hr_utility.set_message_token('VALUE',p_batch_line_id);
307: hr_utility.raise_error;
308: end if;
309: --

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

302: if cr%notfound then
303: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
304: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
305: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
306: hr_utility.set_message_token('VALUE',p_batch_line_id);
307: hr_utility.raise_error;
308: end if;
309: --
310: L_COMMENTS := c.plongval;

Line 307: hr_utility.raise_error;

303: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
304: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
305: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
306: hr_utility.set_message_token('VALUE',p_batch_line_id);
307: hr_utility.raise_error;
308: end if;
309: --
310: L_COMMENTS := c.plongval;
311: if L_COMMENTS = cn then