DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ORGANIZATION dependencies on HR_UTILITY

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

330: hr_data_pump.entry('call');
331: open cr;
332: fetch cr into c;
333: if cr%notfound then
334: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
335: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
336: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
337: hr_utility.set_message_token('VALUE',p_batch_line_id);
338: hr_utility.raise_error;

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

331: open cr;
332: fetch cr into c;
333: if cr%notfound then
334: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
335: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
336: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
337: hr_utility.set_message_token('VALUE',p_batch_line_id);
338: hr_utility.raise_error;
339: end if;

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

332: fetch cr into c;
333: if cr%notfound then
334: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
335: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
336: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
337: hr_utility.set_message_token('VALUE',p_batch_line_id);
338: hr_utility.raise_error;
339: end if;
340: --

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

333: if cr%notfound then
334: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
335: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
336: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
337: hr_utility.set_message_token('VALUE',p_batch_line_id);
338: hr_utility.raise_error;
339: end if;
340: --
341: if c.p44 is null or

Line 338: hr_utility.raise_error;

334: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
335: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
336: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
337: hr_utility.set_message_token('VALUE',p_batch_line_id);
338: hr_utility.raise_error;
339: end if;
340: --
341: if c.p44 is null or
342: c.p2 is null then