Search Results quote
Deep Dive into AS_QUOTE_STATUS_LOG Table in Oracle EBS 12.1.1/12.2.2
The AS_QUOTE_STATUS_LOG table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for tracking historical changes to the status of quotes within the Oracle Advanced Pricing (AS) module. This table serves as an audit trail, capturing timestamped records of quote status transitions, enabling compliance, troubleshooting, and analytical reporting.
Table Structure and Key Columns
The table's schema typically includes:
- QUOTE_STATUS_LOG_ID: Primary key (sequence-generated)
- QUOTE_HEADER_ID: Foreign key linking to AS_QUOTE_HEADERS
- OLD_STATUS_CODE: Previous quote status (e.g., DRAFT, APPROVED)
- NEW_STATUS_CODE: Updated status after transition
- CREATION_DATE: Timestamp of status change
- CREATED_BY: User/FND_USER_ID initiating the change
- CHANGE_REASON: Optional text field documenting rationale
Functional Integration
The table integrates with core pricing workflows:
- Quote Lifecycle Management: Logs transitions from creation (DRAFT) through approval (APPROVED) to archival (CLOSED).
- Approval Workflows: Tracks routing through multi-level approval hierarchies.
- Audit Compliance: Meets SOX requirements by preserving immutable change records.
Technical Implementation
Data population occurs via:
- PL/SQL Triggers: On AS_QUOTE_HEADERS.STATUS_CODE updates
- OA Framework: Changes made through pricing UI screens
- API Calls: AS_QUOTES_PUB.Update_Quote_Status
Performance Considerations
For high-volume environments:
- Partitioning strategies by CREATION_DATE may be implemented
- Indexes on QUOTE_HEADER_ID and CREATION_DATE optimize joins
- Purging policies should align with data retention requirements
Reporting and Analytics
Key use cases include:
- Quote aging analysis (time-in-status metrics)
- Approval cycle time optimization
- User activity audits (CREATED_BY patterns)
Customization Points
Common extensions involve:
- Adding custom status codes via AS_LOOKUPS
- Enhancing CHANGE_REASON with value sets
- Developing workflow notifications based on status patterns
Version-Specific Notes
Differences between 12.1.1 and 12.2.2:
- 12.2.2 introduces enhanced indexes for cloud-scale performance
- REST API access to log data added in 12.2.2
- Both versions maintain backward-compatible schema
This table exemplifies Oracle's approach to configurable audit trails in EBS, balancing transactional efficiency with comprehensive historical tracking for complex pricing operations.
-
Lookup Type: QUOTE_STATUS
12.1.1
product: AS - Sales Foundation , meaning: QUOTE_STATUS , description: Quote statuses ,
-
Lookup Type: QUOTE_STATUS
12.2.2
product: AS - Sales Foundation , meaning: QUOTE_STATUS , description: Quote statuses ,
-
Lookup Type: LEAD_SOURCE
12.1.1
product: AS - Sales Foundation , meaning: LEAD_SOURCE , description: Originating source of lead/opportunity ,
-
Lookup Type: LEAD_SOURCE
12.2.2
product: AS - Sales Foundation , meaning: LEAD_SOURCE , description: Originating source of lead/opportunity ,
-
Lookup Type: WORKSHEET_REGION
12.1.1
product: AS - Sales Foundation , meaning: WORKSHEET_REGION , description: List of the different tabbed regions available to the user ,
-
Lookup Type: WORKSHEET_REGION
12.2.2
product: AS - Sales Foundation , meaning: WORKSHEET_REGION , description: List of the different tabbed regions available to the user ,
-
Table: AS_QUOTE_STATUS_LOG
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_QUOTE_STATUS_LOG, object_name:AS_QUOTE_STATUS_LOG, status:VALID, product: AS - Sales Foundation , description: Tracks changes of quote status and quote version , implementation_dba_data: OSM.AS_QUOTE_STATUS_LOG ,
-
Table: AS_QUOTE_STATUS_LOG
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_QUOTE_STATUS_LOG, object_name:AS_QUOTE_STATUS_LOG, status:VALID, product: AS - Sales Foundation , description: Tracks changes of quote status and quote version , implementation_dba_data: OSM.AS_QUOTE_STATUS_LOG ,
-
Lookup Type: QUOTE_OE_ENTER_STATE
12.2.2
product: AS - Sales Foundation , meaning: QUOTE_OE_ENTER_STATE , description: Entry_Status for an order when it comes from a quote ,
-
Lookup Type: QUOTE_OE_ENTER_STATE
12.1.1
product: AS - Sales Foundation , meaning: QUOTE_OE_ENTER_STATE , description: Entry_Status for an order when it comes from a quote ,
-
Lookup Type: QUOTE_GSA_CHECK
12.1.1
product: AS - Sales Foundation , meaning: QUOTE_GSA_CHECK , description: Flag to determine checking for GSA violation when pricing for quote items ,
-
Lookup Type: QUOTE_GSA_CHECK
12.2.2
product: AS - Sales Foundation , meaning: QUOTE_GSA_CHECK , description: Flag to determine checking for GSA violation when pricing for quote items ,
-
Table: AS_STATUSES_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_STATUSES_B, object_name:AS_STATUSES_B, status:VALID, product: AS - Sales Foundation , description: Hold three types of status, opportunity, lead and quote , implementation_dba_data: OSM.AS_STATUSES_B ,
-
Table: AS_STATUSES_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_STATUSES_B, object_name:AS_STATUSES_B, status:VALID, product: AS - Sales Foundation , description: Hold three types of status, opportunity, lead and quote , implementation_dba_data: OSM.AS_STATUSES_B ,
-
View: AS_QUOTE_VERSIONS_V
12.2.2
product: AS - Sales Foundation , description: Quote versions view , implementation_dba_data: Not implemented in this database ,
-
View: AS_QUOTE_ITEMS_V
12.2.2
product: AS - Sales Foundation , description: Quote items view , implementation_dba_data: Not implemented in this database ,
-
View: AS_QUOTE_VERSIONS_V
12.1.1
product: AS - Sales Foundation , description: Quote versions view , implementation_dba_data: Not implemented in this database ,
-
View: AS_QUOTE_ITEMS_V
12.1.1
product: AS - Sales Foundation , description: Quote items view , implementation_dba_data: Not implemented in this database ,
-
View: AS_QUOTE_PRICE_ITEMS_V
12.2.2
product: AS - Sales Foundation , description: Quote items pricing view , implementation_dba_data: Not implemented in this database ,
-
View: AS_QUOTE_PRICE_ITEMS_V
12.1.1
product: AS - Sales Foundation , description: Quote items pricing view , implementation_dba_data: Not implemented in this database ,