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


TABLE: AR.HZ_FINANCIAL_REPORTS

Object Details
Object Name: HZ_FINANCIAL_REPORTS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_FINANCIAL_REPORTS
Subobject Name:
Status: VALID


The HZ_FINANCIAL_REPORTS table stores information about the reports on the financial status of a party. This table does not contain numerical financial data. Detailed numerical data is available in the HZ_FINANCIAL_NUMBERS table. For example, the records in this table can indicate whether the numerical data in the HZ_FINANCIAL_NUMBERS table are actual, estimated, consolidated, and so on.
.
The primary key for this table is FINANCIAL_REPORT_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_FINANCIAL_REPORTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFINANCIAL_REPORT_ID
HZ_FINANCIAL_REPORTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
ColumnTYPE_OF_FINANCIAL_REPORT
ColumnDOCUMENT_REFERENCE
ColumnDATE_REPORT_ISSUED
ColumnISSUED_PERIOD
ColumnREPORT_START_DATE
ColumnREPORT_END_DATE
ColumnACTUAL_CONTENT_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)
Any specific reference name or number. For example, a library identifier or publisher's identifier (ISBN) that uniquely identifies the document or publication.
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 - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
WH_UDPATE_ID DATE

Date when the record was entered or changed in a data warehouse
STATUS VARCHAR2 (1)
Record status flag
OBJECT_VERSION_NUMBER NUMBER

This column is used for locking purposes
CREATED_BY_MODULE VARCHAR2 (150)
TCA Who column
APPLICATION_ID NUMBER

TCA Who column
ACTUAL_CONTENT_SOURCE VARCHAR2 (30) Yes Additional Content Source Type column for backward compatibility.
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
,      STATUS
,      OBJECT_VERSION_NUMBER
,      CREATED_BY_MODULE
,      APPLICATION_ID
,      ACTUAL_CONTENT_SOURCE
FROM AR.HZ_FINANCIAL_REPORTS;

Dependencies

[top of page]

AR.HZ_FINANCIAL_REPORTS does not reference any database object

AR.HZ_FINANCIAL_REPORTS is referenced by following:

SchemaAR
ViewHZ_FINANCIAL_REPORTS#