Sei sulla pagina 1di 53

Oracle Fusion HCM Benefits Cloud

Extracts User Guide


OR AC LE WHI TE P AP E R | JUNE 2015
Table of Contents
Introduction 1

Benefits Extracts Using BENXML as Source 1

Benefits Extracts Using Benefits DBIs as Source 1

1. Building Benefits Extracts Using BENXML 2

Extract Benefits Data (BENXML) 2

Create Extract for BEN_EXTRACT_JOINED_UE 4

Create Layout Template 10

Install Oracle BI Publisher Desktop 10

Build RTF Template 11

Generate Report in BI 12

Submit Extract 12

Create BI Report 14

Apply Extract Flow and View Report 17

2. Building Benefits Extracts Using Benefits DBIs 19

Create Extract 19

Create Layout Template 28

Build RTF Template 28

Generate Report in BI 30

Submit Extract 30

Create BI Report 31

Apply Extract Flow and View Report 31

FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Appendix A: References 32

Appendix B: List of benefits DBI 32

BEN_EXTRACT_JOINED_UE 32

BEN_EXT_ENRT_RSLT_UE 35

BEN_EXT_ENRT_DPNT_UE 38

BEN_EXT_ENRT_BNF_UE 42

BEN_EXT_ENRT_RTCVG_UE 46

FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Introduction
Oracle Fusion Benefits provides two options to customers to report or extract benefits data using HCM Extracts.
This guide will provide step by step instructions on how to use these two options -

1. Use Fusion Benefits Extract aka BENXML to populate the stage tables, and then use HCM extracts to pull the
staged data. HCM Extract will use user entity BEN_EXTRACT_JOINED_UE as the main data group. You
need the carrier and effective dates to be passed as parameters.
2. Use four benefits user entities for direct use in HCM extracts. These UEs query the actual benefits transaction
tables to pull in data from enrollments, dependents, beneficiaries and rates along with few additional
supporting tables. There are over 400 DB items covering almost all attributes such as basic person details,
enrollment Results, person events, covered dependents, beneficiaries, person habits, participant rate and
coverage. You could use other BEN database items via formulas. The support for Benefits UE starts from
release 9.2 upwards. The four UEs are
 BEN_EXT_ENRT_RSLT_UE - Enrollment Results
 BEN_EXT_ENRT_DPNT_UE - Enrollment Results + Dependents
 BEN_EXT_ENRT_BNF_UE - Enrollment Results + Beneficiaries
 BEN_EXT_ENRT_RTCVG_UE - Enrollment Results + Rate + Coverage

Benefits Extracts Using BENXML as Source


BENXML will populate the stage tables (BEN_EXTRACT_REQUEST, BEN_EXTRACT_REQ_DETAILS). And
using the user entity BEN_EXTRACT_JOINED_UE in HCM Extract we will pull the staged data from the two above
tables.

BENXML will populate the benefits stage tables filtered by Carrier, which is the carrier configured using the
Manage Plan Carriers task in the Plan Configuration work area. Using BEN_EXTRACT_JOINED_UE in HCM
Extract requires additional parameter carrier_id, which is the same carrier id used by BENXML.

A concise version of extract definition that uses BEN_EXTRACT_JOINED_UE is like below.


 Extract Definition
 Parameters(carrier_id, effective_date)
 Benefits Block (Root Block)(BEN_EXTRACT_JOINED_UE)
 Block Criteria (If required)
 Records (i.e Attribute Group) (Example: Enrollments)
 Data Elements (i.e Attributes) (Example: Person Name, Program, Plan, Option)

Benefits Extracts Using Benefits DBIs as Source


Four new user entities are created to facilitate Benefits related data reporting. The UEs can be used in HCM
Extract to directly access Benefits transaction tables. You can use only HCM Extract to pull all the data without
BENXML.
To use the four UEs, you need to build a new Extract Definition in HCM Extracts.
A concise version of extract definition that uses benefits UEs is like below.
 Extract Definition
 Parameters
 Person Block (Root Block)
 Block Criteria (If required)
 Records (i.e Attribute Group) (Example: Person Contacts)
 Data Elements (i.e Attributes) (Example: Name, Job)
 Benefits Block (One of the 4 Benefits UEs)
 Block Criteria (If required)
 Block Links (Person’s Person Id = Benefits’ enrolled Person Id)
 Records (i.e Attribute Group) (Example: Benefits Details)
 Data Elements(i.e Attributes)(Example: Life Event, Program, Plan, Option)
 Delivery Options

1 | Fusion HCM Benefits Cloud: Extracts User Guide


1. Building Benefits Extracts Using BENXML

This user guide will skip the management of Carrier, for more details please consult the Configuring Benefits Data
Extract for Plan Carriers: Procedure topic in the Cloud Documentation library
(http://docs.oracle.com/cloud/latest/globalcs_gs/docs.htm).
The nature of this option is submitting an extract job of Extract Benefits Data, then use HCM Extract to pull the
data from the previously submitted extract job.

Extract Benefits Data (BENXML)


We will start from submitting an extract of Benefit Data. From the Navigator, find the Evaluation and Reporting
under Benefits

On the left panel, click Extract Benefits Data.

And here, we need to submit a new extract by clicking the Submit button.

2 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


In the Submit form, provide a Carrier Name, and then click the Submit button.

Once the extract process is completed, you will see this submitted extract on Extract Benefits Data page.

3 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Create Extract for BEN_EXTRACT_JOINED_UE
We will find the Data Exchange in Workforce Management from the Navigator

In the Data Exchange work area, we click Manage Extract Definitions. And then click Create to create a new
extract definition. Here we name the new extract definition as “BEN_JOINED_EXT” and use HR Archive type in
this demonstration.

4 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Here we may click Switch Layout to a more developer friendly user interface.

In this extract definition, we need to use the user entity BEN_EXTRACT_JOINED_UE, which requires carrier_id
and effective_date as input parameters. We will add a new parameter carrier_id, as effective_date is already
created by default. Click Add to add a new parameter entry. Notice that Tag Name must be “carrier_id”, the input
parameter is case sensitive. Data Type is Number, Display Format is Text. Later a new parameter Carrier Id will
show up on the extract submit page.

5 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


On the left of the extract definition work area, we click Data Group to start creating data groups. Data Group is the
element where we associate our user entities. To create a new Data Group, we click Create button.

First we need to create a root data group to contain BEN_EXTRACT_JOINED_UE and name it as BEN_DG. We
configure the data group as follows. Here we use BEN_EXTRACT_JOINED_UE as the source of benefits data.
And we make this data group as Root.

6 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


After saving, we will create a new Record for this data group.

The new record is configured as follows.

7 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


After saving, we will add attributes by clicking the Create button.

Firstly, we add a person’s full name. This attribute is configured as below.

8 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


And we will add other attributes we want in the final report. For demo purpose, we will add Plan and Coverage
Start Date as below.

After saving, we can come to the Extract Execution Tree by clicking it on the left panel. Then we will click
Compile All Formula to compile the formulas. When the compilation is done, the green tick shows after the
formula text. You can click Validate to validate the extract definition. If the validation is fine, you may click Export
XML Schema to download a schema xsd file which will be used later to build up RTF template for the report.

9 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


The downloaded xsd file is like below.

Create Layout Template


In this section we will use the exported XML schema to create a RTF template. Later we will use the RTF template
to generate the report.

Install Oracle BI Publisher Desktop


*If you have Oracle BI Publisher Desktop installed properly, you may skip this section.
Please follow the instructions to get to BI work area
Go to Reports and Analytics under Tools

Click the book icon

10 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Download corresponding version of Template Builder for Word, the downloaded installation file name is like
“BIPublisherDesktop32.exe”, and then install.

If installation is correct. You will find one more tab appears on Microsoft Word.

Build RTF Template


Click XML schema button to import the schema which we downloaded before.

11 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Here we use the shortcut to add all fields into this template, then we keep what we want and remove the rest.

Then we save this document as RTF.

Generate Report in BI
Submit Extract
Before generating report in BI, the data should be prepared. So we will submit an Extract.

12 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


In Data Exchange work area, on the left panel, click Submit Extract, and then select the extract we just built, and
then click Next.

We name this flow as “HY_JF_08”. The name of the flow will be used in Apply Extract Flow and View Report. Be
aware that Process End Date will affect the effective date of processing the extract flow. In the case of
BEN_EXTRACT_JOINED_UE, the user entity will pull the data from the staged table populated after the Process
End Date. Carrier Id’s appearance is responding to the “carrier_id” we added to the extract definition. Then click
Next until you can Submit.

If the extract flow is executed correctly, you will see the following in View Extract Results.

13 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Create BI Report
Now we can come to BI and generate our report. Find Reports and Analytics under Tools in Navigator.

Then click the book icon to go to BI home.

14 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


In BI home, we click Report to create a new report.

Since we already have generated an RTF template, we can cancel this wizard.

15 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


We need to select a data model by clicking the magnifier icon. In this demo, we will use globalreportsDataModel
under Shared “Folders/Human Capital Management/Payroll/Data Model” as follows.

Now we are going to upload the RTF template we generated to build a layout for our report. Clicking the upload
icon, select the generated RTF file and complete the remaining fields as follows then click Upload.

16 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


If the uploading is successful, now we can save the report as follows.

Apply Extract Flow and View Report


Now we click View Report, and apply the flowinstancename derived from the submission of extract: HY_JF_08,
and finally we can review the Benefits report of the pulled staged table data.

17 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


18 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE
2. Building Benefits Extracts Using Benefits DBIs

In this section, we will walk through the details of creating an extract definition of the four new benefits user
entities, and use this extract definition to generate a person’s benefits report.
The extract definition we are going to define is more complicated than that in BEN_EXTRACT_JOINED_UE case.
The extract definition has the following structure.

 Extract Definition
 Employee Block(PER_EXT_SEC_PERSON_UE)
 Block Criteria to filter Person Type = ‘EMP’ and Person Id = 300100026493599
 Employee Record
 Data Elements (Person Full Name)
 Benefit Enrollment Results Block
 Block Link (Person’s Person Id = Benefits’ enrolled Person Id)
 Enrollment Result Record
 Data Elements (Life Event, Plan, Program)
 Person Dependent Record
 Benefit Dependent Enrollments Block
 Block Link (Person’s Person Id = Benefits’ enrolled Person Id)
 Dependent Enrollment Record
 Data Elements (Dependent Name, Life Event, Plan, Program)
 Person Beneficiary Record
 Benefits Enrollments Beneficiaries Block
 Block Link (Person’s Person Id = Benefits’ enrolled Person Id)
 Enrollment Beneficiaries Record
 Data Elements (Life Event, Plan, Program, Beneficiaries)
 Person Rate Coverage Record
 Benefit Enrollment Rate Coverage Block
 Block Link (Person’s Person Id = Benefits’ enrolled Person Id)
 Enrollment Coverage Record
 Data Elements (Plan, Program, Rate Value, Coverage Start Date, Life
Event)

Create Extract
Find the Data Exchange in Workforce Management from the Navigator
In the Data Exchange work area, we click Manage Extract Definitions. And then click Create to create a new
extract definition. Here we name the new extract definition as “SIMPLE_BEN_EXT_01” and use HR Archive type
in this demonstration.

19 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Here we may click Switch Layout to a more developer friendly user interface.

On the left of the extract definition work area, we click Data Group to start creating data groups. Data Group is the
element where we associate our user entities. To create a new Data Group, we click Create button.

20 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


First we need to create a root data group to represent the company employees. So we name the new data group
as “Employees” and configured as the following. Here we use PER_EXT_SEC_PERSON_UE as the source of
employee data. And we make this data group as Root.

To properly use PER_EXT_SEC_PERSON_UE, we need to add a filter criteria condition for this data group. To
add a new filter criteria condition, we click Add, a new filter criteria will be created. Then we click the Edit icon, to
add conditions. We configure the condition as follows.
We need to filter the person type “EMP”, note the single quote mark around “EMP” for string data type, and no
single quote mark for person id for number data type. Adding person id here is for demo purpose, to quickly test
and precisely fetch the person data we want.

21 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


After creation of Employees data group, then we will create a subsequent data group Benefit Enrollment
Results. User entity BEN_EXT_ENRT_BNF_UE is used for this data group.

Now we will link Employees and Benefit Enrollment Results in the correct order. We need to click the target
data group first and then add the connection.
To properly use Benefits Extract user entity, we need to link Benefits Extract data group and its parent data group
with Person Id.

22 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Then we need to create a new record for Employees.

And configure the new record as follows. Be aware to set Next Data Group to Benefit Enrollment Results. It’s
another mandatory step to correctly link two data groups. If Next Data Group is empty, you may need to save the
extract, exit, and then find this extract and come back again.

23 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Then we will create another three Benefits Extract data groups
Benefits Enrollments Beneficiaries uses BEN_EXT_ENRT_BNF_UE

Benefit Enrollment Rate Coverage uses BEN_EXT_ENRT_RTCVG_UE

Benefit Dependent Enrollments uses BEN_EXT_ENRT_DPNT_UE

Then we make the connection for the new created data groups just like Benefit Enrollment Results, as follows.

24 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


And we then set up the corresponding Employees records for the new created data groups similar to the
Employee Record. Make sure each Employee record’s Next Data Group sets to the corresponding child Benefit
Extract data group.

At this moment, our setup is like following.

Then we will complete the details. For demo purpose, we will extract person’s full name from Employee Record
as the header of each employee.

25 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


We configure the Person Full Name attribute as follows. Please notice we use Database item group as type, and
then we select Person Full Name as corresponding database item group.
We skip adding other attributes to other records in Employees.

Now we are ready to create record for Benefits Extract data groups. First let’s create a new record for Benefits
Enrollment Results.

26 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


The configuration is like the following. Please notice here Type is Detail Records, and Process Type is Formula.
Leave Next Data Group empty. Then you can add the attributes you want to extract just like the Person Full
Name attribute.

Then we do the same for the remaining data groups Benefits Enrollments Beneficiaries, Benefit Enrollment
Rate Coverage and Benefit Dependent Enrollments.
Now it’s time to go to Extract Execution Tree to examine our extract structure. If everything is correctly
configured, the extract structure should look like the following. (Don’t worry about the error mark icon) T hen we
click Compile All Formula, and then we wait a while then check compilation status by clicking Refresh.

27 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


If formula compilation is ok, the error marks will turn green. And clicking Validate button, we will see the following.

Before we go to the next step, we need to download the extract’s XML schema by clicking Export XML Schema.
Clicking Export XML Schema will do the job. The downloaded XML schema file is like this

Create Layout Template


In this section we will use the exported XML schema to create a RTF template. Later we will use the RTF template
to generate the report.
Same as Install Oracle BI Publisher Desktop, you need to properly install Oracle BI Publisher Desktop before
proceeding to the next step.

Build RTF Template

28 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


When Oracle BI Publisher Desktop is installed. Open Microsoft Word, click to import XML schema which we
downloaded before.

Here we use a shortcut to add all data into this template, then we keep what we want and remove the rest.

Then we save this document as RTF.

29 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Generate Report in BI
Submit Extract
Similar to the case of BEN_EXTRACT_JOINED_UE, in Data Exchange work area, on the left panel click Submit
Extract, then select the extract you want to use, and then click Next.

Here there is no Carrier Id input. Be aware that Process End Date will affect the effective date of processing the
extract flow. Then click Next until you can Submit.

If the extract flow is executed correctly, you will see the following in View Extract Results.

30 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Create BI Report
It’s the same process of creating BI report as Create BI Report of the BEN_EXTRACT_JOINED_UE case. You
just need to upload the RTF template we created in the step of Build RTF Template .

Apply Extract Flow and View Report


Once the report is created and saved, click View Report, and apply the flowinstancename derived from the
submission of extract: HY_EXT_FLOW_01, and finally we can review the Benefits report of the person we
selected.

31 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Appendix A: References
The extract definition built in this guideline is also exported and attached with this document. Together with the

Extract Guide.zip
XML schema and RTF template.
You can import the extract definition XML by clicking Import Extract as follows.

Other useful reference documents:


Document 1429892.1 - Defining a Simple HR Outbound Interface Using HCM Extracts
Document 1559127.1 - Oracle Fusion HCM Extracts Guide
Document 1565118.1 - Database Items for Extracts and Formulas in Oracle Fusion HCM
Document 1573099.1 - Oracle Fusion HCM Extracts: Delivery Options

Appendix B: List of benefits DBI


This section list all the Data Base Items associated to each Benefits User Entity.

BEN_EXTRACT_JOINED_UE

Data Base Item Description

1 BEN_EXT_BASE_SALARY Benefits Extract Base Salary

2 BEN_EXT_COVERAGE_AMOUNT_APPROVED Benefits Extract Coverage Amount Approved

3 BEN_EXT_COVERAGE_AMOUNT_PENDING Benefits Extract Coverage Amount Pending

4 BEN_EXT_COVERAGE_END_DATE Benefits Extract Coverage End Date

5 BEN_EXT_COVERAGE_START_DATE Benefits Extract Coverage Start Date

6 BEN_EXT_DATE_OF_BIRTH Benefits Extract Date of Birth

7 BEN_EXT_DATE_OF_DEATH Benefits Extract Date of Death

8 BEN_EXT_DEP_NAME Benefits Extract Dependent Name

9 BEN_EXT_DIRECT_DEPOSIT_ROUTING Benefits Extract Direct Deposit Routing Number

10 BEN_EXT_DIRECT_DEPOST_ACCOUNT Benefits Extract Direct Deposit Account

11 BEN_EXT_DISABLED_FLAG Benefits Extract Disabled

12 BEN_EXT_DPNT_RELATIONSHIP_TYPE Benefits Extract Dependent Relationship Type

13 BEN_EXT_EE_POSTTAX_COST Benefits Extract Post-tax Cost

14 BEN_EXT_EE_PRETAX_COST Benefits Extract Pretax Cost

15 BEN_EXT_EE_TOTAL_COST Benefits Extract Total Cost

16 BEN_EXT_EMAIL_ADDRESS_ID Benefits Extract E-mail Address

17 BEN_EXT_EMPLOYEE_ID Benefits Extract Employee Identifier

18 BEN_EXT_EMPLOYMENT_LEVEL_CODE Benefits Extract Employment Level Code

19 BEN_EXT_EMPLOYMENT_ORGANIZATION Benefits Extract Employment Organization

32 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


20 BEN_EXT_EMPLOYMENT_STATUS Benefits Extract Employment Status

21 BEN_EXT_ENTERPRISE_ID Benefits Extract Enterprise Identifier

22 BEN_EXT_EXTRACT_TYPE Benefits Extract Type

23 BEN_EXT_EXT_REQUEST_ID Benefits Extract Request Identifier

24 BEN_EXT_FIRST_NAME Benefits Extract First Name

25 BEN_EXT_FSA_ANNUAL_TARGET Benefits Extract FSA Annual Target

26 BEN_EXT_FSA_PLAN_YEAR Benefits Extract FSA Plan Year

27 BEN_EXT_GENDER_FLAG Benefits Extract Gender

28 BEN_EXT_GRADE Benefits Extract Grade

29 BEN_EXT_HIRE_DATE Benefits Extract Hire Date

30 BEN_EXT_HOME_ADDRESS_LINE1 Benefits Extract Home Address Line 1

31 BEN_EXT_HOME_ADDRESS_LINE2 Benefits Extract Home Address Line 2

32 BEN_EXT_HOME_CITY Benefits Extract Home City

33 BEN_EXT_HOME_PHONE Benefits Extract Home Phone

34 BEN_EXT_HOME_STATE Benefits Extract Home State

35 BEN_EXT_HOME_ZIP_CODE Benefits Extract Home Postal Code

36 BEN_EXT_JOB Benefits Extract Job

37 BEN_EXT_LAST_NAME Benefits Extract Last Name

38 BEN_EXT_LEVEL_CVG_END_DATE Benefits Extract Level Coverage Start Date

39 BEN_EXT_LEVEL_CVG_START_DATE Benefits Extract Level Coverage End Date

40 BEN_EXT_LEVEL_NAME Benefits Extract Level Name

41 BEN_EXT_MARITAL_STATUS Benefits Extract Marital Status

42 BEN_EXT_MARITAL_STATUS_START_DATE Benefits Extract Marital Status Start Date

43 BEN_EXT_MIDDLE_NAME Benefits Extract Middle Name

44 BEN_EXT_NATIONAL_IDENTIFIER Benefits Extract National Identifier

45 BEN_EXT_ORGANIZATION_IDENTIFIER Benefits Extract Organization Identifier

46 BEN_EXT_ORIGINAL_DATE_OF_HIRE Benefits Extract Original Date of Hire

47 BEN_EXT_PAYROLL Benefits Extract Payroll Name

48 BEN_EXT_PERSON_ID Benefits Extract Person Identifier

49 BEN_EXT_PLAN Benefits Extract Plan

50 BEN_EXT_PROVIDER_ID Benefits Extract Provider Identifier

51 BEN_EXT_PROVIDER_NAME Benefits Extract Provider Name

52 BEN_EXT_PROVIDER_START_DATE Benefits Extract Provider Start Date

33 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


53 BEN_EXT_REQUEST_DATE Benefits Extract Request Date

54 BEN_EXT_STUDENT_STATUS Benefits Extract Student Status

55 BEN_EXT_SUFFIX Benefits Extract Suffix

56 BEN_EXT_TERMINATION_DATE Benefits Extract Termination Date

57 BEN_EXT_TIER_COVERAGE_TYPE Benefits Extract Tier Coverage Type

58 BEN_EXT_TOBACCO_USER Benefits Extract Tobacco User

59 BEN_EXT_TOTAL_DEPENDENTS Benefits Extract Total Dependents

60 BEN_EXT_TOTAL_EMPLOYEES Benefits Extract Total Employees

61 BEN_EXT_TOTAL_PLANS Benefits Extract Total Plans

62 BEN_EXT_TOTAL_ROWS Benefits Extract Total Rows

63 BEN_EXT_TRANSACTION_CODE Benefits Extract Transaction Code

64 BEN_EXT_WORK_ADDRESS_LINE1 Benefits Extract Work Address Line 1

65 BEN_EXT_WORK_ADDRESS_LINE2 Benefits Extract Work Address Line 2

66 BEN_EXT_WORK_CITY Benefits Extract Work City

67 BEN_EXT_WORK_PHONE Benefits Extract Work Phone

68 BEN_EXT_WORK_STATE Benefits Extract Work State

69 BEN_EXT_WORK_ZIP_CODE Benefits Extract Work Postal Code

70 BEN_EXT_EXT_REQUEST_DETAIL_ID Benefits Extract Request Detail Identifier

34 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


BEN_EXT_ENRT_RSLT_UE

Data Base Item Description

1 BEN_EXT_RSLT_BENEFIT_RELATION_NAME Benefits Extract Benefit Relation Name

2 BEN_EXT_RSLT_LEGAL_ENTITY_ID Benefits Extract Benefit Relation Legal Entity Id

3 BEN_EXT_RSLT_REL_PRMRY_ASG_ID Benefits Extract Benefit Relation Primary


Assignment Id
4 BEN_EXT_RSLT_BENEFIT_REL_SYSTEM_CD Benefits Extract Benefit Relation System Code

5 BEN_EXT_RSLT_PRIMARY_REL Benefits Extract Benefit Relation Primary


Relation
6 BEN_EXT_RSLT_BRN_STATUS Benefits Extract Benefit Relation Status

7 BEN_EXT_RSLT_ORIGINAL_SOURCE Benefits Extract Benefit Relation Original Source

8 BEN_EXT_RSLT_UPDATED_SOURCE Benefits Extract Benefit Relation Updated


Source
9 BEN_EXT_RSLT_LER_TYP_CD Benefits Extract Life Event Reason Type

10 BEN_EXT_RSLT_LER_SLCTBL_SLF_SVC_CD Benefits Extract Life Event Selectable for Self


Service Code
11 BEN_EXT_RSLT_LER_GLOBAL_FLAG Benefits Extract Life Event Global Indicator

12 BEN_EXT_RSLT_LER_SELF_ASSIGNED_EVENT_FLAG Benefits Extract Life Event Self-assigned Event


Indicator
13 BEN_EXT_RSLT_LER_NAME Benefits Extract Life Event Name

14 BEN_EXT_RSLT_LER_DESC_TXT Benefits Extract Life Event Description

15 BEN_EXT_RSLT_LER_QUALG_EVT_FLAG Benefits Extract Life Event Qualifying Event


Indicator
16 BEN_EXT_RSLT_LER_SHORT_CODE Benefits Extract Life Event Short Code

17 BEN_EXT_RSLT_LER_SHORT_NAME Benefits Extract Life Event Short Name

18 BEN_EXT_RSLT_LER_INSTRUCTION_TEXT Benefits Extract Life Event Instruction Text

19 BEN_EXT_RSLT_BENEFIT_RELATION_ID Benefits Extract Benefit Relation Id

20 BEN_EXT_RSLT_ASSIGNMENT_ID Benefits Extract Assignment Id

21 BEN_EXT_RSLT_BNFT_AMT Benefits Extract Benefit Amount

22 BEN_EXT_RSLT_BNFT_NNMNTRY_UOM Benefits Extract Benefit Non-monetary Unit of


Measure
23 BEN_EXT_RSLT_BNFT_ORDR_NUM Benefits Extract Benefit Order Number

24 BEN_EXT_RSLT_BNFT_TYP_CD Benefits Extract Benefit Type Code

25 BEN_EXT_RSLT_BUSINESS_GROUP_ID Benefits Extract Business Group Id

26 BEN_EXT_RSLT_ENRT_CVG_STRT_DT Benefits Extract Enrollment Coverage Start Date

27 BEN_EXT_RSLT_ENRT_CVG_THRU_DT Benefits Extract Enrollment Coverage Through


Date
28 BEN_EXT_RSLT_ENRT_MTHD_CD Benefits Extract Enrollment Method Code

29 BEN_EXT_RSLT_ENRT_OVRIDN_FLAG Benefits Extract Enrollment Override Indicator

35 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


30 BEN_EXT_RSLT_ENRT_OVRID_RSN_CD Benefits Extract Enrollment Override Reason
Code
31 BEN_EXT_RSLT_ENRT_OVRID_THRU_DT Benefits Extract Enrollment Override Through
Date
32 BEN_EXT_RSLT_ERLST_DEENRT_DT Benefits Extract Enrollment De-enrollment Date

33 BEN_EXT_RSLT_LER_ID Benefits Extract Life Event Id

34 BEN_EXT_RSLT_NO_LNGR_ELIG_FLAG Benefits Extract No Longer Eligible Indicator

35 BEN_EXT_RSLT_OIPL_ID Benefits Extract Option in Plan Id

36 BEN_EXT_RSLT_ORGNL_ENRT_DT Benefits Extract Original Enrollment Date

37 BEN_EXT_RSLT_PERSON_ID Benefits Extract Person Id

38 BEN_EXT_RSLT_PER_IN_LER_ID Benefits Extract Life Event for Person Id

39 BEN_EXT_RSLT_PGM_ID Benefits Extract Program Id

40 BEN_EXT_RSLT_PL_ID Benefits Extract Plan Id

41 BEN_EXT_RSLT_PL_TYP_ID Benefits Extract Plan Type Id

42 BEN_EXT_RSLT_PRTT_ENRT_RSLT_ID Benefits Extract Participant Enrollment Result Id

43 BEN_EXT_RSLT_PRTT_ENRT_RSLT_STAT_CD Benefits Extract Participant Enrollment Result


Status Code
44 BEN_EXT_RSLT_PRTT_IS_CVRD_FLAG Benefits Extract Participant Covered Indicator

45 BEN_EXT_RSLT_PTIP_ID Benefits Extract Plan Type In Program Id

46 BEN_EXT_RSLT_RPLCS_SSPNDD_RSLT_ID Benefits Extract Suspended Result Id

47 BEN_EXT_RSLT_SSPNDD_FLAG Benefits Extract Suspended Indicator

48 BEN_EXT_RSLT_UOM Benefits Extract Unit of Measure

49 BEN_EXT_RSLT_PGM_NAME Benefits Extract Program Name

50 BEN_EXT_RSLT_PGM_GLOBAL_FLAG Benefits Extract Program Global Indicator

51 BEN_EXT_RSLT_PGM_ALWS_UNRSTRCTD_ENRT_FLAG Benefits Extract Program Always Unrestricted


Enrollment Indicator
52 BEN_EXT_RSLT_PGM_SHORT_CODE Benefits Extract Program Short Code

53 BEN_EXT_RSLT_PGM_SHORT_NAME Benefits Extract Program Short Name

54 BEN_EXT_RSLT_PGM_STAT_CD Benefits Extract Program Status Code

55 BEN_EXT_RSLT_PGM_EFFECTIVE_START_DATE Benefits Extract Program Effective Start Date

56 BEN_EXT_RSLT_PGM_EFFECTIVE_END_DATE Benefits Extract Program Effective End Date

57 BEN_EXT_RSLT_PL_NAME Benefits Extract Plan Name

58 BEN_EXT_RSLT_PL_GLOBAL_FLAG Benefits Extract Plan Global Indicator

59 BEN_EXT_RSLT_PL_SHORT_CODE Benefits Extract Plan Short Code

60 BEN_EXT_RSLT_PL_SHORT_NAME Benefits Extract Plan Short Name

61 BEN_EXT_RSLT_PL_STAT_CD Benefits Extract Plan Status Code

36 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


62 BEN_EXT_RSLT_PL_ALWS_UNRSTRCTD_ENRT_FLAG Benefits Extract Plan Always Unrestricted
Enrollment Indicator
63 BEN_EXT_RSLT_PL_EFFECTIVE_START_DATE Benefits Extract Plan Effective Start Date

64 BEN_EXT_RSLT_PL_EFFECTIVE_END_DATE Benefits Extract Plan Effective End Date

65 BEN_EXT_RSLT_PTP_NAME Benefits Extract Plan Type Name

66 BEN_EXT_RSLT_PTP_SS_CATEGORY_CD Benefits Extract Plan Type Benefit Category SS


Code
67 BEN_EXT_RSLT_PTP_ADMIN_CATEGORY_CD Benefits Extract Plan Type Benefit Category
Administration Code
68 BEN_EXT_RSLT_PTP_CARRIER_PLAN_TYPE_NAME Benefits Extract Plan Type Carrier Plan Type
Name
69 BEN_EXT_RSLT_PTP_GLOBAL_FLAG Benefits Extract Plan Type Global Indicator

70 BEN_EXT_RSLT_OPT_NAME Benefits Extract Option Name

71 BEN_EXT_RSLT_TOBACCO_TYPE_USAGE Benefits Extract Smoking Habit Tobacco Type


Usage
72 BEN_EXT_RSLT_STUDENT_STATUS Benefits Extract Smoking Habit Student Status

73 BEN_EXT_RSLT_CVRD_IN_ANTHR_PL Benefits Extract Smoking Habit Covered In


Another Plan
74 BEN_EXT_RSLT_DISABILITY_STATUS Benefits Extract Smoking Habit Disability Status

75 BEN_EXT_RSLT_REGISTERED_DISABLED_FLAG Benefits Extract Smoking Habit Registered


Disabled Indicator
76 BEN_EXT_RSLT_RECEIPT_OF_DEATH_CERT_DATE Benefits Extract Smoking Habit Receipt of Death
Certificate Date

37 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


BEN_EXT_ENRT_DPNT_UE

Data Base Item Description

1 BEN_EXT_DPNT_BENEFIT_RELATION_ID Benefits Extract Benefit Relation Id

2 BEN_EXT_DPNT_BENEFIT_RELATION_NAME Benefits Extract Benefit Relation Name

3 BEN_EXT_DPNT_LEGAL_ENTITY_ID Benefits Extract Benefit Relation Legal Entity


Id
4 BEN_EXT_DPNT_REL_PRMRY_ASG_ID Benefits Extract Benefit Relation Primary
Assignment Id
5 BEN_EXT_DPNT_BENEFIT_REL_SYSTEM_CD Benefits Extract Benefit Relation System
Code
6 BEN_EXT_DPNT_PRIMARY_REL Benefits Extract Benefit Relation Primary
Relation
7 BEN_EXT_DPNT_BRN_STATUS Benefits Extract Benefit Relation Status

8 BEN_EXT_DPNT_ORIGINAL_SOURCE Benefits Extract Benefit Relation Original


Source
9 BEN_EXT_DPNT_UPDATED_SOURCE Benefits Extract Benefit Relation Updated
Source
10 BEN_EXT_DPNT_ASSIGNMENT_ID Benefits Extract Assignment Id

11 BEN_EXT_DPNT_BNFT_AMT Benefits Extract Benefit Amount

12 BEN_EXT_DPNT_BNFT_NNMNTRY_UOM Benefits Extract Benefit Non-monetary Unit of


Measure
13 BEN_EXT_DPNT_BNFT_ORDR_NUM Benefits Extract Benefit Order Number

14 BEN_EXT_DPNT_BNFT_TYP_CD Benefits Extract Benefit Type Code

15 BEN_EXT_DPNT_BUSINESS_GROUP_ID Benefits Extract Business Group Id

16 BEN_EXT_DPNT_ENRT_CVG_STRT_DT Benefits Extract Enrollment Coverage Start


Date
17 BEN_EXT_DPNT_ENRT_CVG_THRU_DT Benefits Extract Enrollment Coverage
Through Date
18 BEN_EXT_DPNT_ENRT_MTHD_CD Benefits Extract Enrollment Method Code

19 BEN_EXT_DPNT_ENRT_OVRIDN_FLAG Benefits Extract Enrollment Override Indicator

20 BEN_EXT_DPNT_ENRT_OVRID_RSN_CD Benefits Extract Enrollment Override Reason


Code
21 BEN_EXT_DPNT_ENRT_OVRID_THRU_DT Benefits Extract Enrollment Override Through
Date
22 BEN_EXT_DPNT_ERLST_DEENRT_DT Benefits Extract Enrollment De-enrollment
Date
23 BEN_EXT_DPNT_LER_ID Benefits Extract Life Event Id

24 BEN_EXT_DPNT_LER_TYP_CD Benefits Extract Life Event Reason Type

25 BEN_EXT_DPNT_LER_SLCTBL_SLF_SVC_CD Benefits Extract Life Event Selectable for Self


Service Code
26 BEN_EXT_DPNT_LER_GLOBAL_FLAG Benefits Extract Life Event Global Indicator

27 BEN_EXT_DPNT_LER_SELF_ASSIGNED_EVENT_FLAG Benefits Extract Life Event Self-assigned

38 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Event Indicator

28 BEN_EXT_DPNT_LER_NAME Benefits Extract Life Event Name

29 BEN_EXT_DPNT_LER_DESC_TXT Benefits Extract Life Event Description

30 BEN_EXT_DPNT_LER_QUALG_EVT_FLAG Benefits Extract Life Event Qualifying Event


Indicator
31 BEN_EXT_DPNT_LER_SHORT_CODE Benefits Extract Life Event Short Code

32 BEN_EXT_DPNT_LER_SHORT_NAME Benefits Extract Life Event Short Name

33 BEN_EXT_DPNT_LER_INSTRUCTION_TEXT Benefits Extract Life Event Instruction Text

34 BEN_EXT_DPNT_NO_LNGR_ELIG_FLAG Benefits Extract No Longer Eligible Indicator

35 BEN_EXT_DPNT_OIPL_ID Benefits Extract Option in Plan Id

36 BEN_EXT_DPNT_OPT_NAME Benefits Extract Option Name

37 BEN_EXT_DPNT_ORGNL_ENRT_DT Benefits Extract Original Enrollment Date

38 BEN_EXT_DPNT_PERSON_ID Benefits Extract Person Id

39 BEN_EXT_DPNT_PER_IN_LER_ID Benefits Extract Life Event for Person Id

40 BEN_EXT_DPNT_PGM_ID Benefits Extract Program Id

41 BEN_EXT_DPNT_PGM_NAME Benefits Extract Program Name

42 BEN_EXT_DPNT_PGM_GLOBAL_FLAG Benefits Extract Program Global Indicator

43 BEN_EXT_DPNT_PGM_ALWS_UNRSTRCTD_ENRT_FLAG Benefits Extract Program Always Unrestricted


Enrollment Indicator
44 BEN_EXT_DPNT_PGM_SHORT_CODE Benefits Extract Program Short Code

45 BEN_EXT_DPNT_PGM_SHORT_NAME Benefits Extract Program Short Name

46 BEN_EXT_DPNT_PGM_STAT_CD Benefits Extract Program Status Code

47 BEN_EXT_DPNT_PGM_EFFECTIVE_START_DATE Benefits Extract Program Effective Start Date

48 BEN_EXT_DPNT_PGM_EFFECTIVE_END_DATE Benefits Extract Program Effective End Date

49 BEN_EXT_DPNT_PL_ID Benefits Extract Plan Id

50 BEN_EXT_DPNT_PL_NAME Benefits Extract Plan Name

51 BEN_EXT_DPNT_PL_GLOBAL_FLAG Benefits Extract Plan Global Indicator

52 BEN_EXT_DPNT_PL_SHORT_CODE Benefits Extract Plan Short Code

53 BEN_EXT_DPNT_PL_SHORT_NAME Benefits Extract Plan Short Name

54 BEN_EXT_DPNT_PL_STAT_CD Benefits Extract Plan Status Code

55 BEN_EXT_DPNT_PL_ALWS_UNRSTRCTD_ENRT_FLAG Benefits Extract Plan Always Unrestricted


Enrollment Indicator
56 BEN_EXT_DPNT_PL_EFFECTIVE_START_DATE Benefits Extract Plan Effective Start Date

57 BEN_EXT_DPNT_PL_EFFECTIVE_END_DATE Benefits Extract Plan Effective End Date

39 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


58 BEN_EXT_DPNT_PL_TYP_ID Benefits Extract Plan Type Id

59 BEN_EXT_DPNT_PTP_NAME Benefits Extract Plan Type Name

60 BEN_EXT_DPNT_PTP_SS_CATEGORY_CD Benefits Extract Plan Type Benefit Category


SS Code
61 BEN_EXT_DPNT_PTP_ADMIN_CATEGORY_CD Benefits Extract Plan Type Benefit Category
Administration Code
62 BEN_EXT_DPNT_PTP_CARRIER_PLAN_TYPE_NAME Benefits Extract Plan Type Carrier Plan Type
Name
63 BEN_EXT_DPNT_PTP_GLOBAL_FLAG Benefits Extract Plan Type Global Indicator

64 BEN_EXT_DPNT_PRTT_ENRT_RSLT_ID Benefits Extract Participant Enrollment Result


Id
65 BEN_EXT_DPNT_PRTT_ENRT_RSLT_STAT_CD Benefits Extract Participant Enrollment Result
Status Code
66 BEN_EXT_DPNT_PRTT_IS_CVRD_FLAG Benefits Extract Participant Covered Indicator

67 BEN_EXT_DPNT_PTIP_ID Benefits Extract Plan Type In Program Id

68 BEN_EXT_DPNT_RPLCS_SSPNDD_RSLT_ID Benefits Extract Suspended Result Id

69 BEN_EXT_DPNT_SSPNDD_FLAG Benefits Extract Suspended Indicator

70 BEN_EXT_DPNT_UOM Benefits Extract Unit of Measure

71 BEN_EXT_DPNT_DPNT_PERSON_ID Benefits Extract Dependent Person Id

72 BEN_EXT_DPNT_DPNT_CVG_STRT_DT Benefits Extract Dependent Coverage Start


Date
73 BEN_EXT_DPNT_DPNT_CVG_THRU_DT Benefits Extract Dependent Coverage
Through Date
74 BEN_EXT_DPNT_DPNT_RLNSHP_CD Benefits Extract Dependent Relationship
Code
75 BEN_EXT_DPNT_DPNT_FULL_NAME Benefits Extract Dependent Full Name

76 BEN_EXT_DPNT_DPNT_FIRST_NAME Benefits Extract Dependent First Name

77 BEN_EXT_DPNT_DPNT_LAST_NAME Benefits Extract Dependent Last Name

78 BEN_EXT_DPNT_DPNT_MIDDLE_NAMES Benefits Extract Dependent Middle Name

79 BEN_EXT_DPNT_DPNT_DISPLAY_NAME Benefits Extract Dependent Display Name

80 BEN_EXT_DPNT_DPNT_ORDER_NAME Benefits Extract Dependent Order Name

81 BEN_EXT_DPNT_DPNT_KNOWN_AS Benefits Extract Dependent Known As

82 BEN_EXT_DPNT_DPNT_MILITARY_RANK Benefits Extract Dependent Military Rank

83 BEN_EXT_DPNT_TOBACCO_TYPE_USAGE Benefits Extract Smoking Habit Tobacco Type


Usage
84 BEN_EXT_DPNT_STUDENT_STATUS Benefits Extract Smoking Habit Student
Status
85 BEN_EXT_DPNT_CVRD_IN_ANTHR_PL Benefits Extract Smoking Habit Covered In
Another Plan
86 BEN_EXT_DPNT_DISABILITY_STATUS Benefits Extract Smoking Habit Disability
Status

40 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


87 BEN_EXT_DPNT_REGISTERED_DISABLED_FLAG Benefits Extract Smoking Habit Registered
Disabled Indicator
88 BEN_EXT_DPNT_RECEIPT_OF_DEATH_CERT_DATE Benefits Extract Smoking Habit Receipt of
Death Certificate Date
89 BEN_EXT_DPNT_DPNT_TOBACCO_TYPE_USAGE Benefits Extract Dependent Smoking Habit
Tobacco Type Usage
90 BEN_EXT_DPNT_DPNT_STUDENT_STATUS Benefits Extract Dependent Smoking Habit
Student Status
91 BEN_EXT_DPNT_DPNT_CVRD_IN_ANTHR_PL Benefits Extract Dependent Smoking Habit
Covered In Another Plan
92 BEN_EXT_DPNT_DPNT_DISABILITY_STATUS Benefits Extract Dependent Smoking Habit
Disability Status
93 BEN_EXT_DPNT_DPNT_REGISTERED_DISABLED_FLAG Benefits Extract Dependent Smoking Habit
Registered Disabled Indicator
94 BEN_EXT_DPNT_DPNT_RECEIPT_OF_DEATH_CERT_DATE Benefits Extract Dependent Smoking Habit
Receipt of Death Certificate Date
95 BEN_EXT_DPNT_DPNT_EXPIRATION_DATE Benefits Extract Dependent National Identifier
Expiration Date
96 BEN_EXT_DPNT_DPNT_NATIONAL_IDENTIFIER_ID Benefits Extract Dependent National Identifier
Id
97 BEN_EXT_DPNT_DPNT_ISSUE_DATE Benefits Extract Dependent National Identifier
Issue Date
98 BEN_EXT_DPNT_DPNT_TERRITORY_NAME Benefits Extract Dependent National Identifier
Territory Name
99 BEN_EXT_DPNT_DPNT_LEGISLATION_CODE Benefits Extract Dependent National Identifier
Legislation code
100 BEN_EXT_DPNT_DPNT_NATIONAL_IDENTIFIER_NUMBER Benefits Extract Dependent National Identifier
Number
101 BEN_EXT_DPNT_DPNT_PLACE_OF_ISSUE Benefits Extract Dependent National Identifier
Issue Place
102 BEN_EXT_DPNT_DPNT_NATIONAL_IDENTIFIER_TYPE Benefits Extract Dependent National Identifier
Type
103 BEN_EXT_DPNT_DPNT_SEX Benefits Extract Dependent Sex

104 BEN_EXT_DPNT_DPNT_MARITAL_STATUS Benefits Extract Dependent Marital Status

105 BEN_EXT_DPNT_DPNT_MARITAL_STATUS_DATE Benefits Extract Dependent Marital Status


Date
106 BEN_EXT_DPNT_DPNT_HIGHEST_EDUCATION_LEVEL Benefits Extract Dependent Highest
Education Level
107 BEN_EXT_DPNT_DPNT_CORRESPONDENCE_LANGUAGE Benefits Extract Dependent Language

108 BEN_EXT_DPNT_DPNT_BLOOD_TYPE Benefits Extract Dependent Blood Type

109 BEN_EXT_DPNT_DPNT_DATE_OF_BIRTH Benefits Extract Dependent Date of Birth

110 BEN_EXT_DPNT_DPNT_DATE_OF_DEATH Benefits Extract Dependent Date of Death

111 BEN_EXT_DPNT_DPNT_COUNTRY_OF_BIRTH Benefits Extract Dependent Country of Birth

112 BEN_EXT_DPNT_DPNT_REGION_OF_BIRTH Benefits Extract Dependent Region of Birth

113 BEN_EXT_DPNT_DPNT_TOWN_OF_BIRTH Benefits Extract Dependent Town of Birth

41 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


BEN_EXT_ENRT_BNF_UE

Data Base Item Description

1 BEN_EXT_BNF_BENEFIT_RELATION_ID Benefits Extract Benefit Relation Id

2 BEN_EXT_BNF_BENEFIT_RELATION_NAME Benefits Extract Benefit Relation Name

3 BEN_EXT_BNF_LEGAL_ENTITY_ID Benefits Extract Benefit Relation Legal Entity Id

4 BEN_EXT_BNF_REL_PRMRY_ASG_ID Benefits Extract Benefit Relation Primary


Assignment Id
5 BEN_EXT_BNF_BENEFIT_REL_SYSTEM_CD Benefits Extract Benefit Relation System Code

6 BEN_EXT_BNF_PRIMARY_REL Benefits Extract Benefit Relation Primary


Relation
7 BEN_EXT_BNF_BRN_STATUS Benefits Extract Benefit Relation Status

8 BEN_EXT_BNF_ORIGINAL_SOURCE Benefits Extract Benefit Relation Original Source

9 BEN_EXT_BNF_UPDATED_SOURCE Benefits Extract Benefit Relation Updated


Source
10 BEN_EXT_BNF_ASSIGNMENT_ID Benefits Extract Assignment Id

11 BEN_EXT_BNF_BNFT_AMT Benefits Extract Benefit Amount

12 BEN_EXT_BNF_BNFT_NNMNTRY_UOM Benefits Extract Benefit Non-monetary Unit of


Measure
13 BEN_EXT_BNF_BNFT_ORDR_NUM Benefits Extract Benefit Order Number

14 BEN_EXT_BNF_BNFT_TYP_CD Benefits Extract Benefit Type Code

15 BEN_EXT_BNF_BUSINESS_GROUP_ID Benefits Extract Business Group Id

16 BEN_EXT_BNF_ENRT_CVG_STRT_DT Benefits Extract Enrollment Coverage Start Date

17 BEN_EXT_BNF_ENRT_CVG_THRU_DT Benefits Extract Enrollment Coverage Through


Date
18 BEN_EXT_BNF_ENRT_MTHD_CD Benefits Extract Enrollment Method Code

19 BEN_EXT_BNF_ENRT_OVRIDN_FLAG Benefits Extract Enrollment Override Indicator

20 BEN_EXT_BNF_ENRT_OVRID_RSN_CD Benefits Extract Enrollment Override Reason


Code
21 BEN_EXT_BNF_ENRT_OVRID_THRU_DT Benefits Extract Enrollment Override Through
Date
22 BEN_EXT_BNF_ERLST_DEENRT_DT Benefits Extract Enrollment De-enrollment Date

23 BEN_EXT_BNF_LER_ID Benefits Extract Life Event Id

24 BEN_EXT_BNF_LER_TYP_CD Benefits Extract Life Event Reason Type

25 BEN_EXT_BNF_LER_GLOBAL_FLAG Benefits Extract Life Event Global Indicator

26 BEN_EXT_BNF_LER_NAME Benefits Extract Life Event Name

27 BEN_EXT_BNF_LER_DESC_TXT Benefits Extract Life Event Description

28 BEN_EXT_BNF_LER_QUALG_EVT_FLAG Benefits Extract Life Event Qualifying Event


Indicator
29 BEN_EXT_BNF_LER_SLCTBL_SLF_SVC_CD Benefits Extract Life Event Selectable for Self

42 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Service Code

30 BEN_EXT_BNF_LER_SHORT_CODE Benefits Extract Life Event Short Code

31 BEN_EXT_BNF_LER_SHORT_NAME Benefits Extract Life Event Short Name

32 BEN_EXT_BNF_LER_INSTRUCTION_TEXT Benefits Extract Life Event Instruction Text

33 BEN_EXT_BNF_LER_SELF_ASSIGNED_EVENT_FLAG Benefits Extract Life Event Self-assigned Event


Indicator
34 BEN_EXT_BNF_NO_LNGR_ELIG_FLAG Benefits Extract No Longer Eligible Indicator

35 BEN_EXT_BNF_OIPL_ID Benefits Extract Option in Plan Id

36 BEN_EXT_BNF_OPT_NAME Benefits Extract Option Name

37 BEN_EXT_BNF_ORGNL_ENRT_DT Benefits Extract Original Enrollment Date

38 BEN_EXT_BNF_PERSON_ID Benefits Extract Person Id

39 BEN_EXT_BNF_PER_IN_LER_ID Benefits Extract Life Event for Person Id

40 BEN_EXT_BNF_PGM_ID Benefits Extract Program Id

41 BEN_EXT_BNF_PGM_NAME Benefits Extract Program Name

42 BEN_EXT_BNF_PGM_GLOBAL_FLAG Benefits Extract Program Global Indicator

43 BEN_EXT_BNF_PGM_ALWS_UNRSTRCTD_ENRT_FLAG Benefits Extract Program Always Unrestricted


Enrollment Indicator
44 BEN_EXT_BNF_PGM_SHORT_CODE Benefits Extract Program Short Code

45 BEN_EXT_BNF_PGM_SHORT_NAME Benefits Extract Program Short Name

46 BEN_EXT_BNF_PGM_STAT_CD Benefits Extract Program Status Code

47 BEN_EXT_BNF_PGM_EFFECTIVE_START_DATE Benefits Extract Program Effective Start Date

48 BEN_EXT_BNF_PGM_EFFECTIVE_END_DATE Benefits Extract Program Effective End Date

49 BEN_EXT_BNF_PL_ID Benefits Extract Plan Id

50 BEN_EXT_BNF_PL_NAME Benefits Extract Plan Name

51 BEN_EXT_BNF_PL_GLOBAL_FLAG Benefits Extract Plan Global Indicator

52 BEN_EXT_BNF_PL_SHORT_CODE Benefits Extract Plan Short Code

53 BEN_EXT_BNF_PL_SHORT_NAME Benefits Extract Plan Short Name

54 BEN_EXT_BNF_PL_STAT_CD Benefits Extract Plan Status Code

55 BEN_EXT_BNF_PL_ALWS_UNRSTRCTD_ENRT_FLAG Benefits Extract Plan Always Unrestricted


Enrollment Indicator
56 BEN_EXT_BNF_PL_EFFECTIVE_START_DATE Benefits Extract Plan Effective Start Date

57 BEN_EXT_BNF_PL_EFFECTIVE_END_DATE Benefits Extract Plan Effective End Date

58 BEN_EXT_BNF_PL_TYP_ID Benefits Extract Plan Type Id

59 BEN_EXT_BNF_PTP_NAME Benefits Extract Plan Type Name

60 BEN_EXT_BNF_PTP_SS_CATEGORY_CD Benefits Extract Plan Type Benefit Category SS


Code

43 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


61 BEN_EXT_BNF_PTP_ADMIN_CATEGORY_CD Benefits Extract Plan Type Benefit Category
Administration Code
62 BEN_EXT_BNF_PTP_CARRIER_PLAN_TYPE_NAME Benefits Extract Plan Type Carrier Plan Type
Name
63 BEN_EXT_BNF_PTP_GLOBAL_FLAG Benefits Extract Plan Type Global Indicator

64 BEN_EXT_BNF_PRTT_ENRT_RSLT_ID Benefits Extract Participant Enrollment Result Id

65 BEN_EXT_BNF_PRTT_ENRT_RSLT_STAT_CD Benefits Extract Participant Enrollment Result


Status Code
66 BEN_EXT_BNF_PRTT_IS_CVRD_FLAG Benefits Extract Participant Covered Indicator

67 BEN_EXT_BNF_PTIP_ID Benefits Extract Plan Type In Program Id

68 BEN_EXT_BNF_RPLCS_SSPNDD_RSLT_ID Benefits Extract Suspended Result Id

69 BEN_EXT_BNF_SSPNDD_FLAG Benefits Extract Suspended Indicator

70 BEN_EXT_BNF_UOM Benefits Extract Unit of Measure

71 BEN_EXT_BNF_BNF_PERSON_ID Benefits Extract Beneficiary Person Id

72 BEN_EXT_BNF_BNF_FULL_NAME Benefits Extract Beneficiary Full Name

73 BEN_EXT_BNF_BNF_FIRST_NAME Benefits Extract Beneficiary First Name

74 BEN_EXT_BNF_BNF_MIDDLE_NAMES Benefits Extract Beneficiary Middle Name

75 BEN_EXT_BNF_BNF_LAST_NAME Benefits Extract Beneficiary Last Name

76 BEN_EXT_BNF_BNF_DISPLAY_NAME Benefits Extract Beneficiary Display Name

77 BEN_EXT_BNF_BNF_ORDER_NAME Benefits Extract Beneficiary Order Name

78 BEN_EXT_BNF_BNF_KNOWN_AS Benefits Extract Beneficiary Known As

79 BEN_EXT_BNF_BNF_MILITARY_RANK Benefits Extract Beneficiary Military Rank

80 BEN_EXT_BNF_BNF_DSGN_STRT_DT Benefits Extract Beneficiary Designation Start


Date
81 BEN_EXT_BNF_BNF_DSGN_THRU_DT Benefits Extract Beneficiary Designation
Through Date
82 BEN_EXT_BNF_BNF_RLNSHP_CD Benefits Extract Beneficiary Relationship Code

83 BEN_EXT_BNF_BNF_PRMRY_CNTNGNT_CD Benefits Extract Beneficiary Primary or


Contingent Code
84 BEN_EXT_BNF_BNF_PCT_DSGD_NUM Benefits Extract Beneficiary Percent Designated

85 BEN_EXT_BNF_BNF_ORGANIZATION_ID Benefits Extract Beneficiary Organization Id

86 BEN_EXT_BNF_BNF_ORG_NAME Benefits Extract Beneficiary Organization Name

87 BEN_EXT_BNF_BNF_TRUSTEE_ORG_NAME Benefits Extract Beneficiary Trustee


Organization Name
88 BEN_EXT_BNF_BNF_TRUSTEE_ORG_REG_CD Benefits Extract Beneficiary Trustee
Organization Registered Code
89 BEN_EXT_BNF_BNF_TRUSTEE_ORG_DESCRIPTION Benefits Extract Beneficiary Trustee
Organization Description
90 BEN_EXT_BNF_BNF_TRUSTEE_ADDL_DETAILS Benefits Extract Beneficiary Trustee Additional
Details

44 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


91 BEN_EXT_BNF_BNF_TRUSTEE_EXECUTOR_NAME Benefits Extract Beneficiary Trustee Executor
Name
92 BEN_EXT_BNF_TOBACCO_TYPE_USAGE Benefits Extract Smoking Habit Tobacco Type
Usage
93 BEN_EXT_BNF_STUDENT_STATUS Benefits Extract Smoking Habit Student Status

94 BEN_EXT_BNF_CVRD_IN_ANTHR_PL Benefits Extract Smoking Habit Covered In


Another Plan
95 BEN_EXT_BNF_DISABILITY_STATUS Benefits Extract Smoking Habit Disability Status

96 BEN_EXT_BNF_REGISTERED_DISABLED_FLAG Benefits Extract Smoking Habit Registered


Disabled Indicator
97 BEN_EXT_BNF_RECEIPT_OF_DEATH_CERT_DATE Benefits Extract Smoking Habit Receipt of Death
Certificate Date
98 BEN_EXT_BNF_BNF_TOBACCO_TYPE_USAGE Benefits Extract Beneficiary Smoking Habit
Tobacco Type Usage
99 BEN_EXT_BNF_BNF_STUDENT_STATUS Benefits Extract Beneficiary Smoking Habit
Student Status
100 BEN_EXT_BNF_BNF_CVRD_IN_ANTHR_PL Benefits Extract Beneficiary Smoking Habit
Covered In Another Plan
101 BEN_EXT_BNF_BNF_DISABILITY_STATUS Benefits Extract Beneficiary Smoking Habit
Disability Status
102 BEN_EXT_BNF_BNF_REGISTERED_DISABLED_FLAG Benefits Extract Beneficiary Smoking Habit
Registered Disabled Indicator
103 BEN_EXT_BNF_BNF_RECEIPT_OF_DEATH_CERT_DATE Benefits Extract Beneficiary Smoking Habit
Receipt of Death Certificate Date
104 BEN_EXT_BNF_BNF_EXPIRATION_DATE Benefits Extract Beneficiary National Identifier
Expiration Date
105 BEN_EXT_BNF_BNF_NATIONAL_IDENTIFIER_ID Benefits Extract Beneficiary National Identifier Id

106 BEN_EXT_BNF_BNF_ISSUE_DATE Benefits Extract Beneficiary National Identifier


Issue Date
107 BEN_EXT_BNF_BNF_TERRITORY_NAME Benefits Extract Beneficiary National Identifier
Territory Name
108 BEN_EXT_BNF_BNF_LEGISLATION_CODE Benefits Extract Beneficiary National Identifier
Legislation code
109 BEN_EXT_BNF_BNF_NATIONAL_IDENTIFIER_NUMBER Benefits Extract Beneficiary National Identifier
Number
110 BEN_EXT_BNF_BNF_PLACE_OF_ISSUE Benefits Extract Beneficiary National Identifier
Issue Place
111 BEN_EXT_BNF_BNF_NATIONAL_IDENTIFIER_TYPE Benefits Extract Beneficiary National Identifier
Type
112 BEN_EXT_BNF_BNF_SEX Benefits Extract Beneficiary Sex

113 BEN_EXT_BNF_BNF_MARITAL_STATUS Benefits Extract Beneficiary Marital Status

114 BEN_EXT_BNF_BNF_MARITAL_STATUS_DATE Benefits Extract Beneficiary Marital Status Date

115 BEN_EXT_BNF_BNF_HIGHEST_EDUCATION_LEVEL Benefits Extract Beneficiary Highest Education


Level
116 BEN_EXT_BNF_BNF_CORRESPONDENCE_LANGUAGE Benefits Extract Beneficiary Language

117 BEN_EXT_BNF_BNF_BLOOD_TYPE Benefits Extract Beneficiary Blood Type

118 BEN_EXT_BNF_BNF_DATE_OF_BIRTH Benefits Extract Beneficiary Date of Birth

45 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


119 BEN_EXT_BNF_BNF_DATE_OF_DEATH Benefits Extract Beneficiary Date of Death

120 BEN_EXT_BNF_BNF_COUNTRY_OF_BIRTH Benefits Extract Beneficiary Country of Birth

121 BEN_EXT_BNF_BNF_REGION_OF_BIRTH Benefits Extract Beneficiary Region of Birth

122 BEN_EXT_BNF_BNF_TOWN_OF_BIRTH Benefits Extract Beneficiary Town of Birth

BEN_EXT_ENRT_RTCVG_UE

Data Base Item Description


1 BEN_EXT_RTCVG_BENEFIT_RELATION_ID Benefits Extract Benefit Relation Id

2 BEN_EXT_RTCVG_BENEFIT_RELATION_NAME Benefits Extract Benefit Relation Name

3 BEN_EXT_RTCVG_LEGAL_ENTITY_ID Benefits Extract Benefit Relation Legal Entity


Id
4 BEN_EXT_RTCVG_REL_PRMRY_ASG_ID Benefits Extract Benefit Relation Primary
Assignment Id
5 BEN_EXT_RTCVG_BENEFIT_REL_SYSTEM_CD Benefits Extract Benefit Relation System
Code
6 BEN_EXT_RTCVG_PRIMARY_REL Benefits Extract Benefit Relation Primary
Relation
7 BEN_EXT_RTCVG_BRN_STATUS Benefits Extract Benefit Relation Status

8 BEN_EXT_RTCVG_ORIGINAL_SOURCE Benefits Extract Benefit Relation Original


Source
9 BEN_EXT_RTCVG_UPDATED_SOURCE Benefits Extract Benefit Relation Updated
Source
10 BEN_EXT_RTCVG_ASSIGNMENT_ID Benefits Extract Assignment Id

11 BEN_EXT_RTCVG_BNFT_AMT Benefits Extract Benefit Amount

12 BEN_EXT_RTCVG_BNFT_NNMNTRY_UOM Benefits Extract Benefit Non-monetary Unit of


Measure
13 BEN_EXT_RTCVG_BNFT_ORDR_NUM Benefits Extract Benefit Order Number

14 BEN_EXT_RTCVG_BNFT_TYP_CD Benefits Extract Benefit Type Code

15 BEN_EXT_RTCVG_BUSINESS_GROUP_ID Benefits Extract Business Group Id

16 BEN_EXT_RTCVG_ENRT_CVG_STRT_DT Benefits Extract Enrollment Coverage Start


Date
17 BEN_EXT_RTCVG_ENRT_CVG_THRU_DT Benefits Extract Enrollment Coverage
Through Date
18 BEN_EXT_RTCVG_ENRT_MTHD_CD Benefits Extract Enrollment Method Code

19 BEN_EXT_RTCVG_ENRT_OVRIDN_FLAG Benefits Extract Enrollment Override Indicator

20 BEN_EXT_RTCVG_ENRT_OVRID_RSN_CD Benefits Extract Enrollment Override Reason


Code
21 BEN_EXT_RTCVG_ENRT_OVRID_THRU_DT Benefits Extract Enrollment Override Through
Date
22 BEN_EXT_RTCVG_ERLST_DEENRT_DT Benefits Extract Enrollment De-enrollment
Date
23 BEN_EXT_RTCVG_LER_ID Benefits Extract Life Event Id

46 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


24 BEN_EXT_RTCVG_LER_TYP_CD Benefits Extract Life Event Reason Type

25 BEN_EXT_RTCVG_LER_GLOBAL_FLAG Benefits Extract Life Event Global Indicator

26 BEN_EXT_RTCVG_LER_NAME Benefits Extract Life Event Name

27 BEN_EXT_RTCVG_LER_DESC_TXT Benefits Extract Life Event Description

28 BEN_EXT_RTCVG_LER_QUALG_EVT_FLAG Benefits Extract Life Event Qualifying Event


Indicator
29 BEN_EXT_RTCVG_LER_SLCTBL_SLF_SVC_CD Benefits Extract Life Event Selectable for Self
Service Code
30 BEN_EXT_RTCVG_LER_SHORT_CODE Benefits Extract Life Event Short Code

31 BEN_EXT_RTCVG_LER_SHORT_NAME Benefits Extract Life Event Short Name

32 BEN_EXT_RTCVG_LER_INSTRUCTION_TEXT Benefits Extract Life Event Instruction Text

33 BEN_EXT_RTCVG_LER_SELF_ASSIGNED_EVENT_FLAG Benefits Extract Life Event Self-assigned


Event Indicator
34 BEN_EXT_RTCVG_NO_LNGR_ELIG_FLAG Benefits Extract No Longer Eligible Indicator

35 BEN_EXT_RTCVG_OIPL_ID Benefits Extract Option in Plan Id

36 BEN_EXT_RTCVG_OPT_NAME Benefits Extract Option Name

37 BEN_EXT_RTCVG_ORGNL_ENRT_DT Benefits Extract Original Enrollment Date

38 BEN_EXT_RTCVG_PERSON_ID Benefits Extract Person Id

39 BEN_EXT_RTCVG_PER_IN_LER_ID Benefits Extract Life Event for Person Id

40 BEN_EXT_RTCVG_PGM_ID Benefits Extract Program Id

41 BEN_EXT_RTCVG_PGM_NAME Benefits Extract Program Name

42 BEN_EXT_RTCVG_PGM_GLOBAL_FLAG Benefits Extract Program Global Indicator

43 BEN_EXT_RTCVG_PGM_ALWS_UNRSTRCTD_ENRT_FLAG Benefits Extract Program Always Unrestricted


Enrollment Indicator
44 BEN_EXT_RTCVG_PGM_SHORT_CODE Benefits Extract Program Short Code

45 BEN_EXT_RTCVG_PGM_SHORT_NAME Benefits Extract Program Short Name

46 BEN_EXT_RTCVG_PGM_STAT_CD Benefits Extract Program Status Code

47 BEN_EXT_RTCVG_PGM_EFFECTIVE_START_DATE Benefits Extract Program Effective Start Date

48 BEN_EXT_RTCVG_PGM_EFFECTIVE_END_DATE Benefits Extract Program Effective End Date

49 BEN_EXT_RTCVG_PL_ID Benefits Extract Plan Id

50 BEN_EXT_RTCVG_PL_NAME Benefits Extract Plan Name

51 BEN_EXT_RTCVG_PL_GLOBAL_FLAG Benefits Extract Plan Global Indicator

52 BEN_EXT_RTCVG_PL_SHORT_CODE Benefits Extract Plan Short Code

53 BEN_EXT_RTCVG_PL_SHORT_NAME Benefits Extract Plan Short Name

54 BEN_EXT_RTCVG_PL_STAT_CD Benefits Extract Plan Status Code

55 BEN_EXT_RTCVG_PL_ALWS_UNRSTRCTD_ENRT_FLAG Benefits Extract Plan Always Unrestricted


Enrollment Indicator

47 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


56 BEN_EXT_RTCVG_PL_EFFECTIVE_START_DATE Benefits Extract Plan Effective Start Date

57 BEN_EXT_RTCVG_PL_EFFECTIVE_END_DATE Benefits Extract Plan Effective End Date

58 BEN_EXT_RTCVG_PL_TYP_ID Benefits Extract Plan Type Id

59 BEN_EXT_RTCVG_PTP_NAME Benefits Extract Plan Type Name

60 BEN_EXT_RTCVG_PTP_SS_CATEGORY_CD Benefits Extract Plan Type Benefit Category


SS Code
61 BEN_EXT_RTCVG_PTP_ADMIN_CATEGORY_CD Benefits Extract Plan Type Benefit Category
Administration Code
62 BEN_EXT_RTCVG_PTP_CARRIER_PLAN_TYPE_NAME Benefits Extract Plan Type Carrier Plan Type
Name
63 BEN_EXT_RTCVG_PTP_GLOBAL_FLAG Benefits Extract Plan Type Global Indicator

64 BEN_EXT_RTCVG_PRTT_ENRT_RSLT_ID Benefits Extract Participant Enrollment Result


Id
65 BEN_EXT_RTCVG_PRTT_ENRT_RSLT_STAT_CD Benefits Extract Participant Enrollment Result
Status Code
66 BEN_EXT_RTCVG_PRTT_IS_CVRD_FLAG Benefits Extract Participant Covered Indicator

67 BEN_EXT_RTCVG_PTIP_ID Benefits Extract Plan Type In Program Id

68 BEN_EXT_RTCVG_RPLCS_SSPNDD_RSLT_ID Benefits Extract Suspended Result Id

69 BEN_EXT_RTCVG_SSPNDD_FLAG Benefits Extract Suspended Indicator

70 BEN_EXT_RTCVG_UOM Benefits Extract Unit of Measure

71 BEN_EXT_RTCVG_ACTY_BASE_RT_ID Benefits Extract Activity Base Rate Id

72 BEN_EXT_RTCVG_RATE_DISPLAY_CD Benefits Extract Rate Display Code

73 BEN_EXT_RTCVG_RT_STRT_DT Benefits Extract Rate Start Date

74 BEN_EXT_RTCVG_RT_END_DT Benefits Extract Rate End Date

75 BEN_EXT_RTCVG_TX_TYP_CD Benefits Extract Tax Type Code

76 BEN_EXT_RTCVG_ACTY_TYP_CD Benefits Extract Activity Type Code

77 BEN_EXT_RTCVG_MLT_CD Benefits Extract Multiply Code

78 BEN_EXT_RTCVG_RT_VAL Benefits Extract Rate Value

79 BEN_EXT_RTCVG_ANN_RT_VAL Benefits Extract Annual Rate Value

80 BEN_EXT_RTCVG_CMCD_RT_VAL Benefits Extract Communicated Rate Value

81 BEN_EXT_RTCVG_ELEMENT_ENTRY_VALUE_ID Benefits Extract Element Entry Value Id

82 BEN_EXT_RTCVG_TOBACCO_TYPE_USAGE Benefits Extract Smoking Habit Tobacco


Type Usage
83 BEN_EXT_RTCVG_STUDENT_STATUS Benefits Extract Smoking Habit Student
Status
84 BEN_EXT_RTCVG_CVRD_IN_ANTHR_PL Benefits Extract Smoking Habit Covered In
Another Plan
85 BEN_EXT_RTCVG_DISABILITY_STATUS Benefits Extract Smoking Habit Disability
Status
86 BEN_EXT_RTCVG_REGISTERED_DISABLED_FLAG Benefits Extract Smoking Habit Registered

48 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Disabled Indicator

87 BEN_EXT_RTCVG_RECEIPT_OF_DEATH_CERT_DATE Benefits Extract Smoking Habit Receipt of


Death Certificate Date

49 | FUSION HCM BENEFITS CLOUD: EXTRACTS USER GUIDE


Oracle Corporation, World Headquarters Worldwide Inquiries
500 Oracle Parkway Phone: +1.650.506.7000
Redwood Shores, CA 94065, USA Fax: +1.650.506.7200

C ON N E C T W I TH U S

blogs.oracle.com/oracle Copyright © 2015, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only, and the
contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other
warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or
facebook.com/oracle fitness for a particular purpose. We specifically disclaim any liability with respect to this document, and no contractual obligations are
formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any
twitter.com/oracle means, electronic or mechanical, for any purpose, without our prior written permission.

Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
oracle.com
Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and
are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are
trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group.0115

Fusion HCM Benefits Cloud: Extracts User Guide


June 2015
Author: Nagaraj Mohan Hunur, Yao Hu

Potrebbero piacerti anche