Search Results po_lines_all
Here's a detailed description of the PO_LINES_ALL table in Oracle E-Business Suite (EBS):
PO_LINES_ALL is a critical table in the Purchasing module that stores detailed information about individual purchase order lines.
Key Characteristics:
- Primary Key: PO_LINE_ID
- Module: Purchasing
- Application: Oracle Purchasing
Main Columns:
1. PO_LINE_ID (Number)
- Unique identifier for each purchase order line
- Primary key of the table
2. PO_HEADER_ID (Number)
- Foreign key linking to PO_HEADERS_ALL
- Identifies the purchase order header associated with this line
3. LINE_NUM (Number)
- Sequential line number within the purchase order
- Represents the line's position in the purchase order
4. ITEM_ID (Number)
- Inventory item identifier
- Links to MTL_SYSTEM_ITEMS table
- Identifies the specific item being purchased
5. QUANTITY (Number)
- Quantity of items ordered on this line
- Represents the total quantity requested
6. UNIT_PRICE (Number)
- Price per unit for the item
- Used for cost calculation and invoice matching
7. UNIT_MEAS_LOOKUP_CODE (Varchar2)
- Identifies the unit of measurement
- Standardizes quantity representation
8. CATEGORY_ID (Number)
- Procurement category identifier
- Helps in categorizing purchased items
9. ITEM_DESCRIPTION (Varchar2)
- Detailed description of the item
- Provides additional item details
10. CLOSED_CODE (Varchar2)
- Indicates the closure status of the line
- Tracks whether the line is open, closed, or cancelled
11. CANCEL_FLAG (Varchar2)
- Indicates if the line has been cancelled
- 'Y' or 'N' value
12. CLOSED_QUANTITY (Number)
- Quantity of items that have been received or closed
- Helps track line completion status
13. CREATED_BY (Number)
- User who created the purchase order line
- Links to FND_USER table
14. CREATION_DATE (Date)
- Timestamp of line creation
- Tracks when the line was initially added
15. LAST_UPDATED_BY (Number)
- User who last modified the line
- Links to FND_USER table
16. LAST_UPDATE_DATE (Date)
- Timestamp of last modification
- Tracks most recent updates
Common Use Cases:
- Track purchase order line details
- Monitor item procurement
- Manage purchasing workflows
- Support purchasing analytics and reporting
Relationships:
- Linked to PO_HEADERS_ALL via PO_HEADER_ID
- Connected to MTL_SYSTEM_ITEMS for item details
- Associated with PO_LINE_LOCATIONS_ALL for delivery information
Performance Considerations:
- Indexed on PO_LINE_ID, PO_HEADER_ID
- Critical for purchase order processing
- Frequently used in joins and reporting queries
Typical Queries:
```sql
SELECT line_num, item_id, quantity, unit_price
FROM po_lines_all
WHERE po_header_id = :specific_po_id;
```
Best Practices:
- Maintain data integrity
- Regularly archive historical data
- Ensure proper indexing
- Validate data consistency
This comprehensive overview covers the essential aspects of the PO_LINES_ALL table in Oracle EBS Purchasing module.
-
Table: PO_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
Table: PO_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
APPS.PO_CHARGES_GRP dependencies on PO_LINES_ALL
12.1.1
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.AP_LINES_UPGRADE_PKG dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_AP_MERGE_GRP dependencies on PO_LINES_ALL
12.1.1
-
APPS.POA_DBI_SAVINGS_PKG dependencies on PO_LINES_ALL
12.1.1
-
APPS.CST_ACCRUAL_LOAD dependencies on PO_LINES_ALL
12.1.1
-
APPS.JAI_RCV_TAX_PKG dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_LINE_TYPES_SV dependencies on PO_LINES_ALL
12.1.1
-
APPS.ICX_CAT_SCHEMA_UPLOAD_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.INL_CHARGE_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.POGOT_S dependencies on PO_LINES_ALL
12.1.1
-
APPS.CSE_IPV_FA_PKG dependencies on PO_LINES_ALL
12.1.1
-
APPS.PER_QH_FIND_QUERY dependencies on PO_LINES_ALL
12.1.1
-
APPS.CTO_AUTO_PROCURE_PK dependencies on PO_LINES_ALL
12.1.1
-
APPS.POS_SCO_TOLERANCE_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.POA_EDW_PO_DIST_F_SIZE dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_CHANGEORDERWF_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.INV_LABEL_PVT4 dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_PERSON dependencies on PO_LINES_ALL
12.1.1
-
APPS.ZX_PO_REC_PKG dependencies on PO_LINES_ALL
12.1.1
-
APPS.INV_MGD_MVT_PO_MDTR dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_FTE_INTEGRATION_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.RCV_RMA_TRANSACTIONS dependencies on PO_LINES_ALL
12.1.1
-
APPS.IGC_CC_ARCHIVE_PURGE_PKG dependencies on PO_LINES_ALL
12.1.1
-
APPS.POA_EDW_RCV_TXNS_F_SIZE dependencies on PO_LINES_ALL
12.1.1
-
APPS.JAI_CMN_RGM_PROCESSING_PKG dependencies on PO_LINES_ALL
12.1.1
-
APPS.RCV_ROI_HEADER_COMMON dependencies on PO_LINES_ALL
12.1.1
-
APPS.INV_DIAG_RCV_IPROC dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_RCO_VALIDATION_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.OE_MARGIN_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.AHL_OSP_RCV_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.RCV_INSPECTION_GRP dependencies on PO_LINES_ALL
12.1.1
-
APPS.CSTPPIPV dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_PDOI_MAINPROC_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.GMS_AWARD_DIST_ENG dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_RESCHEDULE_PKG dependencies on PO_LINES_ALL
12.1.1
-
APPS.AP_RCT_AMT_MATCH_PKG dependencies on PO_LINES_ALL
12.1.1
-
APPS.CST_EAMCOST_PUB dependencies on PO_LINES_ALL
12.1.1
-
APPS.EAM_DIRECT_ITEMS_VALIDATE_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.EAM_MAT_REQ_VALIDATE_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_COMMUNICATION_PVT dependencies on PO_LINES_ALL
12.1.1
-
APPS.MRP_SOURCING_API_PK dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_OM_INTEGRATION_GRP dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_HEADERS_SV2 dependencies on PO_LINES_ALL
12.1.1
-
APPS.GML_MOBILE_RECEIPT dependencies on PO_LINES_ALL
12.1.1
-
APPS.AP_ETAX_SERVICES_PKG dependencies on PO_LINES_ALL
12.1.1
-
APPS.PO_DOCUMENT_CHECKS_GRP dependencies on PO_LINES_ALL
12.1.1
-
APPS.IGC_CC_COMMON_UTILS_PVT dependencies on PO_LINES_ALL
12.1.1