Search Results p2p cycle
The OE.SO_HEADERS_ALL
table is a fundamental entity within Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2, serving as the primary repository for sales order header information. This table stores metadata and transactional data for all sales orders across operating units in a multi-org environment. As part of the Order Management (OM) module, it integrates with other key modules like Inventory, Receivables, and Shipping Execution.
Table Structure and Key Columns
The table contains over 150 columns, with critical fields including:- HEADER_ID: Primary key, uniquely identifying each sales order
- ORDER_NUMBER: User-facing order identifier
- ORDER_TYPE_ID: Links to
OE_TRANSACTION_TYPES
- ORDERED_DATE: Timestamp of order creation
- SHIP_FROM_ORG_ID: Inventory organization reference
- ORG_ID: Operating unit identifier for multi-org
- SOLD_TO_ORG_ID: Customer account reference
- PRICE_LIST_ID: Pricing reference
- FLOW_STATUS_CODE: Tracks order lifecycle (ENTERED, BOOKED, CLOSED)
Functional Significance
The table acts as the anchor point for all sales order processing:- Order Creation: Stores header-level attributes during order entry
- Pricing: Maintains price list references and currency information
- Fulfillment: Contains shipping and invoicing parameters
- Reporting: Serves as the primary source for order analytics
Integration Points
OE.SO_HEADERS_ALL
maintains relationships with:
OE_SO_LINES_ALL
(1:M via HEADER_ID)HZ_CUST_ACCOUNTS
(customer data)RA_CUSTOMER_TRX
(AR invoices)WSH_DELIVERIES
(shipping execution)
Technical Considerations
Key implementation aspects include:- Multi-Org: The _ALL suffix indicates multi-org support with ORG_ID partitioning
- Indexing: Heavily indexed on HEADER_ID, ORDER_NUMBER, and flow status fields
- API Access: Oracle recommends using OM APIs rather than direct DML
- Data Volume: Typically one of the largest transactional tables in EBS
Version-Specific Notes
Between 12.1.1 and 12.2.2:- Column additions for enhanced tax calculations
- New attributes for Oracle Trading Community Architecture integration
- Extended flexfields in 12.2.2 for industry-specific customization
Customization Guidance
Standard extension methods include:- Descriptive flexfields for custom attributes
- API-based extensions using OE_ORDER_PUB
- Views for reporting rather than table modification
OE.SO_HEADERS_ALL
is essential for implementations, customizations, and performance tuning in Order Management deployments.
-
Lookup Type: BILLING CYCLE TYPE
12.1.1
product: PA - Projects , meaning: Billing Cycle Type , description: Billing Cycle Type ,
-
Lookup Type: BILLING CYCLE TYPE
12.2.2
product: PA - Projects , meaning: Billing Cycle Type , description: Billing Cycle Type ,
-
Lookup Type: EXPENDITURE CYCLE START DAY
12.1.1
product: PA - Projects , meaning: Expenditure Cycle Start Day , description: Expenditure Cycle Start Day ,
-
Lookup Type: EXPENDITURE CYCLE START DAY
12.2.2
product: PA - Projects , meaning: Expenditure Cycle Start Day , description: Expenditure Cycle Start Day ,
-
Lookup Type: ZX_LINE_CLASS
12.2.2
product: ZX - E-Business Tax , meaning: Line Class ,
-
Lookup Type: ZX_LINE_CLASS
12.1.1
product: ZX - E-Business Tax , meaning: Line Class ,
-
APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on WF_ENGINE
12.2.2
-
APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on WF_ENGINE
12.1.1
-
APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on AP_DEBUG_PKG
12.1.1
-
APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on AP_DEBUG_PKG
12.2.2
-
APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.AHL_VWP_PROJ_PROD_PVT dependencies on FND_REQUEST
12.2.2
-
APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on AP_P2P_INBOUND_NOTIFICATION_S
12.1.1
-
APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on AP_P2P_INBOUND_NOTIFICATION_S
12.2.2
-
APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on FND_MESSAGE
12.2.2
-
APPS.ZX_TDS_RATE_DETM_PKG dependencies on ZX_GLOBAL_STRUCTURES_PKG
12.1.1
-
APPS.ZX_TDS_RATE_DETM_PKG dependencies on ZX_GLOBAL_STRUCTURES_PKG
12.2.2
-
APPS.ZX_TAXWARE_TAX_SERVICE_PKG dependencies on FND_MESSAGE
12.2.2
-
APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on DUAL
12.1.1
-
APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on DUAL
12.2.2
-
APPS.AHL_VWP_PROJ_PROD_PVT dependencies on FND_CONCURRENT_REQUESTS
12.2.2
-
APPS.AHL_VWP_VISITS_PVT dependencies on FND_CONCURRENT_REQUESTS
12.2.2
-
APPS.ZX_API_PUB dependencies on ZX_LINES_SUMMARY
12.2.2
-
APPS.AHL_VWP_PROJ_PROD_PVT dependencies on AHL_LTP_REQST_MATRL_PUB
12.2.2
-
APPS.ZX_TEST_API dependencies on HR_LOCATIONS
12.1.1
-
APPS.ZX_TEST_API dependencies on HR_LOCATIONS
12.2.2
-
APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on MO_UTILS
12.1.1
-
Lookup Type: ZX_PRODUCT_FAMILY_GROUP
12.1.1
product: ZX - E-Business Tax , meaning: ZX_PRODUCT_FAMILY_GROUP ,
-
Lookup Type: ZX_PRODUCT_FAMILY_GROUP
12.2.2
product: ZX - E-Business Tax , meaning: ZX_PRODUCT_FAMILY_GROUP ,
-
Lookup Type: FTE_SERVICES
12.1.1
product: FTE - Transportation Execution , meaning: Transportation Services , description: Transportation Services ,
-
Lookup Type: FTE_SERVICES
12.2.2
product: FTE - Transportation Execution , meaning: Transportation Services , description: Transportation Services ,
-
APPS.ZX_TEST_API dependencies on ZX_EVNT_CLS_MAPPINGS
12.2.2
-
APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_TXD_AR_LN_DTLS_B
12.1.1
-
APPS.AHL_VWP_VISITS_PVT dependencies on AHL_LTP_SPACE_ASSIGN_PUB
12.2.2
-
APPS.ZX_TEST_API dependencies on ZX_EVNT_CLS_MAPPINGS
12.1.1
-
APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_TXD_AR_LN_DTLS_B
12.2.2
-
APPS.ZX_MIGRATE_AR_TAX_DEF dependencies on ZX_REGIMES_B_S
12.1.1
-
TABLE: OE.SO_HEADERS_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_ALL, object_name:SO_HEADERS_ALL, status:VALID,
-
Lookup Type: IES_SVY_CYCLE_STATUS
12.1.1
product: IES - Scripting , meaning: Survey Cycle Status , description: Status of survey cycle ,
-
APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_TAX_PARTNER_PKG
12.1.1
-
Lookup Type: IES_SVY_CYCLE_STATUS
12.2.2
product: IES - Scripting , meaning: Survey Cycle Status , description: Status of survey cycle ,
-
PACKAGE BODY: APPS.AP_XML_INVOICE_INBOUND_PKG
12.1.1
-
PACKAGE BODY: APPS.AP_XML_INVOICE_INBOUND_PKG
12.2.2
-
TABLE: OE.SO_HEADERS_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_ALL, object_name:SO_HEADERS_ALL, status:VALID,
-
VIEW: APPS.BOM_LINES_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_LINES_VIEW, object_name:BOM_LINES_VIEW, status:VALID,
-
Concurrent Program: MTL_CCEOI_EXPORT
12.1.1
execution_filename: MTL_CCEOI_CONC_PVT.EXPORT_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_EXPORT , description: Exports Cycle Count Entries into the cycle count entries open interface in batch mode , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: MTL_CCEOI_EXPORT
12.2.2
execution_filename: MTL_CCEOI_CONC_PVT.EXPORT_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_EXPORT , description: Exports Cycle Count Entries into the cycle count entries open interface in batch mode , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
VIEW: APPS.OPI_INV_CC_CLS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OPI_INV_CC_CLS_V, status:VALID,
-
VIEW: APPS.PSA_AP_XLA_UPG_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PSA_AP_XLA_UPG_V, status:VALID,
-
VIEW: APPS.PSA_AP_XLA_UPG_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PSA_AP_XLA_UPG_V, status:VALID,