DBA Data[Home] [Help]

APPS.HRDPP_CREATE_LOCATION dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 538: hr_utility.raise_error;

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