DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.FII_AR_REVENUE_B_V1

Object Details
Object Name: FII_AR_REVENUE_B_V1
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFII.FII_AR_REVENUE_B_V1
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
LEDGER_ID NUMBER (10)
Set of Books identifier
COMPANY_COST_CENTER_ORG_ID NUMBER (15)
No longer used - Cost Center Org identifier
FIN_CATEGORY_ID NUMBER (15)
Financial Category Identifier
CHART_OF_ACCOUNTS_ID NUMBER (15)
Key flexfield structure defining column
BILL_TO_PARTY_ID NUMBER

Bill to customer identifier
INVOICE_NUMBER VARCHAR2 (30)
Invoice number. Populated only for revenue billed through the receivable system
INVOICE_DATE DATE

Invoice Date
GL_DATE DATE

General ledger date
ACTUAL_G NUMBER

Revenue amount in primary global currency
POSTED_FLAG VARCHAR2 (1)
Indicate if the revenue has been posted to the general ledger
COMPANY_ID NUMBER (15)
Company Identifier
COST_CENTER_ID NUMBER (15)
Cost Center Identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LEDGER_ID
,      COMPANY_COST_CENTER_ORG_ID
,      FIN_CATEGORY_ID
,      CHART_OF_ACCOUNTS_ID
,      BILL_TO_PARTY_ID
,      INVOICE_NUMBER
,      INVOICE_DATE
,      GL_DATE
,      ACTUAL_G
,      POSTED_FLAG
,      COMPANY_ID
,      COST_CENTER_ID
FROM APPS.FII_AR_REVENUE_B_V1;

Dependencies

[top of page]

APPS.FII_AR_REVENUE_B_V1 references the following:

SchemaAPPS
SynonymFII_AR_REVENUE_B

APPS.FII_AR_REVENUE_B_V1 is not referenced by any database object