Search Results cost_center_org_id
Overview
FII_AP_INV_B_V1 is a view owned by the APPS schema within the FII (Financial Intelligence) product family in Oracle E-Business Suite 12.1.1 and 12.2.2. It exposes a curated projection of accounts payable invoice data drawn from the underlying FII base object FII_AP_INV_B, presenting a reduced column set oriented toward financial intelligence reporting and downstream analytical consumption. The view is documented with a VALID status in the ETRM, indicating that it compiles successfully and is available for query at runtime.
Its role is to serve as a stable reporting interface over AP invoice balances and amounts. By selecting a discrete list of columns — account date, prim amount G, cost center org id, invoice id, supplier id, chart of accounts id, financial category id, posted flag, company id, and cost center id — the view isolates the attributes most frequently required by financial analysis, budgeting, and cross-module reporting. The presence of COST_CENTER_ORG_ID directly addresses the search term under which this object was retrieved: it supports queries that segment invoice activity by the operating unit or organization associated with a cost center.
Underlying Base Objects
The documented view text defines FII_AP_INV_B_V1 exclusively over the base object FII_AP_INV_B in the same APPS schema. The ETRM metadata for the referenced base objects lists none explicitly, so the materialized dependency is captured in the view text itself rather than in a separate base-object register. The view is a simple SELECT projection with no joins, filters, or aggregation expressed in the documented definition, meaning row cardinality and grain are inherited directly from FII_AP_INV_B.
Consequently, any change to the columns or availability of FII_AP_INV_B propagates to this view. Because the definition is a straight projection, the view benefits from the indexing and partitioning of the base object, and it introduces negligible additional execution cost.
Key Columns
- ACCOUNT_DATE — The accounting date associated with the invoice distribution or transaction, used for period-based reporting and aging.
- PRIM_AMOUNT_G — The primary monetary amount, typically carried in the functional or global currency for consolidated reporting. Note that this column is the source of the ACTUAL_G attribute referenced in the view's column listing.
- COST_CENTER_ORG_ID — The organization identifier tied to the cost center, enabling segmentation by operating unit or legal entity context.
- INVOICE_ID — The unique identifier of the AP invoice, forming the primary join key to invoice headers.
- SUPPLIER_ID — The identifier of the supplier or vendor associated with the invoice.
- CHART_OF_ACCOUNTS_ID — Identifies the chart of accounts context for the accounting flexfield.
- FIN_CATEGORY_ID — The financial category classification used to group transactions for reporting.
- POSTED_FLAG — Indicates whether the invoice or distribution has been posted to the general ledger.
- COMPANY_ID — The company segment identifier from the accounting flexfield.
- COST_CENTER_ID — The cost center segment identifier from the accounting flexfield.
Common Use Cases and Queries
Typical use cases include cost center level spend analysis, posted versus unposted invoice reconciliation, and supplier expenditure aggregation by financial category. A common query filters on the cost center organization to isolate activity for a specific operating entity:
SELECT invoice_id, supplier_id, cost_center_id, account_date, prim_amount_g
FROM apps.fii_ap_inv_b_v1
WHERE cost_center_org_id = :p_org_id
AND posted_flag = 'Y'
AND account_date BETWEEN :p_start AND :p_end;
Additional scenarios aggregate amounts by company and cost center, or join on INVOICE_ID to AP invoice header tables to enrich the view with descriptive supplier and invoice details. Because the view is a direct projection, these queries perform well and remain stable across 12.1.1 and 12.2.2.
-
View: FII_AP_INV_B_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_B_V1, object_name:FII_AP_INV_B_V1, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AP_INV_B_V1 ,
-
View: FII_GL_MGMT_CCC_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_SUM_V1
12.1.1
product: FII - Financial Intelligence , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AP_INV_B_V1
12.1.1
-
VIEW: APPS.FII_GL_MGMT_CCC_V2
12.1.1
-
View: FII_GL_MGMT_CCC_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_MGMT_CCC_V2, object_name:FII_GL_MGMT_CCC_V2, status:VALID, product: FII - Financial Intelligence , description: Internal View , implementation_dba_data: APPS.FII_GL_MGMT_CCC_V2 ,
-
VIEW: APPS.FII_GL_BASE_V2
12.1.1
-
VIEW: APPS.FII_GL_BASE_V1
12.1.1
-
View: FII_GL_BASE_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_SUMMARY_BY_LOB_V2
12.1.1
product: FII - Financial Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_SUMMARY_BY_LOB_V1
12.1.1
product: FII - Financial Intelligence , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AP_INV_B_V2
12.1.1
-
View: FII_AP_INV_B_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_B_V2, object_name:FII_AP_INV_B_V2, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AP_INV_B_V2 ,
-
View: FII_AP_INV_B_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_INV_B_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_MGMT_CCC_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_MGMT_CCC_V1, object_name:FII_GL_MGMT_CCC_V1, status:VALID, product: FII - Financial Intelligence , description: Internal View , implementation_dba_data: APPS.FII_GL_MGMT_CCC_V1 ,
-
VIEW: APPS.FII_GL_BASE_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_BASE_V2, object_name:FII_GL_BASE_V2, status:VALID,
-
View: FII_GL_BASE_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_BASE_V1, object_name:FII_GL_BASE_V1, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_GL_BASE_V1 ,
-
View: FII_GL_BASE_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_BASE_V2, object_name:FII_GL_BASE_V2, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_GL_BASE_V2 ,
-
View: FII_GL_SUM_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_BASE_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_SUMMARY_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_SUMMARY_V2
12.1.1
product: FII - Financial Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_SUMMARY_V1
12.1.1
product: FII - Financial Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_SUMMARY_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_SUMMARY_BY_LOB_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_GL_MGMT_CCC_V1
12.1.1
-
View: FII_GL_MGMT_CCC_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AP_INV_B_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_B_V1, object_name:FII_AP_INV_B_V1, status:VALID,
-
View: FII_GL_SUM_V2
12.1.1
product: FII - Financial Intelligence , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_SUM_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal View , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_SUMMARY_BY_LOB_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: APPS.FII_GL_MGMT_CCC_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.FII_GL_MGMT_CCC_MV, object_name:FII_GL_MGMT_CCC_MV, status:VALID,
-
VIEW: APPS.FII_GL_MGMT_CCC_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_MGMT_CCC_V2, object_name:FII_GL_MGMT_CCC_V2, status:VALID,
-
VIEW: APPS.FII_GL_MGMT_CCC_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_MGMT_CCC_V1, object_name:FII_GL_MGMT_CCC_V1, status:VALID,
-
VIEW: APPS.FII_GL_BASE_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_GL_BASE_V1, object_name:FII_GL_BASE_V1, status:VALID,
-
TABLE: APPS.MLOG$_FII_GL_MGMT_CCC_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:MLOG$_FII_GL_MGMT_CCC_MV, status:VALID,
-
TABLE: APPS.FII_GL_BASE_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.FII_GL_BASE_MV, object_name:FII_GL_BASE_MV, status:VALID,
-
TABLE: APPS.MLOG$_FII_GL_BASE_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:MLOG$_FII_GL_BASE_MV, status:VALID,
-
VIEW: APPS.FII_AP_INV_B_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_B_V2, object_name:FII_AP_INV_B_V2, status:VALID,
-
TABLE: FII.MLOG$_FII_AP_INV_B
12.1.1
owner:FII, object_type:TABLE, object_name:MLOG$_FII_AP_INV_B, status:VALID,
-
MATERIALIZED VIEW: APPS.FII_GL_BASE_MV
12.1.1
-
MATERIALIZED VIEW: APPS.FII_GL_MGMT_CCC_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_GL_MGMT_CCC_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.FII_GL_BASE_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_GL_BASE_MV, status:VALID,
-
TABLE: FII.FII_GL_JE_SUMMARY_B
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_GL_JE_SUMMARY_B, object_name:FII_GL_JE_SUMMARY_B, status:VALID,
-
TABLE: FII.FII_GL_JE_SUMMARY_STG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_GL_JE_SUMMARY_STG, object_name:FII_GL_JE_SUMMARY_STG, status:VALID,
-
TABLE: FII.FII_AP_INV_STG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_INV_STG, object_name:FII_AP_INV_STG, status:VALID,
-
TABLE: FII.FII_AP_INV_B
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_INV_B, object_name:FII_AP_INV_B, status:VALID,
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,