DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_STATE_TAX_RULE dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 558: hr_utility.raise_error;

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