[Home] [Help]
[Dependency Information]
| Object Name: | FV_SF224_VOID_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | FV |
| FND Design Data: | FV.FV_SF224_VOID_TEMP
|
| Subobject Name: | |
| Status: | VALID |
FV_SF224_VOID_TEMP is used by the FMS Form 224 process to store the voided transactions for processing.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FV_SF224_VOID_TEMP_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
REFERENCE_2
REFERENCE_3
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (100) | Name of journal entry batch | |
| AMOUNT | NUMBER | Sum of line ENTERED_DR or ENTERED_CR on FMS Form 224 Statement of Transactions report | ||
| REFERENCE_2 | VARCHAR2 | (240) | Journal entry line reference column | |
| REFERENCE_3 | VARCHAR2 | (240) | Journal entry line reference column | |
| EXCEPTION_CATEGORY | VARCHAR2 | (25) | Reason for transaction to appear on exception report | |
| COLUMN_GROUP | NUMBER | Indicates whether transaction is reported in column 2 or column 3 of report | ||
| 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. | |
| JE_HEADER_ID | NUMBER | (15) | Journal entry header | |
| JE_LINE_NUM | NUMBER | (15) | Journal entry line | |
| JE_BATCH_ID | NUMBER | (15) | Journal entry batch defining column |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, AMOUNT
, REFERENCE_2
, REFERENCE_3
, EXCEPTION_CATEGORY
, COLUMN_GROUP
, SUPPLEMENTAL_FLAG
, JE_HEADER_ID
, JE_LINE_NUM
, JE_BATCH_ID
FROM FV.FV_SF224_VOID_TEMP;
FV.FV_SF224_VOID_TEMP does not reference any database object
FV.FV_SF224_VOID_TEMP is referenced by following:
APPS
FV_SF224_VOID_TEMP
|
|
|
|