DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_APPLICANT dependencies on HR_UTILITY

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

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

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

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

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

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

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

656: if cr%notfound then
657: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
658: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
659: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
660: hr_utility.set_message_token('VALUE',p_batch_line_id);
661: hr_utility.raise_error;
662: end if;
663: --
664: if c.p108 is null or

Line 661: hr_utility.raise_error;

657: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
658: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
659: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
660: hr_utility.set_message_token('VALUE',p_batch_line_id);
661: hr_utility.raise_error;
662: end if;
663: --
664: if c.p108 is null or
665: c.p109 is null then