DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_FED_TAX_RULE dependencies on HR_UTILITY

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

546: hr_data_pump.entry('call');
547: open cr;
548: fetch cr into c;
549: if cr%notfound then
550: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
551: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
552: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
553: hr_utility.set_message_token('VALUE',p_batch_line_id);
554: hr_utility.raise_error;

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

547: open cr;
548: fetch cr into c;
549: if cr%notfound then
550: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
551: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
552: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
553: hr_utility.set_message_token('VALUE',p_batch_line_id);
554: hr_utility.raise_error;
555: end if;

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

548: fetch cr into c;
549: if cr%notfound then
550: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
551: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
552: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
553: hr_utility.set_message_token('VALUE',p_batch_line_id);
554: hr_utility.raise_error;
555: end if;
556: --

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

549: if cr%notfound then
550: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
551: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
552: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
553: hr_utility.set_message_token('VALUE',p_batch_line_id);
554: hr_utility.raise_error;
555: end if;
556: --
557: if c.p84 is null then

Line 554: hr_utility.raise_error;

550: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
551: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
552: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
553: hr_utility.set_message_token('VALUE',p_batch_line_id);
554: hr_utility.raise_error;
555: end if;
556: --
557: if c.p84 is null then
558: L_EMP_FED_TAX_RULE_ID:=nn;