DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_OUTCOME dependencies on HR_UTILITY

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

378: hr_data_pump.entry('call');
379: open cr;
380: fetch cr into c;
381: if cr%notfound then
382: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
383: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
384: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
385: hr_utility.set_message_token('VALUE',p_batch_line_id);
386: hr_utility.raise_error;

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

379: open cr;
380: fetch cr into c;
381: if cr%notfound then
382: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
383: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
384: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
385: hr_utility.set_message_token('VALUE',p_batch_line_id);
386: hr_utility.raise_error;
387: end if;

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

380: fetch cr into c;
381: if cr%notfound then
382: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
383: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
384: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
385: hr_utility.set_message_token('VALUE',p_batch_line_id);
386: hr_utility.raise_error;
387: end if;
388: --

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

381: if cr%notfound then
382: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
383: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
384: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
385: hr_utility.set_message_token('VALUE',p_batch_line_id);
386: hr_utility.raise_error;
387: end if;
388: --
389: L_OUTCOME_ID :=

Line 386: hr_utility.raise_error;

382: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
383: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
384: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
385: hr_utility.set_message_token('VALUE',p_batch_line_id);
386: hr_utility.raise_error;
387: end if;
388: --
389: L_OUTCOME_ID :=
390: hr_pump_get.get_outcome_id