DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_STATE_TAX_RULE dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 553: hr_utility.raise_error;

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