DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_EMPLOYEE dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 700: hr_utility.raise_error;

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