DBA Data[Home] [Help]

APPS.HRDPP_CREATE_AC_EMPTAXRULE dependencies on HR_UTILITY

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

709: hr_data_pump.entry('call');
710: open cr;
711: fetch cr into c;
712: if cr%notfound then
713: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
714: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
715: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
716: hr_utility.set_message_token('VALUE',p_batch_line_id);
717: hr_utility.raise_error;

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

710: open cr;
711: fetch cr into c;
712: if cr%notfound then
713: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
714: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
715: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
716: hr_utility.set_message_token('VALUE',p_batch_line_id);
717: hr_utility.raise_error;
718: end if;

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

711: fetch cr into c;
712: if cr%notfound then
713: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
714: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
715: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
716: hr_utility.set_message_token('VALUE',p_batch_line_id);
717: hr_utility.raise_error;
718: end if;
719: --

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

712: if cr%notfound then
713: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
714: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
715: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
716: hr_utility.set_message_token('VALUE',p_batch_line_id);
717: hr_utility.raise_error;
718: end if;
719: --
720: hr_data_pump.api_trc_on;

Line 717: hr_utility.raise_error;

713: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
714: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
715: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
716: hr_utility.set_message_token('VALUE',p_batch_line_id);
717: hr_utility.raise_error;
718: end if;
719: --
720: hr_data_pump.api_trc_on;
721: PAY_RI_AC_TAX_RULE.CREATE_AC_EMPTAXRULE