DBA Data[Home] [Help]

APPS.PAY_BLT_BUS dependencies on HR_BALANCE_FEEDS

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

725: nvl(p_input_value_id,hr_api.g_number) <>
726: nvl(pay_blt_shd.g_old_rec.input_value_id,hr_api.g_number)) then
727: --
728:
729: if (hr_balance_feeds.manual_bal_feeds_exist(p_balance_type_id) or
730: hr_balance_feeds.bal_classifications_exist(p_balance_type_id)) then
731: --
732: fnd_message.set_name('PAY','PAY_34195_FEED_OR_CLASS_EXIST');
733: fnd_message.raise_error;

Line 730: hr_balance_feeds.bal_classifications_exist(p_balance_type_id)) then

726: nvl(pay_blt_shd.g_old_rec.input_value_id,hr_api.g_number)) then
727: --
728:
729: if (hr_balance_feeds.manual_bal_feeds_exist(p_balance_type_id) or
730: hr_balance_feeds.bal_classifications_exist(p_balance_type_id)) then
731: --
732: fnd_message.set_name('PAY','PAY_34195_FEED_OR_CLASS_EXIST');
733: fnd_message.raise_error;
734: end if;