DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_GB_PERSON_ADDRESS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 352: hr_utility.raise_error;

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