DBA Data[Home] [Help]

APPS.HRDPP_DELETE_POSITION dependencies on HR_UTILITY

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

141: hr_data_pump.entry('call');
142: open cr;
143: fetch cr into c;
144: if cr%notfound then
145: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
146: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
147: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
148: hr_utility.set_message_token('VALUE',p_batch_line_id);
149: hr_utility.raise_error;

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

142: open cr;
143: fetch cr into c;
144: if cr%notfound then
145: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
146: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
147: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
148: hr_utility.set_message_token('VALUE',p_batch_line_id);
149: hr_utility.raise_error;
150: end if;

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

143: fetch cr into c;
144: if cr%notfound then
145: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
146: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
147: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
148: hr_utility.set_message_token('VALUE',p_batch_line_id);
149: hr_utility.raise_error;
150: end if;
151: --

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

144: if cr%notfound then
145: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
146: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
147: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
148: hr_utility.set_message_token('VALUE',p_batch_line_id);
149: hr_utility.raise_error;
150: end if;
151: --
152: if c.p6 is null or

Line 149: hr_utility.raise_error;

145: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
146: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
147: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
148: hr_utility.set_message_token('VALUE',p_batch_line_id);
149: hr_utility.raise_error;
150: end if;
151: --
152: if c.p6 is null or
153: c.p3 is null then