DBA Data[Home] [Help]

APPS.PAY_IVL_INS dependencies on HR_BALANCE_FEEDS

Line 721: hr_balance_feeds.ins_bf_pay_value (p_rec.input_value_id);

717: --
718: -- change 115.12
719: if (p_rec.name = 'Pay Value' -- the default
720: or upper (p_rec.name) = upper (hr_general.pay_value)) then
721: hr_balance_feeds.ins_bf_pay_value (p_rec.input_value_id);
722: end if;
723: --
724: -- Create DB item for the input value
725: open csr_db_items;