How to Import Organization Data in Oracle Fusion Using Import Management
Oracle Fusion applications provide Import Management to create or update business objects like Organization (Party).
This method is widely used in CX Sales, Fusion Service, and Trading Community Architecture (TCA).
In this blog, you will learn:
✅ How Organization import works
✅Load Third Parties in Oracle Fusion.
✅ Required attributes and validations
✅ How to prepare the CSV template
✅ How to create and submit import activity
✅ How to review import results
✅ Best practices to avoid duplicate data
🔥 What is Organization Import in Oracle Fusion?
Organization records represent party type = Organization in TCA.
Using Import Management you can:
-
Create new organizations
-
Update existing organizations
-
Load data from external systems using SourceSystem mapping
✅ High-Level Steps (Process Flow)
-
Map source attributes → Oracle target attributes
-
Create CSV file using template
-
Create Import Activity
-
Validate and submit
-
Review import results
Step 1: Before You Start (Prerequisites)
Before importing Organization records, verify:
✅ 1. Parent records exist
If you’re importing child objects (like addresses), ensure parent Organization exists first.
✅ 2. Source System is configured
Navigate to:
Setup and Maintenance → Manage Trading Community Source System
You must know:
-
SourceSystem
-
SourceSystemReferenceValue
✅ 3. Identify unique record key
To avoid duplicates, decide how you will identify records.
Step 2: Choose Unique Identifier (Most Important)
All Organization records must be unique in Oracle Fusion.
You can identify organizations using either:
Option A: PartyNumber (Public Unique Identifier)
Use this when:
-
Organization already exists
-
You want to update the record
PartyNumber is visible in UI.
Option B: SourceSystem + SourceSystemReferenceValue
Use this when:
-
You are creating new organizations
-
You are loading from external system
-
You want consistent integration keys
Step 3: Required Attributes for Organization Import
To successfully create an organization record, your CSV must include at least:
✅ Mandatory for Creating Organization
-
OrganizationName
-
PartyUsageCode
-
SourceSystem (conditional)
-
SourceSystemReferenceValue (conditional)
⭐ Key Required Fields Explained
1) OrganizationName (Required)
The name of the Organization party.
Example:
2) PartyUsageCode (Required)
This defines how the party is used.
Examples (depends on your setup):
-
CUSTOMER
-
PROSPECT
-
SUPPLIER (if enabled)
-
PARTNER
📌 Must exist as active value in:
HZ_PARTY_USAGES_B
3) SourceSystem & SourceSystemReferenceValue (Conditional)
Required if you are not using PartyNumber.
Step 4: Download Organization CSV Template
To download the template:
Navigate to:
Navigator → Tools → Import Management → Import Objects
Steps:
-
Search for Organization
-
Click Download
-
Edit the file in Excel or Notepad++
⚠️ Important Excel Tip
Sometimes Excel changes formatting (especially for large numbers).
Best practice:
✅ Use Notepad++ or Google Sheets for final save.
Step 5: Sample Organization CSV (Create)
Example format (basic):
Step 6: Create Import Activity
Navigate:
Navigator → Tools → Import Management → Import Queue
Steps:
-
Click Create Import Activity
-
Enter Import Options:
-
Name:
Organization_Import_01 -
Object: Organization
-
-
Upload CSV file
-
Click Next
Step 7: Map Fields and Validate
In the Map Fields screen:
-
Oracle auto-maps most fields
-
Review mappings carefully
-
Fix unmapped columns
Then click:
✅ Validate Data
This checks:
-
missing required fields
-
wrong formats
-
invalid values
Step 8: Submit Import Activity
On Review & Submit page:
Click:
✅ Submit
Step 9: Review Import Results
Go to:
Navigator → Tools → Import Management → Import Queue → All Imports
Search your import name.
Status meanings:
-
Completed = Success
-
Completed with errors = Partial success
-
Unsuccessful = Failed
Click the import to open:
Import Status page
⭐ Best Practices (Must Follow)
✅ Avoid Duplicate Organizations
Use one unique identifier consistently:
-
PartyNumber OR
-
SourceSystem + SourceSystemReferenceValue
Do not mix randomly.
✅ Load in Correct Order
-
Organization
-
Organization Address
-
Organization Contacts
-
Child objects
✅ Use consistent PartyUsageCode
If PartyUsageCode is wrong/inactive → import fails.
🔥 Common Errors & Fixes
❌ Error: PartyUsageCode invalid
✅ Fix:
-
Validate the code exists in HZ_PARTY_USAGES_B
-
Ensure it is active
❌ Error: Duplicate record found
✅ Fix:
-
Use correct PartyNumber
-
Or use correct SourceSystemReferenceValue
❌ Error: Source system not found
✅ Fix:
-
Configure source system in Setup and Maintenance
🔗 Internal Links
-
Oracle HCM HDL Templates (Worker, Assignment, Supervisor)
⭐ FAQs
Q1. What is Import Management in Oracle Fusion?
Import Management is a tool to create or update Oracle Fusion business objects using CSV files.
Q2. Which object is used to import Organization data?
You must select Organization object in Import Management.
Q3. What is the unique identifier for Organization import?
You can use:
-
PartyNumber
OR -
SourceSystem + SourceSystemReferenceValue
Q4. Is OrganizationName mandatory for import?
Yes, OrganizationName is mandatory when creating a new organization.
Q5. Where can I check import status in Oracle Fusion?
Go to:
Navigator → Tools → Import Management → Import Queue → All Imports

