[Home] [Help]
2144: if i_values.new_input_value_flag = 'Y' then
2145: HRASSACT.CHECK_LATEST_BALANCES := FALSE;
2146: end if;
2147: --
2148: hr_balance_feeds.ins_bf_pay_value
2149: (p_input_value_id => i_values.input_value_id
2150: ,p_mode => 'STARTUP'
2151: );
2152: --
2472: --
2473: -- Bug 2888183 need to insert balances feeds
2474: --
2475: if (s_rules.new_sub_class_rule_flag = 'Y') then
2476: hr_balance_feeds.ins_bf_sub_class_rule
2477: (s_rules.sub_classification_rule_id
2478: ,'STARTUP');
2479: end if;
2480: --