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


VIEW: APPS.AMS_ORG_FINANCIAL_RPT_V

Object Details
Object Name: AMS_ORG_FINANCIAL_RPT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMS.AMS_ORG_FINANCIAL_RPT_V
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
FINANCIAL_REPORT_ID NUMBER (15) Yes Financial report identifier
DATE_REPORT_ISSUED DATE

The publication date of a financial report.
PARTY_ID NUMBER (15) Yes Party identifier. Foreign key to the HZ_PARTIES table
DOCUMENT_REFERENCE VARCHAR2 (150)
Party identifier. Foreign key to the HZ_PARTIES table
ISSUED_PERIOD VARCHAR2 (60)
The period covered by the financial report. For example, fiscal year 1999, 1Q98, and so on.
REQUIRING_AUTHORITY VARCHAR2 (60)
Name of the primary organization that requires this financial report. For example, auditors, the Federal Trade Commission, and the Internal Revenue Service.
TYPE_OF_FINANCIAL_REPORT VARCHAR2 (60)
A name for the financial report. For example, 10K report, Annual Report, Shareholder's Special Report.
REPORT_START_DATE DATE

May use report start and end dates instead of ISSUED_PERIOD.
REPORT_END_DATE DATE

May use report start and end dates instead of ISSUED_PERIOD.
AUDIT_IND VARCHAR2 (30)
Indicates if the financial reports are audited. Y for audited, N for unaudited.
CONSOLIDATED_IND VARCHAR2 (30)
Indicates if the financial reports are consolidated. C for consolidated, N for unconsolidated.
ESTIMATED_IND VARCHAR2 (30)
Indicates if the financial reports provide estimated data. Y for estimated, N for actual or measured data.
FISCAL_IND VARCHAR2 (30)
Indicates if the financial reports cover a fiscal twelve-month accounting period. Y for a twelve-month fiscal period, N for anything other than a twelve-month fiscal period.
FINAL_IND VARCHAR2 (30)
Indicates if the financial reports are the final closing statements for a business that has ceased operations. Y for final closing statements, N for normal operations.
FORECAST_IND VARCHAR2 (30)
Indicates if the financial reports display forecasts or future projections. Y for forecast data, N for historical data.
OPENING_IND VARCHAR2 (30)
Indicates if the financial reports are the opening statements for a business. Y for opening statements, N for normal operations.
PROFORMA_IND VARCHAR2 (30)
Indicates if the financial reports are pro forma numbers. Y for pro forma numbers, N for normal numbers.
QUALIFIED_IND VARCHAR2 (30)
Indicates if the financial reports include qualifying remarks from auditors about the fairness and accuracy of the numbers. Y for reports qualified by auditors, N for reports that were not qualified.
RESTATED_IND VARCHAR2 (30)
Indicates if the financial reports include data that was corrected after the original financial reports. Y for restated, N for the original numbers.
SIGNED_BY_PRINCIPALS_IND VARCHAR2 (30)
Indicates if the financial reports were signed by the principals of the organization. Y for signed reports, N for unsigned reports.
TRIAL_BALANCE_IND VARCHAR2 (30)
Indicates if the financial reports include trial balance numbers. Y for trial balance numbers, N for normal numbers.
UNBALANCED_IND VARCHAR2 (30)
Indicates if the financial reports include balance sheet accounts that do not balance. Y for reports that include unbalanced balance sheet accounts. N for reports that only include balanced accounts.
CONTENT_SOURCE_TYPE VARCHAR2 (30) Yes Source of data content
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last date this record was updated by a concurrent program
WH_UDPATE_ID DATE

Date when the record was entered or changed in a data warehouse
CREATED_BY_NAME NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN_NAME NUMBER (15)
Standard Who column
LAST_UPDATED_BY_NAME NUMBER (15) Yes Standard Who column
Query Text

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


SELECT FINANCIAL_REPORT_ID
,      DATE_REPORT_ISSUED
,      PARTY_ID
,      DOCUMENT_REFERENCE
,      ISSUED_PERIOD
,      REQUIRING_AUTHORITY
,      TYPE_OF_FINANCIAL_REPORT
,      REPORT_START_DATE
,      REPORT_END_DATE
,      AUDIT_IND
,      CONSOLIDATED_IND
,      ESTIMATED_IND
,      FISCAL_IND
,      FINAL_IND
,      FORECAST_IND
,      OPENING_IND
,      PROFORMA_IND
,      QUALIFIED_IND
,      RESTATED_IND
,      SIGNED_BY_PRINCIPALS_IND
,      TRIAL_BALANCE_IND
,      UNBALANCED_IND
,      CONTENT_SOURCE_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      WH_UDPATE_ID
,      CREATED_BY_NAME
,      LAST_UPDATE_LOGIN_NAME
,      LAST_UPDATED_BY_NAME
FROM APPS.AMS_ORG_FINANCIAL_RPT_V;

Dependencies

[top of page]

APPS.AMS_ORG_FINANCIAL_RPT_V references the following:

SchemaAPPS
SynonymHZ_FINANCIAL_REPORTS
SynonymHZ_PARTIES

APPS.AMS_ORG_FINANCIAL_RPT_V is not referenced by any database object