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


TABLE: FV.FV_SF1219_ORG_TEMP

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


FV_SF1219_ORG_TEMP stores the calculated report lines to be reported on the FMS Form 1219/1220 report, along with their corresponding organization identifier.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
ORG_ID NUMBER (15) Yes Organization identifier
LINE_ID VARCHAR2 (3) Yes Report line identifier
AMOUNT NUMBER

Reported transaction amount
ALC_CODE VARCHAR2 (30)
Not currently used
Query Text

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


SELECT ORG_ID
,      LINE_ID
,      AMOUNT
,      ALC_CODE
FROM FV.FV_SF1219_ORG_TEMP;

Dependencies

[top of page]

FV.FV_SF1219_ORG_TEMP does not reference any database object

FV.FV_SF1219_ORG_TEMP is referenced by following:

SchemaFV
ViewFV_SF1219_ORG_TEMP#