DBA Data[Home] [Help]

APPS.HRDPP_CREATE_COMPETENCE_ELEMEN dependencies on HR_UTILITY

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

491: hr_data_pump.entry('call');
492: open cr;
493: fetch cr into c;
494: if cr%notfound then
495: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
496: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
497: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
498: hr_utility.set_message_token('VALUE',p_batch_line_id);
499: hr_utility.raise_error;

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

492: open cr;
493: fetch cr into c;
494: if cr%notfound then
495: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
496: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
497: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
498: hr_utility.set_message_token('VALUE',p_batch_line_id);
499: hr_utility.raise_error;
500: end if;

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

493: fetch cr into c;
494: if cr%notfound then
495: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
496: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
497: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
498: hr_utility.set_message_token('VALUE',p_batch_line_id);
499: hr_utility.raise_error;
500: end if;
501: --

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

494: if cr%notfound then
495: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
496: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
497: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
498: hr_utility.set_message_token('VALUE',p_batch_line_id);
499: hr_utility.raise_error;
500: end if;
501: --
502: L_ENTERPRISE_ID :=

Line 499: hr_utility.raise_error;

495: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
496: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
497: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
498: hr_utility.set_message_token('VALUE',p_batch_line_id);
499: hr_utility.raise_error;
500: end if;
501: --
502: L_ENTERPRISE_ID :=
503: PER_COMPETENCE_DATA_PUMP.get_enterprise_id;