DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_EMPLOYEE dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 694: hr_utility.raise_error;

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