DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_SECONDARY_EMP_ dependencies on HR_UTILITY

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

657: hr_data_pump.entry('call');
658: open cr;
659: fetch cr into c;
660: if cr%notfound then
661: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
662: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
663: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
664: hr_utility.set_message_token('VALUE',p_batch_line_id);
665: hr_utility.raise_error;

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

658: open cr;
659: fetch cr into c;
660: if cr%notfound then
661: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
662: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
663: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
664: hr_utility.set_message_token('VALUE',p_batch_line_id);
665: hr_utility.raise_error;
666: end if;

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

659: fetch cr into c;
660: if cr%notfound then
661: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
662: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
663: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
664: hr_utility.set_message_token('VALUE',p_batch_line_id);
665: hr_utility.raise_error;
666: end if;
667: --

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

660: if cr%notfound then
661: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
662: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
663: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
664: hr_utility.set_message_token('VALUE',p_batch_line_id);
665: hr_utility.raise_error;
666: end if;
667: --
668: if c.p98 is null then

Line 665: hr_utility.raise_error;

661: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
662: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
663: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
664: hr_utility.set_message_token('VALUE',p_batch_line_id);
665: hr_utility.raise_error;
666: end if;
667: --
668: if c.p98 is null then
669: L_PERSON_ID:=nn;