DBA Data[Home] [Help]

APPS.HRDPP_CREATE_JOB dependencies on HR_UTILITY

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

536: hr_data_pump.entry('call');
537: open cr;
538: fetch cr into c;
539: if cr%notfound then
540: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
541: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
542: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
543: hr_utility.set_message_token('VALUE',p_batch_line_id);
544: hr_utility.raise_error;

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

537: open cr;
538: fetch cr into c;
539: if cr%notfound then
540: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
541: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
542: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
543: hr_utility.set_message_token('VALUE',p_batch_line_id);
544: hr_utility.raise_error;
545: end if;

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

538: fetch cr into c;
539: if cr%notfound then
540: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
541: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
542: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
543: hr_utility.set_message_token('VALUE',p_batch_line_id);
544: hr_utility.raise_error;
545: end if;
546: --

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

539: if cr%notfound then
540: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
541: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
542: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
543: hr_utility.set_message_token('VALUE',p_batch_line_id);
544: hr_utility.raise_error;
545: end if;
546: --
547: if c.p85 is null then

Line 544: hr_utility.raise_error;

540: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
541: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
542: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
543: hr_utility.set_message_token('VALUE',p_batch_line_id);
544: hr_utility.raise_error;
545: end if;
546: --
547: if c.p85 is null then
548: L_BENCHMARK_JOB_ID:=nn;