DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ORG_INFORMATION dependencies on HR_UTILITY

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

343: hr_data_pump.entry('call');
344: open cr;
345: fetch cr into c;
346: if cr%notfound then
347: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
348: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
349: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
350: hr_utility.set_message_token('VALUE',p_batch_line_id);
351: hr_utility.raise_error;

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

344: open cr;
345: fetch cr into c;
346: if cr%notfound then
347: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
348: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
349: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
350: hr_utility.set_message_token('VALUE',p_batch_line_id);
351: hr_utility.raise_error;
352: end if;

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

345: fetch cr into c;
346: if cr%notfound then
347: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
348: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
349: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
350: hr_utility.set_message_token('VALUE',p_batch_line_id);
351: hr_utility.raise_error;
352: end if;
353: --

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

346: if cr%notfound then
347: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
348: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
349: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
350: hr_utility.set_message_token('VALUE',p_batch_line_id);
351: hr_utility.raise_error;
352: end if;
353: --
354: if c.p46 is null or

Line 351: hr_utility.raise_error;

347: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
348: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
349: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
350: hr_utility.set_message_token('VALUE',p_batch_line_id);
351: hr_utility.raise_error;
352: end if;
353: --
354: if c.p46 is null or
355: c.p1 is null or