DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_FED_TAX_RULE dependencies on HR_UTILITY

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

551: hr_data_pump.entry('call');
552: open cr;
553: fetch cr into c;
554: if cr%notfound then
555: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
556: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
557: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
558: hr_utility.set_message_token('VALUE',p_batch_line_id);
559: hr_utility.raise_error;

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

552: open cr;
553: fetch cr into c;
554: if cr%notfound then
555: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
556: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
557: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
558: hr_utility.set_message_token('VALUE',p_batch_line_id);
559: hr_utility.raise_error;
560: end if;

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

553: fetch cr into c;
554: if cr%notfound then
555: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
556: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
557: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
558: hr_utility.set_message_token('VALUE',p_batch_line_id);
559: hr_utility.raise_error;
560: end if;
561: --

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

554: if cr%notfound then
555: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
556: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
557: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
558: hr_utility.set_message_token('VALUE',p_batch_line_id);
559: hr_utility.raise_error;
560: end if;
561: --
562: if c.p85 is null then

Line 559: hr_utility.raise_error;

555: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
556: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
557: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
558: hr_utility.set_message_token('VALUE',p_batch_line_id);
559: hr_utility.raise_error;
560: end if;
561: --
562: if c.p85 is null then
563: L_EMP_FED_TAX_RULE_ID:=nn;