DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CA_EMP_FEDTAX_INF dependencies on HR_UTILITY

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

398: hr_data_pump.entry('call');
399: open cr;
400: fetch cr into c;
401: if cr%notfound then
402: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
403: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
404: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
405: hr_utility.set_message_token('VALUE',p_batch_line_id);
406: hr_utility.raise_error;

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

399: open cr;
400: fetch cr into c;
401: if cr%notfound then
402: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
403: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
404: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
405: hr_utility.set_message_token('VALUE',p_batch_line_id);
406: hr_utility.raise_error;
407: end if;

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

400: fetch cr into c;
401: if cr%notfound then
402: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
403: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
404: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
405: hr_utility.set_message_token('VALUE',p_batch_line_id);
406: hr_utility.raise_error;
407: end if;
408: --

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

401: if cr%notfound then
402: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
403: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
404: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
405: hr_utility.set_message_token('VALUE',p_batch_line_id);
406: hr_utility.raise_error;
407: end if;
408: --
409: if c.p55 is null then

Line 406: hr_utility.raise_error;

402: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
403: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
404: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
405: hr_utility.set_message_token('VALUE',p_batch_line_id);
406: hr_utility.raise_error;
407: end if;
408: --
409: if c.p55 is null then
410: L_EMP_FED_TAX_INF_ID:=nn;