Login
Register

Home

Trainings

Fusion Blog

EBS Blog

Authors

CONTACT US

Fusion PayRoll
  • Register

Oracle Gold Partners, our very popular training packages, training schedule is listed here
Designed by Five Star Rated Oracle Press Authors & Oracle ACE's.

webinar new

Search Courses

Introduction

 

In one of the previous article <link here> we have seen how to make use of  “Extract Rule” Type Fast Formula to derive values using

 

  1. Extract Input Parameters

  2. Other Extract Attributes

However, one major limitation of an Extract Rule Type Fast Formula is that it always returns a Text Output. What this means is that even if you had a numeric output as a result of all calcualations performed earlier it would give a corresponding text value as a output. This also implies that one would not be able to perform any mathematical operations on the extract rule output value. One alternative for this could be to use another Extract Rule Fast Formula wherein one may use the TO_NUMBER function.

 

Let-us demonstrate the same using a example.

 

Pre-requisite

 

We already have an existing attribute (‘LOSInDays’) defined which is based upon a Extract Rule Fast formula. We would now make use of this attribute, apply the TO_NUMBER function on this perform a mathematical operation and then return a text type value.

Fast Formula Text

DEFAULT FOR DATA_ELEMENTS IS EMPTY_TEXT_TEXT


INPUTS ARE DATA_ELEMENTS (TEXT_TEXT)


ln_los_in_days = TO_NUMBER(DATA_ELEMENTS['LOSINDAYS'])


ln_newhire_criteria_days = GET_PARAMETER_VALUE_NUMBER('NEWHIRECRITERIADAYS')


RULE_VALUE = 'N'


IF (ln_los_in_days <= ln_newhire_criteria_days)

THEN

     (

             RULE_VALUE = 'Y'

     )


RETURN RULE_VALUE


Ashish Harbhajanka

Add comment


Security code
Refresh

About the Author

Ashish Harbhajanka

 

Oracle Fusion HCM Techno Functional Consultant with overall 10 years of Experience in software industry with 5 years in EBS HRMS and rest 5 in Fusion HCM.

My areas of intesrest in Fusion HCM include :

a) Inbound Outbound Integration using FBL/HDL or BIP/HCM Extracts.

b) Fast Formula

c) BIP Reports

d) OTBI Reports

e) RESTFUL API / Web Service Call

f) Functional Setup

g) End to End Testing

h) Regression Testing

i) Preparing COnfiguration Workbooks

j) Creating Speed Solutions

k) Preparing User Guides

l) UPK

........

Search Trainings

Fully verifiable testimonials

Apps2Fusion - Event List

<<  Apr 2024  >>
 Mon  Tue  Wed  Thu  Fri  Sat  Sun 
  1  2  3  4  5  6  7
  8  91011121314
15161718192021
22232425262728
2930     

Enquire For Training

Fusion Training Packages

Get Email Updates


Powered by Google FeedBurner