DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_LOCATION dependencies on HR_UTILITY

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

529: hr_data_pump.entry('call');
530: open cr;
531: fetch cr into c;
532: if cr%notfound then
533: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
534: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
535: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
536: hr_utility.set_message_token('VALUE',p_batch_line_id);
537: hr_utility.raise_error;

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

530: open cr;
531: fetch cr into c;
532: if cr%notfound then
533: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
534: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
535: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
536: hr_utility.set_message_token('VALUE',p_batch_line_id);
537: hr_utility.raise_error;
538: end if;

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

531: fetch cr into c;
532: if cr%notfound then
533: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
534: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
535: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
536: hr_utility.set_message_token('VALUE',p_batch_line_id);
537: hr_utility.raise_error;
538: end if;
539: --

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

532: if cr%notfound then
533: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
534: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
535: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
536: hr_utility.set_message_token('VALUE',p_batch_line_id);
537: hr_utility.raise_error;
538: end if;
539: --
540: if c.p3 is null or

Line 537: hr_utility.raise_error;

533: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
534: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
535: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
536: hr_utility.set_message_token('VALUE',p_batch_line_id);
537: hr_utility.raise_error;
538: end if;
539: --
540: if c.p3 is null or
541: c.p2 is null then