DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ORG_STRUCTURE_VER dependencies on HR_UTILITY

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

169: hr_data_pump.entry('call');
170: open cr;
171: fetch cr into c;
172: if cr%notfound then
173: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
174: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
175: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
176: hr_utility.set_message_token('VALUE',p_batch_line_id);
177: hr_utility.raise_error;

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

170: open cr;
171: fetch cr into c;
172: if cr%notfound then
173: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
174: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
175: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
176: hr_utility.set_message_token('VALUE',p_batch_line_id);
177: hr_utility.raise_error;
178: end if;

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

171: fetch cr into c;
172: if cr%notfound then
173: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
174: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
175: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
176: hr_utility.set_message_token('VALUE',p_batch_line_id);
177: hr_utility.raise_error;
178: end if;
179: --

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

172: if cr%notfound then
173: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
174: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
175: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
176: hr_utility.set_message_token('VALUE',p_batch_line_id);
177: hr_utility.raise_error;
178: end if;
179: --
180: L_REQUEST_ID :=

Line 177: hr_utility.raise_error;

173: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
174: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
175: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
176: hr_utility.set_message_token('VALUE',p_batch_line_id);
177: hr_utility.raise_error;
178: end if;
179: --
180: L_REQUEST_ID :=
181: hr_pump_get.get_request_id;