DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ELEMENT_ENTRY dependencies on HR_UTILITY

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

636: hr_data_pump.entry('call');
637: open cr;
638: fetch cr into c;
639: if cr%notfound then
640: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
641: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
642: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
643: hr_utility.set_message_token('VALUE',p_batch_line_id);
644: hr_utility.raise_error;

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

637: open cr;
638: fetch cr into c;
639: if cr%notfound then
640: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
641: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
642: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
643: hr_utility.set_message_token('VALUE',p_batch_line_id);
644: hr_utility.raise_error;
645: end if;

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

638: fetch cr into c;
639: if cr%notfound then
640: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
641: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
642: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
643: hr_utility.set_message_token('VALUE',p_batch_line_id);
644: hr_utility.raise_error;
645: end if;
646: --

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

639: if cr%notfound then
640: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
641: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
642: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
643: hr_utility.set_message_token('VALUE',p_batch_line_id);
644: hr_utility.raise_error;
645: end if;
646: --
647: if c.p79 is null then

Line 644: hr_utility.raise_error;

640: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
641: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
642: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
643: hr_utility.set_message_token('VALUE',p_batch_line_id);
644: hr_utility.raise_error;
645: end if;
646: --
647: if c.p79 is null then
648: L_ELEMENT_ENTRY_ID:=nn;