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

Of late I have received some feedback/inputs from some of my peers and well-wishers that my articles are getting more tech-savvy with less content (explanation) and more of screenshots. A very valid point considering few of my fast formula related articles but point well taken, going forward will try to keep things simple so as to cater to an audience with practically no hands on experience on the application.

I am sure most of the us (including those who are starting their careers either with EBS or Fusion) must have heard of terms like Lookups, Value-Sets too often and at times do get used to them without actually trying to understand what are they and why are they used.

In this article, I will try to explain what is meant by a lookup, why is it required, how many types of lookups, where it is used and so on…

So let-us start and the first and foremost question is:

What is a Lookup?

The literal meaning of lookup stands as

“an act or instance of looking something up, as information in a reference book or an online database” and the Oracle Fusion definition of Lookup isn’t too far away either, defined in the simplest terms “a lookup is a way to provide validation (using list of values) for a user input field in a user interface”. A typical example could be a field on UI form say Gender which might only allow values like ‘Male’ or ‘Female’. The application would not allow any other value apart from the ones listed in the drop down list attached to the form field.

What are the different types of Lookup?

A Lookup may be classified in multiple ways depending on the UI View Page where the same is defined and also depending upon the various customization levels (namely user, extensible and system).We would discuss both these type of classification here.

Lookup Classification Based on UI View Page Definition

Note: A reference data set may be considered as a data partitioning layer. For a set-enabled lookup the lookup-code (a lookup component discussed in detail later) is associated with specific data-set for example if the lookup-code is associated with US (short code for United States Legislation) it would not be used for EU (short code for European Union) and vice versa.

The different lookup types based on this classification are:

  1. Common Lookups

These are the lookups which got migrated from the Legacy Systems as is (they belonged to the Common Lookups Category in other ERP systems) and are provided to ensure backward compatibility is maintained. They are defined in the Common Lookup View

Standard Lookups

Standard lookups are the simplest form of lookup types consisting only of codes and their translated meaning. They are defined in the Standard Lookup View

 

Set-Enabled Lookups

Set enabled lookup types store lookup codes that are enabled for reference data sharing. At runtime, a set-enabled lookup code is visible because the value of the determinant identifies a reference data set in which the lookup code is present.

 

Standard, set-enabled, and common lookups are defined in the Standard, Set-enabled, and Common views, respectively. Applications development may define lookups in an application view to restrict the UI pages where they may appear.

In lookups management tasks, lookups may be associated with a module in the application taxonomy to provide criteria for narrowing a search or limiting the number of lookups accessed by a product specific task such as Manage Purchasing Lookups

Components of a Lookup

A Typical lookup comprises of the following elements/attributes:

  1. Lookup Type

Each of the lookup values (referred to as lookup-code) are clubbed into one or another groups depending on their specific use.

For example,

A MAR_STATUS Lookup Type will hold values like Single, Married, Divorced ….etc

Similarly a EMP_CAT Lookup Type will hold values like Full Time Regular, Part Time Regular, Permanent, Temporary..etc

  1. Meaning

This field gives the meaning of the Lookup Type field. While the Lookup Type field holds only a short code (used for internal reference within application) and doesn’t allows spaces in between the Meaning field is the one which gives a more clear understanding of the Lookup Type.

For Example

MAR_STATUS lookup type has Meaning as Marital Status

EMP_CAT lookup type has Meaning as Assignment Category

  1. Description

This field holds the complete description of the lookup type.

MAR_STATUS lookup type has description as Status of Person’s Marriage

EMP_CAT lookup type has description as Employment assignment categories.

  1. Module

Each of the lookup type belongs to one or another module depending on the area where it is used. A lookup which is used for Absence Management would typically have a module name as Absence Management one which belongs to Human Resources ( MAR_STATUS is an example) will have a Module Name as HR ( stands for Human Resource)

  1. Customization Level

Last but definitely not the least important attribute of any lookup this field helps us to identify whether we would be able to edit the lookup values of a lookup. They are of three types namely:

  1. User: A Lookup Type which provides complete control on the lookup values. Adding, Deleting, editing…etc

  2. Extensible: These lookup types have some lookup values which are pre-defined but can be extended to meet business needs. We can add/edit new values but are not allowed to make changes to existing pre-defined ones.

  3. System: You are only allowed to change the Meaning field of the Lookup

If a product depends on a lookup type, the customization level should be system or extensible to prevent deletion. Once the customization level is set for a lookup type, it cannot be modified. The customization level for lookup types created using the Define Lookups page is by default set at the User level.

The various lookup Management tasks which are allowed at various customization layer when captured in a tabular format would look as:

Till now we only have covered the components of a Lookup Type but just having a lookup type does not make any sense until there are lookup values in it.

So let us spend some time to understand the various attributes of a Lookup Value too

  1. Lookup Code

These are the actual values which are displayed as a List of value items on the user interface. Each value should be unique (for a specific lookup) and there should not be any spaces in between.

‘S’ which stands for Single and

‘M’ which stands for Married are typical examples for MAR_STATUS lookup type

  1. Display Sequence

Each lookup code is assigned a display sequence basis which the value appears in the drop down list. We may change the sequence at any time but care should be taken that no two lookup codes hold the same sequence at any given point of time

  1. Enabled

This attribute ensures whether a particular value would be displayed to the end user or not. If the ‘Enabled’ checkbox is checked than the specific lookup-code maybe used while performing transactions from user interface and if the same is unchecked the same would not be visible on the User Interface.

  1. Start Date

This field holds the date from which a particular lookup-code can be used. It is always advised to have a very early date so that inconsistencies are avoided while performing transactions.

  1. End Date

As the name suggests this field controls the end-date of a lookup-code. If we had a Lookup-code which was used till a particular date but is not supposed to be used post a specific date we may put the same date value here and this would ensure that the lookup-code does not shows up in the List of value post the end-date.

  1. Meaning

The actual value which is displayed to the user. For example, ‘Yes’ for lookup-code of ‘Y’ and ‘No’ for lookup-code ‘N’

  1. Description

This field holds the detailed info about a specific lookup-code. The field length is large enough and is used to give a clear idea to consultants and business users about a specific lookup-code.

  1. Tag

One of the most important field which controls lookup code usage legislation wise. Say for example we have three legislations namely US, UK and IN and as per the country specific rules all unmarried individuals in India have a Lookup Meaning as ‘Unmarried’ for India (IN) while for US and UK they are referred to as ‘Single’. In this scenario although both the lookup-codes say U (for unmarried individuals used in India) and S (for individuals based in US,UK) would be present in the MAR_STATUS lookup type but only ‘U’ should be visible for users who belong to India legislation and similarly ‘S’ should be visible to users of ‘US’ and ‘UK legislation. In this scenario the TAG fields comes to the rescue. We would need to tag the legislation code beside the specific lookup-code value (Using a + sign followed by Legislation Code ensures the lookup-code is enabled with the legislation)

Lookup Code

Tag

Impact

U

+IN

Used for India Legislation

S

+US,+UK

Used for US and UK Legislation


Ashish Harbhajanka

Comments   

0 #1 mts-gid.ru 2021-06-30 04:15
Appreciate the recommendation. Let me try it out.
Quote
0 #2 ujesipeni 2022-02-08 01:56
Upizuvuse: http://slkjfdf.net/ Aheecab kyo.zvyj.apps2f usion.com.ufo.c b http://slkjfdf.net/
Quote
0 #3 uafogetopvexe 2022-02-08 02:15
Itefut: http://slkjfdf.net/ Afosefe frh.upuj.apps2f usion.com.ogp.p r http://slkjfdf.net/
Quote
0 #4 osobaoqibe 2022-02-08 02:47
Ezaqqejop: http://slkjfdf.net/ Eziviiva ejl.xbrt.apps2f usion.com.mag.d i http://slkjfdf.net/
Quote
0 #5 apuhaumutike 2022-02-08 03:59
Owimiso: http://slkjfdf.net/ Agivasuji prb.bmxh.apps2f usion.com.udk.o n http://slkjfdf.net/
Quote
0 #6 uhebmoqu 2022-02-08 04:07
Azoriraz: http://slkjfdf.net/ Ojukom vju.eqfn.apps2f usion.com.uev.e g http://slkjfdf.net/
Quote
0 #7 olasosajopte 2022-02-08 05:40
Uvoehecb: http://slkjfdf.net/ Outesi ugc.ceeo.apps2f usion.com.ehl.o a http://slkjfdf.net/
Quote
0 #8 aruhofi 2022-02-08 05:50
Ejewaquj: http://slkjfdf.net/ Erokugdoy dfj.ecrj.apps2f usion.com.vjk.w v http://slkjfdf.net/
Quote
0 #9 anecuya 2022-02-08 08:41
Ecayuwaa: http://slkjfdf.net/ Aacaru yfk.twgp.apps2f usion.com.goa.q n http://slkjfdf.net/
Quote
0 #10 ovkoucxia 2022-02-08 10:17
Inuqarafo: http://slkjfdf.net/ Esunoe evk.hatr.apps2f usion.com.sfe.e e http://slkjfdf.net/
Quote
0 #11 judionline 2022-02-21 12:57
Wow, this article is nice, my younger sister is analyzing such things, therefore I am going to let know her.
Quote
0 #12 flyff 2022-02-23 11:42
What's up friends, how is the whole thing, and what you desire to say on the topic
of this post, in my view its truly awesome designed
for me.
Quote
0 #13 online 2022-02-24 04:39
Excellent beat ! I would like to apprentice at the same time as
you amend your web site, how could i subscribe for a blog site?
The account helped me a appropriate deal. I were tiny bit familiar of this your broadcast provided vibrant transparent concept
Quote
0 #14 mmorpg 2022-02-27 10:57
Does your blog have a contact page? I'm having trouble locating it but, I'd like to send you an email.
I've got some ideas for your blog you might be interested in hearing.
Either way, great website and I look forward to seeing it expand over time.
Quote
0 #15 oaromaue 2022-02-28 05:48
Atajaxue: http://slkjfdf.net/ Ihonexar lrg.lago.apps2f usion.com.xzs.w s http://slkjfdf.net/
Quote
0 #16 ijabeso 2022-02-28 05:57
Cukakloh: http://slkjfdf.net/ Okuhihom bkb.yige.apps2f usion.com.bbb.h u http://slkjfdf.net/
Quote
0 #17 ikillahtoi 2022-02-28 06:06
Onijerop: http://slkjfdf.net/ Azohowup wwh.hzbv.apps2f usion.com.wmh.d i http://slkjfdf.net/
Quote
0 #18 owofigio 2022-02-28 06:14
Qreruhu: http://slkjfdf.net/ Fetihaya erg.ehsm.apps2f usion.com.aam.i a http://slkjfdf.net/
Quote
0 #19 judi 2022-02-28 06:34
Amazing! Its genuinely awesome post, I have got much clear idea concerning
from this post.
Quote
0 #20 slot 2022-02-28 07:03
Keep this going please, great job!
Quote
0 #21 ezemeotteba 2022-02-28 10:15
Ezayep: http://slkjfdf.net/ Ikuyopa sgr.acid.apps2f usion.com.sin.b s http://slkjfdf.net/
Quote
0 #22 icaweoho 2022-02-28 11:27
Evuded: http://slkjfdf.net/ Amicehv zwv.vmqo.apps2f usion.com.sue.a e http://slkjfdf.net/
Quote
0 #23 upemiralotuta 2022-02-28 12:30
Iuqeopu: http://slkjfdf.net/ Asoidool ybs.gvdh.apps2f usion.com.whi.z s http://slkjfdf.net/
Quote
0 #24 judi 2022-02-28 13:59
It is perfect time to make some plans for the future and it is time to
be happy. I have read this post and if I could I want to
suggest you some interesting things or tips. Perhaps you can write next
articles referring to this article. I wish to read even more things about
it!
Quote
0 #25 poker 2022-03-01 10:23
An impressive share! I have just forwarded this onto
a coworker who had been doing a little homework on this.
And he in fact bought me lunch simply because
I found it for him... lol. So allow me to reword this....
Thank YOU for the meal!! But yeah, thanx for spending time to talk about this topic here on your site.
Quote
0 #26 mmorpg 2022-03-01 14:35
Thank you for another informative web site.
Where else may I get that type of info written in such
an ideal manner? I have a venture that I am simply now operating on, and I've been at the glance
out for such information.
Quote
0 #27 flyff 2022-03-02 10:02
Heya i am for the first time here. I found this board and I find
It really useful & it helped me out much. I hope to give something back and help others like you aided me.
Quote
0 #28 regalos originales 2022-03-11 22:59
of course like your web-site however you need
to test the spelling on quite a few of your posts.
Many of them are rife with spelling issues and I find it very troublesome to tell the reality however I'll
certainly come again again.
Quote
0 #29 mmorpg 2022-03-21 15:21
Can I simply say what a comfort to find someone that genuinely knows what they are discussing over the internet.
You certainly understand how to bring an issue to light and make it important.

A lot more people must check this out and understand this side of your story.

I was surprised that you aren't more popular given that you surely possess the gift.
Quote
0 #30 flyff 2022-03-24 10:29
Excellent goods from you, man. I've bear in mind your stuff prior to and you are just too wonderful.
I really like what you have bought here, certainly like what you are saying and the best way by which you are saying it.
You make it entertaining and you continue to
take care of to stay it sensible. I can not wait to learn much
more from you. This is really a great site.
Quote
0 #31 judi online 2022-03-26 17:41
Hmm it appears like your website ate my first comment (it was super
long) so I guess I'll just sum it up what I wrote and say, I'm
thoroughly enjoying your blog. I too am an aspiring blog writer but I'm still new to everything.
Do you have any recommendations for beginner blog writers?
I'd definitely appreciate it.
Quote
0 #32 news blog 2022-04-15 01:06
I simply could not go away your site prior to suggesting that I
actually loved the standard info a person supply in your guests?

Is gonna be back ceaselessly to check up on new posts
Quote
0 #33 flyff 2022-04-17 15:20
It's an remarkable article designed for all the online people; they
will get benefit from it I am sure.
Quote
0 #34 news blog 2022-04-20 09:37
I'm now not positive where you are getting your info, but great topic.
I must spend a while finding out more or understanding more.
Thank you for fantastic info I used to be on the lookout for this information for my
mission.
Quote
0 #35 flyff 2022-04-22 06:03
If some one needs to be updated with most up-to-date technologies therefore he
must be visit this web page and be up to date all the time.
Quote
0 #36 flyff 2022-05-07 09:49
If you are going for finest contents like I do, just pay a
visit this web page daily since it gives feature
contents, thanks
Quote
0 #37 mmorpg 2022-05-08 20:44
I go to see daily some websites and blogs to read posts, however this
web site presents feature based posts.
Quote
0 #38 news 2022-05-11 00:06
Link exchange is nothing else except it is only placing the other
person's weblog link on your page at appropriate place and other person will also do similar
in favor of you.
Quote
0 #39 flyff 2022-05-12 09:11
I think this is among the most vital info for me.
And i'm glad reading your article. But wanna remark on few general things, The web site style
is great, the articles is really great : D. Good job, cheers
Quote
0 #40 news blog 2022-05-16 03:10
Hola! I've been following your web site for some
time now and finally got the bravery to go ahead and give you a shout out
from Houston Texas! Just wanted to say keep up the excellent job!
Quote
0 #41 fafa slot 2022-05-17 04:43
Good information. Lucky me I recently found your website by
chance (stumbleupon). I have bookmarked it for later!
Quote
0 #42 mmorpg 2022-05-31 09:25
If you wish for to get a good deal from this post then you have to apply such strategies to your won blog.
Quote
0 #43 flyff 2022-06-02 11:25
Hi, i feel that i noticed you visited my weblog thus i came to go back the choose?.I'm attempting to to find issues to enhance my website!I
suppose its ok to make use of some of your concepts!!
Quote
0 #44 flyff 2022-06-13 17:31
I think the admin of this site is truly working hard in support of his site, as
here every material is quality based stuff.
Quote
0 #45 my blog 2022-06-14 02:21
You've made some decent points there. I looked on the internet to learn more about the issue and found most people will go along with your views on this web site.
Quote
0 #46 my blog 2022-06-16 15:28
Fantastic site. Plenty of useful info here. I'm sending it to
some friends ans also sharing in delicious. And of course, thank you
for your sweat!
Quote
0 #47 Regalos originales 2022-06-17 07:56
Cualquiera sea la temática de tu boda, necesitarás conocer algunas pautas generales a la hora
de elegir los textos de tus invitaciones. Si bien encontrarás
variantes para decir lo mismo, lo mejor siempre es
seguir un estilo convencional con datos tales como día,
hora y lugar deben estar sí o sí. Cuadros Selfies son los mejores, quedan muy bien para el
diseño, Tenemos más de 50 Fondos variados para escoger,
Cuadros personalizados de colores, tipo animados o natural, Cuadros personalizados con fondos de paisajes o pinturas,
agregamos más variedad con el tiempo para que puedas tener
el detalle personalizado perfecto! Vamos, sabemos lo difícil que
es hacer un lindo regalo para un bebé y que no quede para donar
al poco tiempo (es que crecen muy rápido). Aunque si no tienes prisa,
puedes elegir un envío por Correos que es un poco más asequible de precio.
En otras bodas han dejado un poco de arena en sus frascos,
simbolizando que, aunque a partir de ahora estan juntos, van a mantener vuestra propia personalidad.
Sea cual sea su origen, el ritual de la arena es un rito que no
está vinculado a ninguna religión y simboliza la unión y unidad de dos personas en un proyecto en común.
Quote
0 #48 my blog 2022-06-20 00:56
I'm gone to convey my little brother, that he should also
go to see this blog on regular basis to get updated from newest gossip.
Quote
0 #49 flyff 2022-06-20 03:11
It's a pity you don't have a donate button! I'd without a doubt donate to this fantastic
blog! I suppose for now i'll settle for book-marking and
adding your RSS feed to my Google account. I look
forward to fresh updates and will talk about this blog with my
Facebook group. Talk soon!
Quote
0 #50 fafa slot 2022-06-21 20:01
Hi there! Someone in my Myspace group shared this website with us so I came to take a look.
I'm definitely loving the information. I'm book-marking and will be
tweeting this to my followers! Terrific blog and superb style and
design.
Quote
0 #51 fafaslot 2022-06-22 02:08
You really make it seem so easy with your presentation but I find this matter to be actually something
which I think I would never understand. It seems too complex and very broad for
me. I'm looking forward for your next post, I'll try to get the hang of it!
Quote
0 #52 fafaslot.com 2022-06-22 17:56
Good day! This post could not be written any better! Reading this post reminds me of my
old room mate! He always kept chatting about this. I will forward this post to him.
Fairly certain he will have a good read. Thank you for sharing!
Quote
0 #53 my blog 2022-06-23 11:15
Great post. I used to be checking constantly
this blog and I am inspired! Extremely helpful info specially the last section :)
I deal with such information much. I was seeking this certain information for a very lengthy time.

Thank you and best of luck.
Quote
0 #54 flyff 2022-06-24 15:00
Thank you for the auspicious writeup. It actually was once a amusement account it.
Look complex to more brought agreeable from you!
By the way, how can we be in contact?
Quote
0 #55 fafaslot 2022-06-25 05:20
It's in fact very difficult in this busy life to listen news on Television, thus I just use
web for that purpose, and get the hottest news.
Quote
0 #56 flyff 2022-06-26 05:28
Very energetic post, I enjoyed that a lot. Will there be a part 2?
Quote
0 #57 my blog 2022-06-26 06:38
Hello my family member! I wish to say that this post is awesome,
great written and include approximately all vital infos.
I would like to peer more posts like this .
Quote
0 #58 RUAY 2022-06-29 00:00
Thanks on your marvelous posting! I certainly enjoyed reading it, you happen to be a great author.
I will be sure to bookmark your blog and may come back later in life.
I want to encourage that you continue your great job, have a nice holiday weekend!


Also visit my page :: RUAY: https://answers.productcollective.com/user/ruayshuay
Quote
0 #59 mmorpg 2022-07-01 08:13
It's an amazing piece of writing designed for all the online users;
they will get benefit from it I am sure.
Quote
0 #60 fafaslot 2022-07-02 08:23
This information is invaluable. When can I find out more?
Quote
0 #61 fafaslot 2022-07-09 10:41
It's amazing in support of me to have a web page, which is valuable designed for my knowledge.
thanks admin
Quote
0 #62 mmorpg 2022-07-10 12:17
Saved as a favorite, I love your website!
Quote
0 #63 my blog 2022-07-14 05:37
you are actually a good webmaster. The site loading velocity is amazing.

It kind of feels that you are doing any unique trick. Furthermore,
The contents are masterwork. you have performed a magnificent process
on this matter!
Quote
0 #64 my blog 2022-07-17 01:23
Great article! We will be linking to this great post on our website.
Keep up the great writing.
Quote
0 #65 my blog 2022-07-18 17:15
Hi there mates, how is everything, and what you would like to say
regarding this paragraph, in my view its genuinely awesome
in favor of me.
Quote
0 #66 fafa slot 2022-08-05 02:36
It's actually a great and helpful piece of info. I am
happy that you simply shared this useful information with
us. Please stay us up to date like this. Thank you for sharing.
Quote
0 #67 fafaslot 2022-08-05 10:28
Thanks for some other informative site. The place else could I
am getting that type of info written in such an ideal approach?
I've a venture that I'm simply now operating
on, and I have been on the glance out for such info.
Quote
0 #68 my blog 2022-08-07 22:21
Just wish to say your article is as surprising.
The clarity in your put up is simply cool and i can suppose you're knowledgeable
in this subject. Well with your permission allow me to grasp
your RSS feed to stay up to date with drawing close post.
Thanks one million and please keep up the enjoyable
work.
Quote
0 #69 fafaslot 2022-08-10 09:04
This is a great tip especially to those new to the
blogosphere. Short but very accurate information… Appreciate your sharing
this one. A must read post!
Quote
0 #70 mmorpg 2022-08-15 14:15
Nice blog here! Also your site loads up very
fast! What host are you using? Can I get your affiliate link to your host?

I wish my site loaded up as quickly as yours
lol
Quote
0 #71 fafaslot 2022-08-18 10:01
Hello, every time i used to check webpage posts here early in the break of day,
as i like to gain knowledge of more and more.
Quote
0 #72 fafaslot 2022-08-18 23:36
Undeniably imagine that which you stated.
Your favorite reason seemed to be at the web the easiest
thing to be aware of. I say to you, I definitely get
irked whilst other folks consider issues that they just do not recognize about.

You managed to hit the nail upon the highest as well as defined out the entire thing with no need side effect , other people can take a signal.
Will likely be again to get more. Thank you
Quote
0 #73 fafa slot 2022-08-19 09:35
I blog often and I seriously appreciate your content.
The article has really peaked my interest. I am going to
take a note of your blog and keep checking for new information about once per week.
I opted in for your Feed as well.
Quote
0 #74 mmorpg 2022-08-20 11:12
What's up, its pleasant piece of writing concerning media print, we all understand media is a great source
of information.
Quote
0 #75 my blog 2022-08-21 02:45
Excellent article. I will be dealing with many of these issues as well..
Quote
0 #76 my blog 2022-08-22 01:01
Nice post. I was checking constantly this
blog and I am impressed! Very useful info specifically the last part
:) I care for such information a lot. I was seeking this particular info for a very long time.

Thank you and good luck.
Quote
0 #77 my blog 2022-08-26 15:39
Hello there! I just would like to offer you a huge thumbs up for the excellent
information you have right here on this post.

I will be coming back to your site for more soon.
Quote
0 #78 fafaslot 2022-09-05 12:05
I pay a quick visit day-to-day a few web sites and sites
to read posts, except this weblog offers quality based articles.
Quote
0 #79 fafaslot 2022-09-07 09:38
Today, I went to the beachfront with my kids.
I found a sea shell and gave it to my 4 year old daughter and said "You can hear the ocean if you put this to your ear." She placed the shell to her ear and screamed.
There was a hermit crab inside and it pinched her ear. She never wants to go back!
LoL I know this is completely off topic but I had
to tell someone!
Quote
0 #80 my blog 2022-09-17 12:21
Thanks for any other excellent post. Where else could
anyone get that kind of info in such a perfect approach of writing?
I've a presentation next week, and I am at the search for such
info.
Quote
0 #81 my blog 2022-09-18 22:56
Does your blog have a contact page? I'm having a tough time locating it but,
I'd like to shoot you an email. I've got some
creative ideas for your blog you might be interested in hearing.
Either way, great site and I look forward to seeing it expand over time.
Quote

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

<<  Mar 2024  >>
 Mon  Tue  Wed  Thu  Fri  Sat  Sun 
      1  2  3
  4  5  6  7  8  910
11121314151617
18192021222324
25262728293031

Enquire For Training

Fusion Training Packages

Get Email Updates


Powered by Google FeedBurner