[Home] [Help]
[Dependency Information]
Object Name: | FV_1096_DATA_ALL |
---|---|
Object Type: | TABLE |
Owner: | FV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores temporary records required for the generation of the 1096 report. Records are deleted from this table each time the 1099-GOV or 1099-INT reports are run.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NUMBER_OF_DOCUMENTS | NUMBER | Number of documents created in the last 1099-GOV or 1099-INT run | ||
TOTAL_WITHHELD | NUMBER | Not currently used | ||
TOTAL_REPORTED | NUMBER | Total amount reported on the last 1099-GOV or 1099-INT run | ||
TAX_ENTITY_ID | NUMBER | Identifier for tax reporting entity on last 1099-GOV or 1099-INT run | ||
ORG_ID | NUMBER | (15) | Yes | Organization identifier |
REPORTING_TYPE | VARCHAR2 | (30) | Indicates the type of 1099 reporting, 1099G or 1099 INT |
Cut, paste (and edit) the following text to query this object:
SELECT NUMBER_OF_DOCUMENTS
, TOTAL_WITHHELD
, TOTAL_REPORTED
, TAX_ENTITY_ID
, ORG_ID
, REPORTING_TYPE
FROM FV.FV_1096_DATA_ALL;
FV.FV_1096_DATA_ALL does not reference any database object
FV.FV_1096_DATA_ALL is referenced by following:
|
|
|