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


TABLE: FV.FV_SF133_DEFINITIONS_LINES

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


FV_SF133_DEFINITIONS_LINES stores the data elements required for the SF 133 Report on Budget Execution. It is the master table for the report and stores line number and line label information that corresponds to line items on the report.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FV_SF133_DEFINITIONS_LINES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSF133_LINE_ID
FV_SF133_DEFINITIONS_LINES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSET_OF_BOOKS_ID
ColumnSF133_LINE_NUMBER
Columns
Name Datatype Length Mandatory Comments
SF133_LINE_ID NUMBER (15) Yes SF 133 Report on Budget Execution line identifier
SF133_LINE_NUMBER NUMBER (15) Yes Relative line number on report
SET_OF_BOOKS_ID NUMBER (15) Yes Set of Books identifier
SF133_LINE_TYPE_CODE VARCHAR2 (1) Yes Line type associated with relative column on report. Valid codes are D for Detail line, L for Label line, and T for Total line.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
SF133_NATURAL_BALANCE_TYPE VARCHAR2 (2)
Natural Balance type of report line. Valid values are Debit or Credit.
SF133_FUND_CATEGORY VARCHAR2 (1)
Fund Category. Valid values are Budget Authority, Direct, or Reimbursable.
SF133_LINE_LABEL VARCHAR2 (80)
Line label associated with relative column on report
SF133_GOALS_LINE_NUMBER VARCHAR2 (3)
GOALS line number to which SF 133 Report on Budget Execution is mapped
SF133_REPORT_LINE_NUMBER VARCHAR2 (4)
SF 133 report line
Query Text

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


SELECT SF133_LINE_ID
,      SF133_LINE_NUMBER
,      SET_OF_BOOKS_ID
,      SF133_LINE_TYPE_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      SF133_NATURAL_BALANCE_TYPE
,      SF133_FUND_CATEGORY
,      SF133_LINE_LABEL
,      SF133_GOALS_LINE_NUMBER
,      SF133_REPORT_LINE_NUMBER
FROM FV.FV_SF133_DEFINITIONS_LINES;

Dependencies

[top of page]

FV.FV_SF133_DEFINITIONS_LINES does not reference any database object

FV.FV_SF133_DEFINITIONS_LINES is referenced by following:

SchemaAPPS
SynonymFV_SF133_DEFINITIONS_LINES