You are on page 1of 8

SIT EIT

It is KFF It is DFF
This field is date tracked EITs are inherently non-date tracked though
we can enforce a date-track by creating two
segments for start and end dates.
SIT is added at Business group Level EIT is added at responsibility level
SITs have limited security restrictions,
thus making them unsuitable for storing
sensitive data
Responsibility level it is more secure than SIT
The sit cant be configured as single row
during the setup
The EIT can be configured as single row or
multiple rows during the setup
It has segments so we create nth number of
values
It has attributes and we can add upto 20
attributes only.


List of Extra Information Types:

Location Extra Information
Organization Extra Information (OrgDeveloper DF EIT)
Pay ElementType Extra Information
Assignment Extra Information
Contact Extra Information
Job Extra Information
People Extra Information
Position Extra Information
Previous Job Extra Information
Vehicle Allocation Extra Information (Not worked on it.. not so sure)
Vehicle Repository Extra Information(Not worked on it.. not so sure)

OAB EITs:

Standard Rate Info DDF
Eligibility Profile Info DDF
Extra Life Event Info DDF
Extra Option Info DDF
Extra Program info DDF
Extra Plan Info DDF

Extra Information Types (EIT) in Oracle Applications
By Manoj Madhusoodanan on Jul 12, 2012
In this blog I will explain how to create EIT in Oracle HRMS.EITs are basically Descriptive Flexfields (DFF).Standard product has EIT DFFs defined in forms such
as Person,Assignment,Job etc.We can add segments to the defined DFF based on our requirements so that it will appear in corresponding screen.Compared to
SIT EIT has added security.We can enable EIT for specific responsibility.
Following steps needs to be perform to create EIT.
1) Create the DFF segments.
Navigate to Application Developer > Flexfield > Descriptive > Segments.
Query for Extra Person Information under Human Resources application.

Uncheck Freeze Flexfield Definition and create the segment.

Click on Segments.Enter the segment details.

Click on save.In the Descriptive Flexfield Segments window check the Freeze Flexfield Definition.Save your work.
2) Register the Extra Information Types.
Navigate to Super HRMS Manager responsibility.Select Register Extra Information Types (EITs) standard concurrent program from the SRS window.Give
appropriate values and submit.

3) Assign the EIT to responsibility.
Navigate to Security > Information Types Security under any HRMS responsibility.

Choose the appropriate responsibility (Here I am using Human Resources, Vision Enterprises). Assign the above created EIT.

Save your work.
4) Test the EIT.
Navigate to Human Resources, Vision Enterprises responsibility.Choose any person of type Employee.Click onOthers and choose Extra Information.

Save your work.
The above entered information will get populated in PER_PEOPLE_EXTRA_INFO.

The API to create EIT information is HR_PERSON_EXTRA_INFO_API.
Special Information Types -SIT in HRMS
|Print|
E-
mail
WrittenbyAnilPassi
Wednesday,15November2006
Inthisarticle,Iwillexplaininsteps:-HowtocreatespecialinformationtypesinOracleHRMS.

OnceyouhavelearntthefundamentalsofSIT,youcanthenalsoreferencethearticleonmigratingspecialinformationtypesintoOracle.

Beforewediveintothespecialinformationtypecreationexample,letsfirstdosomequestionsandanswers.

Question:Whatissospecialaboutspecialinformationtypes?
Answer:NothingisspecialaboutSIT!!,ithappenstobeaKeyFlexField,effectivelyacombinationofsegment/fieldvaluesgetattachedtoaperson/hr
record.InplainEnglish,SITisamechanismbywhichyoucancreatenewfields,tocaptureadditionalinformationagainstanHRMSrecord.

Question:WhyuseanSITwhenwecanenabledescriptiveflexfieldsagainstthepersonrecord.
Answer:Variousreasons,aslistedbelow:-
A.DatainDescriptiveFlexfieldagainstanemployeerecordwillbevisibletoalltheusersthathaveaccesstotheEmployeecreation/queryscreen.
Onthecontrary,usingHRWorkflowsecurity,wecanmakeSITtobecomevisiblefortheresponsibilitythatwedesire.
B.Thereislimitednumberofdescriptiveflexfieldcolumnsavailable.
C.SITletyoulogicallygroupsimilarinformationtogether.Forexample,youmaywishtocapture"Medicalillnesshistory/details"andalso
Citizenship/CountryResidencyHistory"ofyouremployees.Inthiscase,youwillcreatetwodifferentSIT.

Question:So,canwecreatemultipleSpecialInformationTypes?
Answer:Indeed,youcandefineasmanycontextsasyoudesireforspecialinformationtypekeyFlexfieldinOracleApps.

Question:WhatarethestepsinbriefforsettingupanSIT
Answer:
Analysisofsitrequirement,whichincludes
A.FindadditionalfieldsthatarerequiredforyourHRMSscreen,andcanbelogicallygroupedtobeenterablefromonewindow.
B.ThevalidationsthatwillberequiredagainsteachoftheSITfields.Note:somepeopleprefertocallthemsegmentsinsteadoffields.Anyway,forthese
validationsyouwillneedtocreatevaluesets,orwillhavetofindanexistingvaluesetthatcanbereused.

Implementation:ofspecialinformationtype
A.ConfigurethekeyFlexfield
B.Addsegmentstothekeyflexfield
C.Assignvaluesetstosegments.Skipthisstepifyouwantyourkeyflexfledsegmenttobefreetext.Valuesetsareattachedtoeachsuchsegmentthat
requiresvalidation.
D.InHRMSSuperuserresponsibility,enablethekeyflexfieldcontextinscreen"Definespecialinformationtype"

Question:GivemetheexampleoftheSIT,towhichwewillmigratevalues.
Answer:Forthistrainingexercise,wewillassumefollowingSITexistsinOracleApps.
Sitname:"XXMedicalHistoryOfPerson"
SitFields:
MedicalCondition
Yearofillness
CuredFlag(Yes/No)

Question:Showmethestepsvisually,usingscreenshots...
Answer:Asbelow

First,gotoKeyFlexfieldregisterscreenandquerytofindthetitleofKFF.Nochangesaredoneinthisscreen,

Gotoapplicationdeveloperresponsibility,andclickonmenukeyflexfieldsegment.

Queryonthetitleinkeyflexfieldssegmentscreen.

Addanewcontext/structuretothisflexfield.
Thenameofthiscontextis"XXMedicalHistoryOfPerson"inourexample.

Clickonsegments,toaddsegments/fieldsforthisspecialinformationtype.
Addthethreesegmentsasbelow

Freezethestructure(structure,meanscombinationofthese3segments)
Also,ensuretheDynamicInsertsareChecked(TurnedOn)

InHRMSresponsibility,gotodefinespecialinformationtypesandcreateanentryforthecontext.

Nowgotopersonrecord,byfindingforthepersonthatwemigratedinearlierarticle.

ClickonbuttonlabeledspecialInfo
SeetheSITinactionhere,finally

You might also like