DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ORGANIZATION_STRU dependencies on HR_UTILITY

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

262: hr_data_pump.entry('call');
263: open cr;
264: fetch cr into c;
265: if cr%notfound then
266: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
267: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
268: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
269: hr_utility.set_message_token('VALUE',p_batch_line_id);
270: hr_utility.raise_error;

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

263: open cr;
264: fetch cr into c;
265: if cr%notfound then
266: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
267: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
268: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
269: hr_utility.set_message_token('VALUE',p_batch_line_id);
270: hr_utility.raise_error;
271: end if;

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

264: fetch cr into c;
265: if cr%notfound then
266: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
267: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
268: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
269: hr_utility.set_message_token('VALUE',p_batch_line_id);
270: hr_utility.raise_error;
271: end if;
272: --

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

265: if cr%notfound then
266: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
267: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
268: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
269: hr_utility.set_message_token('VALUE',p_batch_line_id);
270: hr_utility.raise_error;
271: end if;
272: --
273: L_REQUEST_ID :=

Line 270: hr_utility.raise_error;

266: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
267: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
268: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
269: hr_utility.set_message_token('VALUE',p_batch_line_id);
270: hr_utility.raise_error;
271: end if;
272: --
273: L_REQUEST_ID :=
274: hr_pump_get.get_request_id;