DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_PERSON dependencies on HR_UTILITY

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

553: hr_data_pump.entry('call');
554: open cr;
555: fetch cr into c;
556: if cr%notfound then
557: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
558: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
559: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
560: hr_utility.set_message_token('VALUE',p_batch_line_id);
561: hr_utility.raise_error;

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

554: open cr;
555: fetch cr into c;
556: if cr%notfound then
557: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
558: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
559: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
560: hr_utility.set_message_token('VALUE',p_batch_line_id);
561: hr_utility.raise_error;
562: end if;

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

555: fetch cr into c;
556: if cr%notfound then
557: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
558: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
559: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
560: hr_utility.set_message_token('VALUE',p_batch_line_id);
561: hr_utility.raise_error;
562: end if;
563: --

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

556: if cr%notfound then
557: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
558: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
559: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
560: hr_utility.set_message_token('VALUE',p_batch_line_id);
561: hr_utility.raise_error;
562: end if;
563: --
564: if c.p85 is null or

Line 561: hr_utility.raise_error;

557: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
558: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
559: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
560: hr_utility.set_message_token('VALUE',p_batch_line_id);
561: hr_utility.raise_error;
562: end if;
563: --
564: if c.p85 is null or
565: c.p86 is null then