[Home] [Help]
[Dependency Information]
Object Name: | FV_GOALS_224_TEMP |
---|---|
Object Type: | TABLE |
Owner: | FV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FV_GOALS_224_TEMP stores information for the FMS Form 224 GOALS file format.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FV_GOALS_224_TEMP_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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. |
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;
FV.FV_GOALS_224_TEMP does not reference any database object
FV.FV_GOALS_224_TEMP is referenced by following:
|
|
|