Search Results po_asl_documents
The PO_ASL_DOCUMENTS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for Approved Supplier List (ASL) document associations, facilitating procurement processes by linking supplier agreements, contracts, and other sourcing documents to specific items and suppliers. This table plays a pivotal role in enforcing compliance, streamlining purchasing workflows, and maintaining audit trails. Below is a detailed breakdown of its structure, functionality, and integration within Oracle EBS.
Table Overview
ThePO_ASL_DOCUMENTS
table stores metadata and references to documents associated with ASL entries, which define approved supplier-item relationships. It acts as a junction between the ASL (PO_APPROVED_SUPPLIER_LIST
) and sourcing documents like contracts (PO_CONTRACTS_ALL
), blanket agreements (PO_BLANKET_AGREEMENTS
), or quotations (PO_QUOTATIONS
). Key columns include:
- ASL_ID: Foreign key to
PO_APPROVED_SUPPLIER_LIST
, linking the document to an ASL record. - DOCUMENT_TYPE: Specifies the document type (e.g., 'CONTRACT', 'BLANKET', 'QUOTATION').
- DOCUMENT_HEADER_ID: References the document's header ID in respective tables (e.g.,
PO_HEADERS_ALL
for contracts). - DOCUMENT_LINE_ID: Optional; links to specific lines in documents like blanket agreements.
- USING_ORGANIZATION_ID: Identifies the inventory organization leveraging the ASL document.
- START_DATE and END_DATE: Define the document's active period within the ASL context.
Functional Role
The table ensures procurement teams adhere to negotiated terms by:- Enforcing Compliance: Restricts purchases to approved suppliers and documents, mitigating maverick spending.
- Automating Sourcing: During requisition or purchase order creation, Oracle EBS uses ASL documents to auto-suggest suppliers and pricing terms.
- Audit Trail: Tracks document associations for regulatory reporting and supplier performance analysis.
Integration with Oracle EBS Modules
PO_ASL_DOCUMENTS
integrates with:
- Purchasing (PO): Validates document references during PO creation.
- iSupplier Portal: Allows suppliers to view linked agreements.
- Sourcing (RFQ/Quotations): Links awarded quotations to ASLs for future procurement.
Technical Considerations
- Indexes: Optimized queries via indexes on
ASL_ID
,DOCUMENT_HEADER_ID
, andUSING_ORGANIZATION_ID
. - Data Integrity: Foreign key constraints ensure valid references to ASL and document tables.
- API Support: The
PO_ASL_DOCUMENTS_PKG
PL/SQL package manages CRUD operations, ensuring business logic adherence.
Customization and Extensions
Organizations often extend the table's utility by:- Adding custom columns (via Descriptive Flexfields) to capture industry-specific metadata.
- Developing triggers to synchronize ASL documents with third-party systems.
Conclusion
ThePO_ASL_DOCUMENTS
table is a linchpin in Oracle EBS procurement, bridging supplier agreements with operational purchasing. Its design ensures compliance, efficiency, and traceability, making it indispensable for organizations leveraging ASL functionality in EBS 12.1.1 or 12.2.2.
-
Table: PO_ASL_DOCUMENTS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ASL_DOCUMENTS, object_name:PO_ASL_DOCUMENTS, status:VALID, product: PO - Purchasing , description: Approved supplier list documents , implementation_dba_data: PO.PO_ASL_DOCUMENTS ,
-
Table: PO_ASL_DOCUMENTS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ASL_DOCUMENTS, object_name:PO_ASL_DOCUMENTS, status:VALID, product: PO - Purchasing , description: Approved supplier list documents , implementation_dba_data: PO.PO_ASL_DOCUMENTS ,
-
Lookup Type: DOCUMENT_SOURCING_METHOD
12.2.2
product: PO - Purchasing , meaning: DOCUMENT_SOURCING_METHOD , description: Document Sourcing Method ,
-
View: POBV_ASL_DOCUMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_ASL_DOCUMENTS, object_name:POBV_ASL_DOCUMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_ASL_DOCUMENTS ,
-
Lookup Type: DOCUMENT_SOURCING_METHOD
12.1.1
product: PO - Purchasing , meaning: DOCUMENT_SOURCING_METHOD , description: Document Sourcing Method ,
-
View: POBV_ASL_DOCUMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_ASL_DOCUMENTS, object_name:POBV_ASL_DOCUMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_ASL_DOCUMENTS ,
-
View: POFV_ASL_DOCUMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_ASL_DOCUMENTS, object_name:POFV_ASL_DOCUMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_ASL_DOCUMENTS ,
-
View: POFV_ASL_DOCUMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_ASL_DOCUMENTS, object_name:POFV_ASL_DOCUMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_ASL_DOCUMENTS ,
-
View: PO_ASL_DOCUMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ASL_DOCUMENTS_V, object_name:PO_ASL_DOCUMENTS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_ASL_DOCUMENTS_V ,
-
View: PO_ASL_DOCUMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ASL_DOCUMENTS_V, object_name:PO_ASL_DOCUMENTS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_ASL_DOCUMENTS_V ,
-
View: PO_AUTOSOURCE_DOCUMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AUTOSOURCE_DOCUMENTS_V, object_name:PO_AUTOSOURCE_DOCUMENTS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_AUTOSOURCE_DOCUMENTS_V ,
-
View: PO_AUTOSOURCE_DOCUMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AUTOSOURCE_DOCUMENTS_V, object_name:PO_AUTOSOURCE_DOCUMENTS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_AUTOSOURCE_DOCUMENTS_V ,