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


TABLE: FV.FV_GOALS_224_TEMP

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


FV_GOALS_224_TEMP stores information for the FMS Form 224 GOALS file format.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FV_GOALS_224_TEMP_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnGOALS_224_TEMP_ID
Columns
Name Datatype Length Mandatory Comments
GOALS_224_TEMP_ID NUMBER (15) Yes Primary key of FV_GOALS_224_TEMP table
GOALS_224_RECORD_TYPE VARCHAR2 (2) Yes FMS Form 224 GOALS record type
GOALS_224_RECORD VARCHAR2 (2000)
FMS Form 224 GOALS formatted string
ALC_CODE VARCHAR2 (12)
FMS Form 224 agency location code (ALC)
SUPPLEMENTAL_FLAG VARCHAR2 (1)
Indicates whether transaction was reported on original or supplemental FMS Form 224 Statement of Transactions report. Valid values are N for original and Y for supplemental.
Query Text

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


SELECT GOALS_224_TEMP_ID
,      GOALS_224_RECORD_TYPE
,      GOALS_224_RECORD
,      ALC_CODE
,      SUPPLEMENTAL_FLAG
FROM FV.FV_GOALS_224_TEMP;

Dependencies

[top of page]

FV.FV_GOALS_224_TEMP does not reference any database object

FV.FV_GOALS_224_TEMP is referenced by following:

SchemaAPPS
SynonymFV_GOALS_224_TEMP