DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_QUALIFICATION_TYP dependencies on HR_UTILITY

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

470: hr_data_pump.entry('call');
471: open cr;
472: fetch cr into c;
473: if cr%notfound then
474: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
475: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
476: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
477: hr_utility.set_message_token('VALUE',p_batch_line_id);
478: hr_utility.raise_error;

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

471: open cr;
472: fetch cr into c;
473: if cr%notfound then
474: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
475: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
476: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
477: hr_utility.set_message_token('VALUE',p_batch_line_id);
478: hr_utility.raise_error;
479: end if;

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

472: fetch cr into c;
473: if cr%notfound then
474: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
475: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
476: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
477: hr_utility.set_message_token('VALUE',p_batch_line_id);
478: hr_utility.raise_error;
479: end if;
480: --

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

473: if cr%notfound then
474: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
475: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
476: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
477: hr_utility.set_message_token('VALUE',p_batch_line_id);
478: hr_utility.raise_error;
479: end if;
480: --
481: L_QUALIFICATION_TYPE_ID :=

Line 478: hr_utility.raise_error;

474: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
475: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
476: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
477: hr_utility.set_message_token('VALUE',p_batch_line_id);
478: hr_utility.raise_error;
479: end if;
480: --
481: L_QUALIFICATION_TYPE_ID :=
482: hr_pump_get.get_qualification_type_id