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


TABLE: FV.FV_1099_TAPE_DATA_ALL

Object Details
Object Name: FV_1099_TAPE_DATA_ALL
Object Type: TABLE
Owner: FV
FND Design Data: TableFV.FV_1099_TAPE_DATA_ALL
Subobject Name:
Status: VALID


This table stores temporary records required for the generation of 1099-GOV and 1099-INT reports and the magnetic formats of the same reports. Records are deleted from this table each time the reports are run.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FV_1099_TAPE_DATA_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnVENDOR_ID
Columns
Name Datatype Length Mandatory Comments
VENDOR_ID NUMBER

Supplier identifier
REGION_CODE NUMBER (15)
Code used for reporting 1099 payments to the income tax regions
MISC1 NUMBER

Total of unemployment compensation payments (1099-GOV) or Interest Income not included in box 3 (1099-INT)
MISC2 NUMBER

Total of taxable grants (1099-GOV) or Financial interest income not included in box 3 (1099-INT)
MISC3 NUMBER

Total for energy grants (1099-GOV) or financial institution interest income not included in box 3 (1099-INT)
MISC4 NUMBER

Total agriculture payments (1099-GOV)
ORG_ID NUMBER (15) Yes Organization identifier
Query Text

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


SELECT VENDOR_ID
,      REGION_CODE
,      MISC1
,      MISC2
,      MISC3
,      MISC4
,      ORG_ID
FROM FV.FV_1099_TAPE_DATA_ALL;

Dependencies

[top of page]

FV.FV_1099_TAPE_DATA_ALL does not reference any database object

FV.FV_1099_TAPE_DATA_ALL is referenced by following:

SchemaAPPS
SynonymFV_1099_TAPE_DATA
SynonymFV_1099_TAPE_DATA_ALL