Search Results tax_calc_flag
Overview
The view APPS.FII_AR_ARTT_TYPE_LCV is an Oracle E-Business Suite 12.1.1 / 12.2.2 subscriber-facing view belonging to the FII (Financial Intelligence Interface / ETRM) product family. It exposes Accounts Receivable transaction type information derived from the underlying business view FIIBV_AR_ARTT_TYPE_LCV, which serves as the AR transactional data source within the Oracle Financials "Transactional Business Intelligence" (TBI/ETRM) integration layer. The view is consumed by ETL processes that load the AR transaction type dimension into the ETRM/BI reporting repository.
Its principal role is to present a denormalized, integration-ready set of Accounts Receivable transaction type attributes — codes, descriptions, GL account assignments, sign conventions, and effective-dating columns — that describe how Receivables transactions behave for accounting and reporting purposes. Because the primary key here is TRX_TYPE_PK, the view is the canonical dimension extract for the AR transaction type entity.
Underlying Base Objects
The documented metadata records no referenced base objects for this view; the ETRM definition exposes only the SELECT over FIIBV_AR_ARTT_TYPE_LCV. In practice, the BI view layer traces back to the AR transaction type tables RA_CUST_TRX_TYPES_ALL and its associated GL distribution/rule table (RA_RULES / RA_CUST_TRX_TYPE_GL) within the Receivables module. The FIIBV_ prefix indicates a Business View managed by the ETRM/BI Foundation layer, and the LCV suffix is the "Load Column View" convention used by ETRM loaders that flatten source attributes into a load-ready column set. The trailing literal NULL columns (five, ending before LAST_UPDATE_DATE) are positional placeholders reserved for the loader schema.
Key Columns
TRX_TYPE_PK— Surrogate primary key for the transaction type dimension record; the column the user searched for.TRX_CODE_FK— Foreign key to the AR transaction type code (e.g., INV, CM, DM) used in relationship joins.TRX_TYPE_DP/NAME/DESCRIPTION— Descriptive display attributes for the transaction type.TRANSACTION_TYPE,CREATION_SIGN,DEFAULT_STATUS,STATUS— Control attributes governing transaction creation behavior.ALLOW_FRT_FLAG,ALLOW_OVAPP_FLAG,TAX_CALC_FLAG— Processing flags for freight, over-application, and tax calculation.GL_ID_CLEARING,GL_ID_FREIGHT,GL_ID_REC,GL_ID_REV,GL_ID_TAX,GL_ID_UNBILLED,GL_ID_UNEARNED— GL account assignments for each accounting role.ORG_ID,SET_OF_BOOKS_ID,RULE_SET_ID,CM_TYPE_ID,SUB_TRX_TYPE_ID— Organizational and configuration keys.START_DATE,END_DATE,INSTANCE,LAST_UPDATE_DATE— Effective-dating and audit/instance columns supporting incremental ETL.
Common Use Cases and Queries
Typical consumption is by ETRM extract programs that join AR transactions to their type definition via TRX_TYPE_PK. A simple dimension pull is:
SELECT TRX_TYPE_PK, TRX_CODE_FK, NAME, TRANSACTION_TYPE, GL_ID_REC, GL_ID_REV FROM APPS.FII_AR_ARTT_TYPE_LCV WHERE ORG_ID = :org_id AND TRUNC(SYSDATE) BETWEEN START_DATE AND NVL(END_DATE, SYSDATE+1);
For an incremental load driven by LAST_UPDATE_DATE:
SELECT TRX_TYPE_PK, TRX_CODE_FK, NAME, LAST_UPDATE_DATE FROM APPS.FII_AR_ARTT_TYPE_LCV WHERE LAST_UPDATE_DATE >= :last_run_date;
The view is also used to map transaction types to accounting rules (RULE_SET_ID) and to resolve the GL clearing, receivables, revenue, tax, unearned, and unbilled accounts required for reconciliation and subledger reporting. Because no base objects are documented in ETRM, join keys such as TRX_CODE_FK, ORG_ID, and SET_OF_BOOKS_ID should be used to relate this dimension to AR transaction fact sources.
-
APPS.FII_AR_TRX_TYPE_M_C SQL Statements
12.1.1
-
VIEW: APPS.FII_AR_ARTT_TYPE_LCV
12.1.1
-
View: FII_AR_ARTT_TYPE_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_ARTT_TYPE_LCV, object_name:FII_AR_ARTT_TYPE_LCV, status:VALID, product: FII - Financial Intelligence , description: FII_AR_ARTT_TYPE_LCV is the collection view for AR Transaction type level of AR Transaction Type dimension , implementation_dba_data: APPS.FII_AR_ARTT_TYPE_LCV ,
-
View: FII_AR_ARTT_TYPE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_ARTT_TYPE_LCV is the collection view for AR Transaction type level of AR Transaction Type dimension , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AR_ARTT_TYPE_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_ARTT_TYPE_LCV, object_name:FII_AR_ARTT_TYPE_LCV, status:VALID,
-
View: FIIBV_AR_ARTT_TYPE_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AR_ARTT_TYPE_LCV, object_name:FIIBV_AR_ARTT_TYPE_LCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_AR_ARTT_TYPE_LCV is the base view for AR Transaction type level of AR Transaction Type dimension , implementation_dba_data: APPS.FIIBV_AR_ARTT_TYPE_LCV ,
-
View: FIIBV_AR_ARTT_TYPE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AR_ARTT_TYPE_LCV is the base view for AR Transaction type level of AR Transaction Type dimension , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FIIBV_AR_ARTT_TYPE_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AR_ARTT_TYPE_LCV, object_name:FIIBV_AR_ARTT_TYPE_LCV, status:VALID,
-
TABLE: FII.EDW_ARTT_TYPE_LSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.EDW_ARTT_TYPE_LSTG, object_name:EDW_ARTT_TYPE_LSTG, status:VALID,
-
TABLE: FII.EDW_ARTT_TYPE_LTC
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.EDW_ARTT_TYPE_LTC, object_name:EDW_ARTT_TYPE_LTC, status:VALID,
-
PACKAGE BODY: APPS.FII_AR_TRX_TYPE_M_C
12.1.1
-
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 ,