DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_EMPLOYEE dependencies on HR_UTILITY

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

683: hr_data_pump.entry('call');
684: open cr;
685: fetch cr into c;
686: if cr%notfound then
687: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
688: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
689: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
690: hr_utility.set_message_token('VALUE',p_batch_line_id);
691: hr_utility.raise_error;

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

684: open cr;
685: fetch cr into c;
686: if cr%notfound then
687: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
688: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
689: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
690: hr_utility.set_message_token('VALUE',p_batch_line_id);
691: hr_utility.raise_error;
692: end if;

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

685: fetch cr into c;
686: if cr%notfound then
687: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
688: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
689: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
690: hr_utility.set_message_token('VALUE',p_batch_line_id);
691: hr_utility.raise_error;
692: end if;
693: --

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

686: if cr%notfound then
687: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
688: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
689: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
690: hr_utility.set_message_token('VALUE',p_batch_line_id);
691: hr_utility.raise_error;
692: end if;
693: --
694: if c.p113 is null or

Line 691: hr_utility.raise_error;

687: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
688: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
689: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
690: hr_utility.set_message_token('VALUE',p_batch_line_id);
691: hr_utility.raise_error;
692: end if;
693: --
694: if c.p113 is null or
695: c.p114 is null then