DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ADI_TAX_CRP dependencies on HR_UTILITY

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

245: hr_data_pump.entry('call');
246: open cr;
247: fetch cr into c;
248: if cr%notfound then
249: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
250: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
251: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
252: hr_utility.set_message_token('VALUE',p_batch_line_id);
253: hr_utility.raise_error;

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

246: open cr;
247: fetch cr into c;
248: if cr%notfound then
249: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
250: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
251: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
252: hr_utility.set_message_token('VALUE',p_batch_line_id);
253: hr_utility.raise_error;
254: end if;

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

247: fetch cr into c;
248: if cr%notfound then
249: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
250: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
251: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
252: hr_utility.set_message_token('VALUE',p_batch_line_id);
253: hr_utility.raise_error;
254: end if;
255: --

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

248: if cr%notfound then
249: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
250: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
251: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
252: hr_utility.set_message_token('VALUE',p_batch_line_id);
253: hr_utility.raise_error;
254: end if;
255: --
256: if c.p25 is null then

Line 253: hr_utility.raise_error;

249: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
250: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
251: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
252: hr_utility.set_message_token('VALUE',p_batch_line_id);
253: hr_utility.raise_error;
254: end if;
255: --
256: if c.p25 is null then
257: L_ASSIGNMENT_ID:=nn;