Main Menu
- 2020 (1)
- 2018 (1)
- 2017 (2)
- 2016 (2)
- 2015 (5)
-
2014
(18)
- December (1)
- November (3)
- October (1)
- June (1)
- April (2)
- February (2)
-
January
(8)
- Running Fast Formula From Backend - Oracle HRMS
- Setups to integrate with work schedule and holiday...
- Call Report from SSHR (Self Service Pages) FNDCPS...
- Runtime Duration Calculation on SIT (HRMS Keyflexf...
- Defining Context-Sensitive Segment for Descriptive...
- Special Information Types (SIT) in Oracle Applicat...
- How to Create EIT in HRMS
- Finding the Personalization and Customizations OAF...
- 2013 (5)
About Me
- Muhammad Faizan Karim
- Dubai, United Arab Emirates
- My name is Muhammad Faizan Karim and my aim is to spread the knowledge to everyone who want to learn oracle HRMS. I will try to write the video blogs for beginners so they can understand e-business suits from HRMS perspective, and if you have any difficulty in oracle applications HRMS , please feel free to contact with me at this email : faizan.kareem.ocp@gmail.com
Powered by Blogger.
Sunday, January 19, 2014
EIT Creation in HRMS
Uses:
EIT is a DFF in HRMS.
EIT is used to store data, where same data is changed quite often.
EIT is a DFF in HRMS.
EIT is used to store data, where same data is changed quite often.
EIT can be opened at Multiple levels, so very helpful in storing as detailed data as possible.
How to create an EIT??
Navigation: System Administrator --> Application --> Flexfield --> Descriptive --> Segments
Search flexfield title by name Extra Person Information, as shown below.
Search flexfield title by name Extra Person Information, as shown below.
Unfreeze the key flexfield and add a new record under the Context Field Values section as shown below.
Press the Segments button
Create the number of segments as desired and attach validation sets to each field accordingly as shown below.
Create the number of segments as desired and attach validation sets to each field accordingly as shown below.
Save & Close. Don't forget to Freeze Flexfield Definition.
Now switch to Global HRMS Manager Responsibility.
Now switch to Global HRMS Manager Responsibility.
Now we need to run the concurrent Program named "Register Extra Information Types (EITs)"
After the request is completed successfully, navigate to
Navigation: Global HRMS Manager --> Security --> Information Types Security
Navigation: Global HRMS Manager --> Security --> Information Types Security
Search for your relevant responsibility, add the EIT under the selected responsibility as shown below.
Let’s check that either SIT has been successfully registered or not.
Navigation: Global HRMS Manager --> People --> Enter & Maintain --> Others --> Extra Information
Query:
SELECT PEI_INFORMATION1 PASSPORT_NUMBER,
TO_DATE (SUBSTR (PEI_INFORMATION2, 1, INSTR (PEI_INFORMATION2, ' ') - 1),
'YYYY/MM/DD'
) PASSPORT_EXPIRY_DATE
FROM PER_PEOPLE_EXTRA_INFO
WHERE INFORMATION_TYPE = 'XX_EXAMPLE_EIT'
Query:
Created with Artisteer
Subscribe to:
Post Comments
(Atom)
Blog Archive
-
▼
2014
(18)
-
▼
January
(8)
- Running Fast Formula From Backend - Oracle HRMS
- Setups to integrate with work schedule and holiday...
- Call Report from SSHR (Self Service Pages) FNDCPS...
- Runtime Duration Calculation on SIT (HRMS Keyflexf...
- Defining Context-Sensitive Segment for Descriptive...
- Special Information Types (SIT) in Oracle Applicat...
- How to Create EIT in HRMS
- Finding the Personalization and Customizations OAF...
-
▼
January
(8)
2 comments:
You didn't run the register ETI program.
Yes, your absolutely right, we need to submit the request for Registration, I have updated the post.
Thank you for highlighting the mistake.