DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_CONTACT_RELATI dependencies on HR_UTILITY

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

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

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

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

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

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

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

349: if cr%notfound then
350: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
351: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
352: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
353: hr_utility.set_message_token('VALUE',p_batch_line_id);
354: hr_utility.raise_error;
355: end if;
356: --
357: L_COMMENTS := c.plongval;

Line 354: hr_utility.raise_error;

350: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
351: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
352: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
353: hr_utility.set_message_token('VALUE',p_batch_line_id);
354: hr_utility.raise_error;
355: end if;
356: --
357: L_COMMENTS := c.plongval;
358: if L_COMMENTS = cn then