DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CA_EMP_PRVTAX_INF dependencies on HR_UTILITY

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

433: hr_data_pump.entry('call');
434: open cr;
435: fetch cr into c;
436: if cr%notfound then
437: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
438: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
439: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
440: hr_utility.set_message_token('VALUE',p_batch_line_id);
441: hr_utility.raise_error;

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

434: open cr;
435: fetch cr into c;
436: if cr%notfound then
437: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
438: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
439: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
440: hr_utility.set_message_token('VALUE',p_batch_line_id);
441: hr_utility.raise_error;
442: end if;

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

435: fetch cr into c;
436: if cr%notfound then
437: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
438: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
439: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
440: hr_utility.set_message_token('VALUE',p_batch_line_id);
441: hr_utility.raise_error;
442: end if;
443: --

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

436: if cr%notfound then
437: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
438: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
439: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
440: hr_utility.set_message_token('VALUE',p_batch_line_id);
441: hr_utility.raise_error;
442: end if;
443: --
444: hr_data_pump.api_trc_on;

Line 441: hr_utility.raise_error;

437: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
438: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
439: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
440: hr_utility.set_message_token('VALUE',p_batch_line_id);
441: hr_utility.raise_error;
442: end if;
443: --
444: hr_data_pump.api_trc_on;
445: PAY_CA_EMP_PRVTAX_INF_API.CREATE_CA_EMP_PRVTAX_INF