[Home] [Help]
[Dependency Information]
Object Name: | FV_SF1219_REPORT_TEMPLATE |
---|---|
Object Type: | TABLE |
Owner: | FV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FV_SF1219_REPORT_TEMPLATE is a seed table that stores all the standard report lines that appear on the FMS Form 1219/1220 report. It acts as a template for the report structure.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LINE_ID | VARCHAR2 | (5) | Yes | Report line identifier |
LINE_DESC | VARCHAR2 | (50) | Yes | Description that appears on FMS Form 1219/1220 report for report line |
LINE_TYPE | VARCHAR2 | (1) | Yes | Indicates type of reported line. Report line, Total line, Opening Balance line, or Description line. |
MULTIPLIER | NUMBER | Yes | Stores sign on which amount is reported. Valid values are +1 and -1. |
Cut, paste (and edit) the following text to query this object:
SELECT LINE_ID
, LINE_DESC
, LINE_TYPE
, MULTIPLIER
FROM FV.FV_SF1219_REPORT_TEMPLATE;
FV.FV_SF1219_REPORT_TEMPLATE does not reference any database object
FV.FV_SF1219_REPORT_TEMPLATE is referenced by following:
|
|
|