DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CA_EMP_FEDTAX_INF dependencies on HR_UTILITY

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

410: hr_data_pump.entry('call');
411: open cr;
412: fetch cr into c;
413: if cr%notfound then
414: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
415: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
416: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
417: hr_utility.set_message_token('VALUE',p_batch_line_id);
418: hr_utility.raise_error;

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

411: open cr;
412: fetch cr into c;
413: if cr%notfound then
414: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
415: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
416: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
417: hr_utility.set_message_token('VALUE',p_batch_line_id);
418: hr_utility.raise_error;
419: end if;

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

412: fetch cr into c;
413: if cr%notfound then
414: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
415: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
416: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
417: hr_utility.set_message_token('VALUE',p_batch_line_id);
418: hr_utility.raise_error;
419: end if;
420: --

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

413: if cr%notfound then
414: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
415: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
416: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
417: hr_utility.set_message_token('VALUE',p_batch_line_id);
418: hr_utility.raise_error;
419: end if;
420: --
421: if c.p57 is null then

Line 418: hr_utility.raise_error;

414: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
415: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
416: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
417: hr_utility.set_message_token('VALUE',p_batch_line_id);
418: hr_utility.raise_error;
419: end if;
420: --
421: if c.p57 is null then
422: L_EMP_FED_TAX_INF_ID:=nn;