DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_COMPETENCE dependencies on HR_UTILITY

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

620: hr_data_pump.entry('call');
621: open cr;
622: fetch cr into c;
623: if cr%notfound then
624: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
625: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
626: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
627: hr_utility.set_message_token('VALUE',p_batch_line_id);
628: hr_utility.raise_error;

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

621: open cr;
622: fetch cr into c;
623: if cr%notfound then
624: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
625: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
626: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
627: hr_utility.set_message_token('VALUE',p_batch_line_id);
628: hr_utility.raise_error;
629: end if;

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

622: fetch cr into c;
623: if cr%notfound then
624: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
625: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
626: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
627: hr_utility.set_message_token('VALUE',p_batch_line_id);
628: hr_utility.raise_error;
629: end if;
630: --

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

623: if cr%notfound then
624: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
625: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
626: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
627: hr_utility.set_message_token('VALUE',p_batch_line_id);
628: hr_utility.raise_error;
629: end if;
630: --
631: L_COMPETENCE_ID :=

Line 628: hr_utility.raise_error;

624: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
625: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
626: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
627: hr_utility.set_message_token('VALUE',p_batch_line_id);
628: hr_utility.raise_error;
629: end if;
630: --
631: L_COMPETENCE_ID :=
632: PER_COMPETENCE_DATA_PUMP.get_competence_id