For more information, please refer to this announcement explaining best practices for getting answers to questions.
Fusion Seeded Fast Formula
Summary
How to view seeded fast formula in fusionContent
Hello All,
Is it possible in fusion to look at seeded Oracle fast formula 'ORA_ENTITLEMENT_CALCULATOR' which are called through call_formula function? I have the below child formula which is being called in parent FF.
call_formula('ORA_ENTITLEMENT_CALCULATOR',
ee_id > 'in_ee_id' ,
dir_card_id > 'in_dir_card_id' ,
dir_comp_id > 'in_dir_comp_id' ,
unit < 'out_unit' default -1 ,
rate < 'out_absence_rate' default -1 ,
ded_amount_rate < 'out_ded_amount_rate' default -1 ,
factor < 'out_absence_factor' default -1 ,
reduce_type < 'out_reduce_type' default 'RP',