DBA Data[Home] [Help]

APPS.HR_LEGISLATION_ELEMENTS dependencies on HR_BALANCE_FEEDS

Line 2116: hr_balance_feeds.ins_bf_pay_value

2112: if i_values.new_input_value_flag = 'Y' then
2113: HRASSACT.CHECK_LATEST_BALANCES := FALSE;
2114: end if;
2115: --
2116: hr_balance_feeds.ins_bf_pay_value
2117: (p_input_value_id => i_values.input_value_id
2118: ,p_mode => 'STARTUP'
2119: );
2120: --

Line 2444: hr_balance_feeds.ins_bf_sub_class_rule

2440: --
2441: -- Bug 2888183 need to insert balances feeds
2442: --
2443: if (s_rules.new_sub_class_rule_flag = 'Y') then
2444: hr_balance_feeds.ins_bf_sub_class_rule
2445: (s_rules.sub_classification_rule_id
2446: ,'STARTUP');
2447: end if;
2448: --