[Home] [Help]
[Dependency Information]
| Object Name: | FV_GOALS_224_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | FV |
| FND Design Data: | FV.FV_GOALS_224_TEMP
|
| Subobject Name: | |
| Status: | VALID |
FV_GOALS_224_TEMP stores information for the FMS Form 224 GOALS file format.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FV_GOALS_224_TEMP_U1 | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
GOALS_224_TEMP_ID
|
| 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) | Supplemental Flag /Indicates whether transaction was reported on original or supplemental FMS Form 224 Statement of Transactions report. |
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:
FV
FV_GOALS_224_TEMP#
|
|
|
|