DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_EMPLOYEE dependencies on HR_UTILITY

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

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

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

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

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

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

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

693: if cr%notfound then
694: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
695: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
696: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
697: hr_utility.set_message_token('VALUE',p_batch_line_id);
698: hr_utility.raise_error;
699: end if;
700: --
701: if c.p114 is null or

Line 698: hr_utility.raise_error;

694: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
695: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
696: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
697: hr_utility.set_message_token('VALUE',p_batch_line_id);
698: hr_utility.raise_error;
699: end if;
700: --
701: if c.p114 is null or
702: c.p115 is null then