[Home] [Help]
[Dependency Information]
| Object Name: | HZ_IMP_FINREPORTS_INT |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_IMP_FINREPORTS_INT
|
| Subobject Name: | |
| Status: | VALID |
The TCA import interface table, HZ_IMP_FINREPORTS_INT, stores information for population into the HZ_FINANCIAL_REPORTS table in TCA
* Scope: public
* Product: HZ
* Lifecycle: active
* Display Name: Financial Report
* Category: BUSINESS_ENTITY HZ_ORGANIZATION
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_IMP_FINREPORTS_INT_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
BATCH_ID
PARTY_ORIG_SYSTEM
INTERFACE_STATUS
PARTY_ORIG_SYSTEM_REFERENCE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (15) | Yes | Unique Identifier for a Batch |
| PARTY_ORIG_SYSTEM | VARCHAR2 | (30) | Yes | Original System ID for the Party |
| PARTY_ORIG_SYSTEM_REFERENCE | VARCHAR2 | (240) | Yes | Original System Reference for the Party |
| TYPE_OF_FINANCIAL_REPORT | VARCHAR2 | (60) | Yes | A name for the financial report. For example, 10K report, Annual Report, Shareholder's Special Report. |
| DOCUMENT_REFERENCE | VARCHAR2 | (150) | Yes | Any specific reference name or number. For example, a library identifier or publisher's identifier (ISBN) that uniquely identifies the document or publication |
| DATE_REPORT_ISSUED | DATE | The publication date of a financial report | ||
| ISSUED_PERIOD | VARCHAR2 | (60) | The period covered by the financial report. For example, fiscal year 1999, 1Q98, and so on. | |
| 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 | ||
| INSERT_UPDATE_FLAG | VARCHAR2 | (1) | Indicates if a record should be explicitly inserted or updated | |
| AUDIT_IND | VARCHAR2 | (30) | ndicates if the financial reports are audited. Y for audited, N for unaudited. | |
| CONSOLIDATED_IND | VARCHAR2 | (30) | Indicate if financial reports are consolidated. Y 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| INTERFACE_STATUS | VARCHAR2 | (30) | Status for the data in the interface table | |
| ERROR_ID | NUMBER | (15) | Foreign Key to the Error Table | |
| CREATION_DATE | DATE | Standard Who Column | ||
| CREATED_BY | NUMBER | (15) | Standard Who Column | |
| LAST_UPDATE_DATE | DATE | Standard Who Column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | 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 | ||
| CREATED_BY_MODULE | VARCHAR2 | (30) | Standard Who column | |
| PARTY_ID | NUMBER | (15) | Party that owns the financial report |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PARTY_ORIG_SYSTEM
, PARTY_ORIG_SYSTEM_REFERENCE
, TYPE_OF_FINANCIAL_REPORT
, DOCUMENT_REFERENCE
, DATE_REPORT_ISSUED
, ISSUED_PERIOD
, REPORT_START_DATE
, REPORT_END_DATE
, INSERT_UPDATE_FLAG
, AUDIT_IND
, CONSOLIDATED_IND
, ESTIMATED_IND
, FINAL_IND
, FISCAL_IND
, FORECAST_IND
, OPENING_IND
, PROFORMA_IND
, QUALIFIED_IND
, REQUIRING_AUTHORITY
, RESTATED_IND
, SIGNED_BY_PRINCIPALS_IND
, TRIAL_BALANCE_IND
, UNBALANCED_IND
, INTERFACE_STATUS
, ERROR_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, CREATED_BY_MODULE
, PARTY_ID
FROM AR.HZ_IMP_FINREPORTS_INT;
AR.HZ_IMP_FINREPORTS_INT does not reference any database object
AR.HZ_IMP_FINREPORTS_INT is referenced by following:
AR
HZ_IMP_FINREPORTS_INT#
|
|
|
|