DBA Data[Home] [Help]

APPS.PAY_INPUT_VALUE_API dependencies on HR_BALANCE_FEEDS

Line 58: hr_balance_feeds.ins_bf_pay_value (p_input_value_id);

54: --
55: -- change 115.12
56: if (p_name = 'Pay Value' -- the default
57: or upper (p_name) = upper (hr_general.pay_value)) then
58: hr_balance_feeds.ins_bf_pay_value (p_input_value_id);
59: end if;
60: --
61:
62: hr_utility.set_location(l_proc, 30);