DBA Data[Home] [Help]

APPS.HRDPP_CREATE_QUALIFICATION_TYP dependencies on HR_UTILITY

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

460: hr_data_pump.entry('call');
461: open cr;
462: fetch cr into c;
463: if cr%notfound then
464: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
465: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
466: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
467: hr_utility.set_message_token('VALUE',p_batch_line_id);
468: hr_utility.raise_error;

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

461: open cr;
462: fetch cr into c;
463: if cr%notfound then
464: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
465: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
466: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
467: hr_utility.set_message_token('VALUE',p_batch_line_id);
468: hr_utility.raise_error;
469: end if;

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

462: fetch cr into c;
463: if cr%notfound then
464: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
465: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
466: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
467: hr_utility.set_message_token('VALUE',p_batch_line_id);
468: hr_utility.raise_error;
469: end if;
470: --

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

463: if cr%notfound then
464: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
465: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
466: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
467: hr_utility.set_message_token('VALUE',p_batch_line_id);
468: hr_utility.raise_error;
469: end if;
470: --
471: hr_data_pump.api_trc_on;

Line 468: hr_utility.raise_error;

464: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
465: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
466: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
467: hr_utility.set_message_token('VALUE',p_batch_line_id);
468: hr_utility.raise_error;
469: end if;
470: --
471: hr_data_pump.api_trc_on;
472: HR_QUALIFICATION_TYPE_API.CREATE_QUALIFICATION_TYPE