Search Results hr_dm_exp_imps
Overview
The HR_DM_EXP_IMPS table is a Human Resources (PER) module object owned by the HR schema in Oracle E-Business Suite 12.1.1 and 12.2.2. According to the ETRM documentation, it holds data drawn from various source database tables that are moved to a destination database using the transportable tablespace mechanism, then uploaded in the destination database. In practice, this table functions as a staging and transport container for data migration routines, particularly within the context of HR data movement between environments or during implementation and upgrade activities.
The object carries a status of VALID and is documented with 108 columns in the 12.2.2 physical schema. Under a heuristic Data Vault classification mined from its foreign key structure, the table is treated as standalone, with no parent or child relationships to other HR business entities within the modeled vault. This classification should be regarded as a modeling suggestion rather than a definitive architectural designation, since the table is essentially generic and column-agnostic.
Key Information Stored
The table follows a highly generic, load-oriented structure. The most significant columns are:
- EXP_IMP_ID — the surrogate primary key, enforced by the unique index HR_DM_EXP_IMPS_PK. It uniquely identifies each row in the export/import set and is the single documented business-key candidate.
- TABLE_NAME — identifies which source table the row originated from, allowing a single physical table to hold records for multiple source objects.
- PVAL001 through PVAL100 — a generic set of 100 positional value columns that receive source column values in a fixed order. These columns abstract the varying shapes of source tables into a uniform storage layout.
- SECURITY_GROUP_ID — a foreign key referencing FND_SECURITY_GROUPS, providing row-level security and multi-org/operating unit partitioning consistent with EBS conventions.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE — standard EBS who-columns that record the audit trail of row creation and last modification.
The surrogate key EXP_IMP_ID should not be confused with any business identifier from the source system; the actual business keys are carried positionally within the PVAL columns and must be interpreted using TABLE_NAME and the source table definition.
Common Use Cases and Queries
This table is primarily encountered during data migration and transportable tablespace operations. Typical scenarios include verifying that a migration completed successfully, auditing which source tables were included in a run, and reconciling transferred row counts before and after upload. A basic inventory query might group rows by source table:
SELECT TABLE_NAME, COUNT(*) FROM HR.HR_DM_EXP_IMPS GROUP BY TABLE_NAME;SELECT EXP_IMP_ID, TABLE_NAME, PVAL001, PVAL002 FROM HR.HR_DM_EXP_IMPS WHERE TABLE_NAME = :source_table;SELECT * FROM HR.HR_DM_EXP_IMPS WHERE SECURITY_GROUP_ID = :sg_id;
Because the value columns are generic, reporting must map positional columns back to source column names using the originating table’s definition. The who-columns support auditing of when a migration batch was staged.
Related Objects
Relationship data shows a single documented foreign key. The most significant related objects are:
- FND_SECURITY_GROUPS — referenced via SECURITY_GROUP_ID, establishing security-group ownership.
- HR_DM_EXP_IMPS_PK — the primary key unique index on EXP_IMP_ID.
- Source HR tables named in TABLE_NAME — the origin objects whose rows are staged here.
- PER module transport/upload routines — the processes that populate and consume this staging table.
Given its standalone classification, downstream dependencies are limited, and the table functions chiefly as a migration conduit rather than a transactional HR entity.
-
Table: HR_DM_EXP_IMPS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_DM_EXP_IMPS, object_name:HR_DM_EXP_IMPS, status:VALID, product: PER - Human Resources , description: This table holds the data from various tables in the source database that will be moved to the destination database using the transportable tablespace for upload in the destination database , implementation_dba_data: HR.HR_DM_EXP_IMPS ,
-
Table: HR_DM_EXP_IMPS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_DM_EXP_IMPS, object_name:HR_DM_EXP_IMPS, status:VALID, product: PER - Human Resources , description: This table holds the data from various tables in the source database that will be moved to the destination database using the transportable tablespace for upload in the destination database , implementation_dba_data: HR.HR_DM_EXP_IMPS ,
-
View: HR_DM_AOL_DOWN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_AOL_DOWN_V, object_name:HR_DM_AOL_DOWN_V, status:VALID, product: PER - Human Resources , description: This view holds the AOL loader plus parameters used during the AOL download phase. , implementation_dba_data: APPS.HR_DM_AOL_DOWN_V ,
-
View: HR_DM_AOL_DOWN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_AOL_DOWN_V, object_name:HR_DM_AOL_DOWN_V, status:VALID, product: PER - Human Resources , description: This view holds the AOL loader plus parameters used during the AOL download phase. , implementation_dba_data: APPS.HR_DM_AOL_DOWN_V ,
-
View: HR_DM_EXP_ALL_ORG_UNITS_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_ALL_ORG_UNITS_TL_V, object_name:HR_DM_EXP_ALL_ORG_UNITS_TL_V, status:VALID, product: PER - Human Resources , description: View to export Org information , implementation_dba_data: APPS.HR_DM_EXP_ALL_ORG_UNITS_TL_V ,
-
View: HR_DM_EXP_HR_ORG_INF_FLX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_ORG_INF_FLX_V, object_name:HR_DM_EXP_HR_ORG_INF_FLX_V, status:VALID, product: PER - Human Resources , description: View to export hr_org_inf_flx , implementation_dba_data: APPS.HR_DM_EXP_HR_ORG_INF_FLX_V ,
-
View: HR_DM_EXP_HR_LOC_ALL_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_LOC_ALL_TL_V, object_name:HR_DM_EXP_HR_LOC_ALL_TL_V, status:VALID, product: PER - Human Resources , description: View to export hr_locations_all_tl , implementation_dba_data: APPS.HR_DM_EXP_HR_LOC_ALL_TL_V ,
-
View: HR_DM_EXP_BEN_BATCH_PARAS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_BEN_BATCH_PARAS_V, object_name:HR_DM_EXP_BEN_BATCH_PARAS_V, status:VALID, product: PER - Human Resources , description: View to export ben_batch_parameters , implementation_dba_data: APPS.HR_DM_EXP_BEN_BATCH_PARAS_V ,
-
View: HR_DM_EXP_HR_ORG_INF_FLX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_ORG_INF_FLX_V, object_name:HR_DM_EXP_HR_ORG_INF_FLX_V, status:VALID, product: PER - Human Resources , description: View to export hr_org_inf_flx , implementation_dba_data: APPS.HR_DM_EXP_HR_ORG_INF_FLX_V ,
-
View: HR_DM_EXP_BEN_BATCH_PARAS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_BEN_BATCH_PARAS_V, object_name:HR_DM_EXP_BEN_BATCH_PARAS_V, status:VALID, product: PER - Human Resources , description: View to export ben_batch_parameters , implementation_dba_data: APPS.HR_DM_EXP_BEN_BATCH_PARAS_V ,
-
View: HR_DM_EXP_HR_LOC_ALL_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_LOC_ALL_TL_V, object_name:HR_DM_EXP_HR_LOC_ALL_TL_V, status:VALID, product: PER - Human Resources , description: View to export hr_locations_all_tl , implementation_dba_data: APPS.HR_DM_EXP_HR_LOC_ALL_TL_V ,
-
View: HR_DM_EXP_API_MODULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_API_MODULES_V, object_name:HR_DM_EXP_API_MODULES_V, status:VALID, product: PER - Human Resources , description: View to export hr_api_modules information , implementation_dba_data: APPS.HR_DM_EXP_API_MODULES_V ,
-
View: HR_DM_EXP_ALL_ORG_UNITS_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_ALL_ORG_UNITS_TL_V, object_name:HR_DM_EXP_ALL_ORG_UNITS_TL_V, status:VALID, product: PER - Human Resources , description: View to export Org information , implementation_dba_data: APPS.HR_DM_EXP_ALL_ORG_UNITS_TL_V ,
-
View: HR_DM_EXP_API_MODULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_API_MODULES_V, object_name:HR_DM_EXP_API_MODULES_V, status:VALID, product: PER - Human Resources , description: View to export hr_api_modules information , implementation_dba_data: APPS.HR_DM_EXP_API_MODULES_V ,
-
View: HR_DM_EXP_MIGRATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_MIGRATIONS_V, object_name:HR_DM_EXP_MIGRATIONS_V, status:VALID, product: PER - Human Resources , description: View to export hr_dm_migrations , implementation_dba_data: APPS.HR_DM_EXP_MIGRATIONS_V ,
-
View: HR_DM_EXP_MIGRATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_MIGRATIONS_V, object_name:HR_DM_EXP_MIGRATIONS_V, status:VALID, product: PER - Human Resources , description: View to export hr_dm_migrations , implementation_dba_data: APPS.HR_DM_EXP_MIGRATIONS_V ,
-
View: HR_DM_AOL_FILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_AOL_FILES_V, object_name:HR_DM_AOL_FILES_V, status:VALID, product: PER - Human Resources , description: This view holds the information about each AOL loader / configuration file / parameter set that has been used in the AOL download phase along with the filename that has been used for the output file , implementation_dba_data: APPS.HR_DM_AOL_FILES_V ,
-
View: HR_DM_AOL_FILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_AOL_FILES_V, object_name:HR_DM_AOL_FILES_V, status:VALID, product: PER - Human Resources , description: This view holds the information about each AOL loader / configuration file / parameter set that has been used in the AOL download phase along with the filename that has been used for the output file , implementation_dba_data: APPS.HR_DM_AOL_FILES_V ,
-
View: HR_DM_EXP_ALL_ORG_UNITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_ALL_ORG_UNITS_V, object_name:HR_DM_EXP_ALL_ORG_UNITS_V, status:VALID, product: PER - Human Resources , description: View to export Org information , implementation_dba_data: APPS.HR_DM_EXP_ALL_ORG_UNITS_V ,
-
View: HR_DM_EXP_ALL_ORG_UNITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_ALL_ORG_UNITS_V, object_name:HR_DM_EXP_ALL_ORG_UNITS_V, status:VALID, product: PER - Human Resources , description: View to export Org information , implementation_dba_data: APPS.HR_DM_EXP_ALL_ORG_UNITS_V ,
-
View: HR_DM_EXP_ORG_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_ORG_INFO_V, object_name:HR_DM_EXP_ORG_INFO_V, status:VALID, product: PER - Human Resources , description: View to export hr_organization_information , implementation_dba_data: APPS.HR_DM_EXP_ORG_INFO_V ,
-
View: HR_DM_EXP_ORG_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_ORG_INFO_V, object_name:HR_DM_EXP_ORG_INFO_V, status:VALID, product: PER - Human Resources , description: View to export hr_organization_information , implementation_dba_data: APPS.HR_DM_EXP_ORG_INFO_V ,
-
View: HR_DM_EXP_HR_LOC_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_LOC_ALL_V, object_name:HR_DM_EXP_HR_LOC_ALL_V, status:VALID, product: PER - Human Resources , description: View to export hr_locations_all , implementation_dba_data: APPS.HR_DM_EXP_HR_LOC_ALL_V ,
-
View: HR_DM_EXP_HR_LOC_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_LOC_ALL_V, object_name:HR_DM_EXP_HR_LOC_ALL_V, status:VALID, product: PER - Human Resources , description: View to export hr_locations_all , implementation_dba_data: APPS.HR_DM_EXP_HR_LOC_ALL_V ,