DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_MX_LOC_PERSON_ADD dependencies on HR_UTILITY

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

355: hr_data_pump.entry('call');
356: open cr;
357: fetch cr into c;
358: if cr%notfound then
359: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
360: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
361: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
362: hr_utility.set_message_token('VALUE',p_batch_line_id);
363: hr_utility.raise_error;

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

356: open cr;
357: fetch cr into c;
358: if cr%notfound then
359: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
360: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
361: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
362: hr_utility.set_message_token('VALUE',p_batch_line_id);
363: hr_utility.raise_error;
364: end if;

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

357: fetch cr into c;
358: if cr%notfound then
359: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
360: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
361: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
362: hr_utility.set_message_token('VALUE',p_batch_line_id);
363: hr_utility.raise_error;
364: end if;
365: --

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

358: if cr%notfound then
359: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
360: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
361: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
362: hr_utility.set_message_token('VALUE',p_batch_line_id);
363: hr_utility.raise_error;
364: end if;
365: --
366: L_COMMENTS := c.plongval;

Line 363: hr_utility.raise_error;

359: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
360: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
361: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
362: hr_utility.set_message_token('VALUE',p_batch_line_id);
363: hr_utility.raise_error;
364: end if;
365: --
366: L_COMMENTS := c.plongval;
367: if L_COMMENTS = cn then