DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ELEMENT_ENTRY dependencies on HR_UTILITY

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

650: hr_data_pump.entry('call');
651: open cr;
652: fetch cr into c;
653: if cr%notfound then
654: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
655: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
656: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
657: hr_utility.set_message_token('VALUE',p_batch_line_id);
658: hr_utility.raise_error;

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

651: open cr;
652: fetch cr into c;
653: if cr%notfound then
654: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
655: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
656: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
657: hr_utility.set_message_token('VALUE',p_batch_line_id);
658: hr_utility.raise_error;
659: end if;

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

652: fetch cr into c;
653: if cr%notfound then
654: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
655: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
656: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
657: hr_utility.set_message_token('VALUE',p_batch_line_id);
658: hr_utility.raise_error;
659: end if;
660: --

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

653: if cr%notfound then
654: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
655: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
656: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
657: hr_utility.set_message_token('VALUE',p_batch_line_id);
658: hr_utility.raise_error;
659: end if;
660: --
661: if c.p81 is null then

Line 658: hr_utility.raise_error;

654: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
655: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
656: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
657: hr_utility.set_message_token('VALUE',p_batch_line_id);
658: hr_utility.raise_error;
659: end if;
660: --
661: if c.p81 is null then
662: L_ORIGINAL_ENTRY_ID:=nn;