Search Results charge_account
Overview
APPS.POR_VIEW_DIST_LINES_V is an Oracle E-Business Suite internal database view owned by the APPS schema. It is registered in FND Design Data under the identifier ICX.POR_VIEW_DIST_LINES_V and is classified as Oracle Internal Use Only; Oracle Corporation does not support direct access to applications data through this object except from standard Oracle Applications programs. The view presents the distribution-level detail of purchase requisition lines, combining requisition line identity, accounting distribution information, and the associated charge account. It is a read-only reporting layer intended to support requisition distribution inquiry and integration flows, particularly those surfaced through the iProcurement and ICX self-service requisitioning components. The view is valid in both Oracle EBS 12.1.1 and 12.2.2, and its query text is a straightforward projection over the referenced base objects.
Underlying Base Objects
The view is defined over the following documented objects:
- PO_REQUISITION_LINES (synonym) — header-level requisition line information, providing REQUISITION_LINE_ID as the primary join key.
- PO_REQ_DISTRIBUTIONS (synonym) — the requisition distribution records that supply DISTRIBUTION_NUM, PERCENTAGE, and QUANTITY.
- GL_CODE_COMBINATIONS_KFV (view) — the key-flexfield validation view used to resolve the concatenated charge account string exposed as CHARGE_ACCOUNT.
- GL_SETS_OF_BOOKS (view) — provides the set of books context used to join the distribution to the correct chart of accounts.
- FINANCIALS_SYSTEM_PARAMETERS (synonym) — supplies financial system defaults, including the default set of books, that drive the accounting join.
- FND_CURRENCY (package) — invoked within the view definition to handle currency-related conversion or formatting, particularly for the AMOUNT column.
The view does not reference any additional database objects beyond this list, and no other database object references POR_VIEW_DIST_LINES_V. It is therefore a terminal reporting object in the dependency tree.
Key Columns
- REQUISITION_LINE_ID (NUMBER) — the unique identifier of the requisition line, joining the view back to PO_REQUISITION_LINES and PO_REQ_DISTRIBUTIONS.
- DISTRIBUTION_NUM (NUMBER) — the sequence number of the accounting distribution within the requisition line.
- CHARGE_ACCOUNT (VARCHAR2, 155) — the concatenated charge account number derived from GL_CODE_COMBINATIONS_KFV, representing the accounting flexfield combination charged by the distribution. This is the column most directly associated with the user search term "charge_account."
- PERCENTAGE (NUMBER) — the percentage of the requisition line amount charged to the account.
- QUANTITY (NUMBER) — the quantity charged to the account.
- AMOUNT (VARCHAR2, 4000) — the amount charged to the account, exposed as a string, typically due to formatting or currency conversion applied within the view.
Common Use Cases and Queries
Because the view is documented as internal-use only, its supported use is through standard Oracle Applications programs that surface requisition distribution and charge account information. Reporting scenarios include distribution-level charge account analysis, percentage and quantity splits across accounts, and reconciliation of requisition distributions to the general ledger. A representative query follows:
SELECT req_line_id, distribution_num, charge_account, percentage, quantity, amount FROM APPS.POR_VIEW_DIST_LINES_V WHERE requisition_line_id = :p_line_id;SELECT charge_account, SUM(TO_NUMBER(amount)) FROM APPS.POR_VIEW_DIST_LINES_V GROUP BY charge_account;
Note that AMOUNT is a VARCHAR2 and should be cast when aggregating. Access to this view outside Oracle Applications programs is unsupported and should be treated as internal-only.
-
VIEW: APPS.POR_VIEW_DIST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_DIST_LINES_V, object_name:POR_VIEW_DIST_LINES_V, status:VALID,
-
VIEW: APPS.POR_VIEW_DIST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_DIST_LINES_V, object_name:POR_VIEW_DIST_LINES_V, status:VALID,
-
PACKAGE: APPS.ICX_DATATEMPLATE_PKG
12.2.2
-
View: POR_VIEW_DIST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_DIST_LINES_V, object_name:POR_VIEW_DIST_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_VIEW_DIST_LINES_V ,
-
VIEW: APPS.POR_VIEW_LINES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_ALL_V, object_name:POR_VIEW_LINES_ALL_V, status:VALID,
-
VIEW: APPS.POR_VIEW_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_V, object_name:POR_VIEW_LINES_V, status:VALID,
-
VIEW: PO.PO_DISTRIBUTIONS_INTERFACE#
12.2.2
-
PACKAGE: APPS.PO_WF_PO_FLEXBUILDER_UPGRADE
12.1.1
-
View: PO_DISTRIBUTION_ARCHIVE_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_ARCHIVE_XML, object_name:PO_DISTRIBUTION_ARCHIVE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTION_ARCHIVE_XML ,
-
View: POR_VIEW_DIST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_DIST_LINES_V, object_name:POR_VIEW_DIST_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_VIEW_DIST_LINES_V ,
-
VIEW: APPS.POR_VIEW_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_V, object_name:POR_VIEW_LINES_V, status:VALID,
-
PACKAGE: APPS.PO_WF_REQ_FLEXBUILDER_UPGRADE
12.2.2
-
View: PO_DISTRIBUTION_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_XML, object_name:PO_DISTRIBUTION_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTION_XML ,
-
View: PO_DISTRIBUTION_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_XML, object_name:PO_DISTRIBUTION_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTION_XML ,
-
VIEW: APPS.POR_VIEW_LINES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_ALL_V, object_name:POR_VIEW_LINES_ALL_V, status:VALID,
-
VIEW: APPS.ICX_PO_REQ_DIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_DIST_V, object_name:ICX_PO_REQ_DIST_V, status:VALID,
-
PACKAGE: APPS.PO_WF_REQ_FLEXBUILDER_UPGRADE
12.1.1
-
PACKAGE: APPS.PO_WF_PO_FLEXBUILDER_UPGRADE
12.2.2
-
View: PO_DISTRIBUTION_ARCHIVE_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_ARCHIVE_XML, object_name:PO_DISTRIBUTION_ARCHIVE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_DISTRIBUTION_ARCHIVE_XML ,
-
VIEW: APPS.ICX_PO_REQ_DIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_DIST_V, object_name:ICX_PO_REQ_DIST_V, status:VALID,
-
VIEW: APPS.PO_DISTRIBUTION_XML
12.1.1
-
VIEW: APPS.PO_DISTRIBUTION_XML
12.2.2
-
View: POR_VIEW_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_V, object_name:POR_VIEW_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition Lines , implementation_dba_data: APPS.POR_VIEW_LINES_V ,
-
VIEW: APPS.PO_DISTRIBUTION_ARCHIVE_XML
12.2.2
-
VIEW: APPS.PO_DISTRIBUTION_ARCHIVE_XML
12.1.1
-
View: ICX_PO_REQ_DIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_DIST_V, object_name:ICX_PO_REQ_DIST_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisition Distribution Detail View , implementation_dba_data: APPS.ICX_PO_REQ_DIST_V ,
-
View: ICX_PO_REQ_DIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_DIST_V, object_name:ICX_PO_REQ_DIST_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisition Distribution Detail View , implementation_dba_data: APPS.ICX_PO_REQ_DIST_V ,
-
VIEW: APPS.POR_VIEW_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINE_DETAILS_V, object_name:POR_VIEW_LINE_DETAILS_V, status:VALID,
-
View: POR_VIEW_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_V, object_name:POR_VIEW_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition Lines , implementation_dba_data: APPS.POR_VIEW_LINES_V ,
-
View: POR_VIEW_LINES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_ALL_V, object_name:POR_VIEW_LINES_ALL_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition Lines view , implementation_dba_data: APPS.POR_VIEW_LINES_ALL_V ,
-
View: POR_VIEW_LINES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_ALL_V, object_name:POR_VIEW_LINES_ALL_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition Lines view , implementation_dba_data: APPS.POR_VIEW_LINES_ALL_V ,
-
VIEW: PO.PO_DISTRIBUTIONS_INTERFACE#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_DISTRIBUTIONS_INTERFACE#, status:VALID,
-
PACKAGE: APPS.OKE_DTS_INTEGRATION_PKG
12.1.1
-
PACKAGE: APPS.OKE_DTS_INTEGRATION_PKG
12.2.2
-
VIEW: APPS.POR_VIEW_LINE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINE_DETAILS_V, object_name:POR_VIEW_LINE_DETAILS_V, status:VALID,
-
APPS.CST_UNINVOICEDRECEIPTS_PVT SQL Statements
12.1.1
-
View: POR_VIEW_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINE_DETAILS_V, object_name:POR_VIEW_LINE_DETAILS_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete , implementation_dba_data: APPS.POR_VIEW_LINE_DETAILS_V ,
-
View: POR_VIEW_LINE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINE_DETAILS_V, object_name:POR_VIEW_LINE_DETAILS_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete , implementation_dba_data: APPS.POR_VIEW_LINE_DETAILS_V ,
-
PACKAGE BODY: APPS.ICX_DATATEMPLATE_PKG
12.2.2
-
APPS.CST_UNINVOICEDRECEIPTS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PO_REQ_DIST_SV1
12.1.1
-
PACKAGE BODY: APPS.PO_REQ_DIST_SV1
12.2.2
-
VIEW: APPS.PO_DISTRIBUTION_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_XML, object_name:PO_DISTRIBUTION_XML, status:VALID,
-
PACKAGE BODY: APPS.OKE_DELIVERABLE_ACTIONS_PKG
12.2.2
-
VIEW: APPS.PO_DISTRIBUTION_ARCHIVE_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_ARCHIVE_XML, object_name:PO_DISTRIBUTION_ARCHIVE_XML, status:VALID,
-
VIEW: APPS.PO_DISTRIBUTION_ARCHIVE_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_ARCHIVE_XML, object_name:PO_DISTRIBUTION_ARCHIVE_XML, status:VALID,
-
VIEW: APPS.PO_DISTRIBUTION_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTION_XML, object_name:PO_DISTRIBUTION_XML, status:VALID,
-
PACKAGE BODY: APPS.OKE_DELIVERABLE_ACTIONS_PKG
12.1.1
-
TABLE: PO.PO_DISTRIBUTIONS_INTERFACE
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_INTERFACE, object_name:PO_DISTRIBUTIONS_INTERFACE, status:VALID,
-
TABLE: PO.PO_DISTRIBUTIONS_INTERFACE
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_DISTRIBUTIONS_INTERFACE, object_name:PO_DISTRIBUTIONS_INTERFACE, status:VALID,