DBA Data[Home] [Help]

APPS.PAY_BLT_BUS dependencies on HR_BALANCE_FEEDS

Line 757: if (hr_balance_feeds.manual_bal_feeds_exist(p_balance_type_id) or

753: nvl(p_input_value_id,hr_api.g_number) <>
754: nvl(pay_blt_shd.g_old_rec.input_value_id,hr_api.g_number)) then
755: --
756:
757: if (hr_balance_feeds.manual_bal_feeds_exist(p_balance_type_id) or
758: hr_balance_feeds.bal_classifications_exist(p_balance_type_id)) then
759: --
760: fnd_message.set_name('PAY','PAY_34195_FEED_OR_CLASS_EXIST');
761: fnd_message.raise_error;

Line 758: hr_balance_feeds.bal_classifications_exist(p_balance_type_id)) then

754: nvl(pay_blt_shd.g_old_rec.input_value_id,hr_api.g_number)) then
755: --
756:
757: if (hr_balance_feeds.manual_bal_feeds_exist(p_balance_type_id) or
758: hr_balance_feeds.bal_classifications_exist(p_balance_type_id)) then
759: --
760: fnd_message.set_name('PAY','PAY_34195_FEED_OR_CLASS_EXIST');
761: fnd_message.raise_error;
762: end if;