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


TABLE: FV.FV_BE_TRX_HDRS

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


The FV_BE_TRX_HDRS table stores the document information for all budget execution transactions. This is the base table for the header block of the Define Appropriations and Define Fund Distributions forms.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FV_BE_TRX_HDRS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUDGET_LEVEL_ID
ColumnDOC_NUMBER
ColumnSET_OF_BOOKS_ID
ColumnSOURCE
FV_BE_TRX_HDRS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDOC_ID
Columns
Name Datatype Length Mandatory Comments
DOC_ID NUMBER (15) Yes Unique system generated identifier
DOC_NUMBER VARCHAR2 (30) Yes Document number
REVISION_NUM NUMBER (4) Yes Document revision number
INTERNAL_REVISION_NUM NUMBER (4) Yes Document Revision Number for internal tracking purpose
TREASURY_SYMBOL_ID NUMBER (15) Yes Treasury Symbol Id
FUND_VALUE VARCHAR2 (25) Yes Balancing segment
BUDGET_LEVEL_ID NUMBER (15) Yes Budget Level Identifier. Foreign key to FV_BUDGET_LEVELS table
TRANSACTION_DATE DATE
Yes Transaction Date
DOC_STATUS VARCHAR2 (25) Yes Status of the document
DOC_TOTAL NUMBER
Yes Document Total
BUDGETING_SEGMENTS VARCHAR2 (2000)
Accounting flexfield concatenated string. This gives the accounting distribution information for appropriation transactions and the from distribution information for lower level transactions. For RPR documents, this field will be NULL for lower level transactions.
SEGMENT1 VARCHAR2 (25)
Key flexfield segment
SEGMENT2 VARCHAR2 (25)
Key flexfield segment
SEGMENT3 VARCHAR2 (25)
Key flexfield segment
SEGMENT4 VARCHAR2 (25)
Key flexfield segment
SEGMENT5 VARCHAR2 (25)
Key flexfield segment
SEGMENT6 VARCHAR2 (25)
Key flexfield segment
SEGMENT7 VARCHAR2 (25)
Key flexfield segment
SEGMENT8 VARCHAR2 (25)
Key flexfield segment
SEGMENT9 VARCHAR2 (25)
Key flexfield segment
SEGMENT10 VARCHAR2 (25)
Key flexfield segment
SEGMENT11 VARCHAR2 (25)
Key flexfield segment
SEGMENT12 VARCHAR2 (25)
Key flexfield segment
SEGMENT13 VARCHAR2 (25)
Key flexfield segment
SEGMENT14 VARCHAR2 (25)
Key flexfield segment
SEGMENT15 VARCHAR2 (25)
Key flexfield segment
SEGMENT16 VARCHAR2 (25)
Key flexfield segment
SEGMENT17 VARCHAR2 (25)
Key flexfield segment
SEGMENT18 VARCHAR2 (25)
Key flexfield segment
SEGMENT19 VARCHAR2 (25)
Key flexfield segment
SEGMENT20 VARCHAR2 (25)
Key flexfield segment
SEGMENT21 VARCHAR2 (25)
Accounting flexfield segment
SEGMENT22 VARCHAR2 (25)
Accounting flexfield segment
SEGMENT23 VARCHAR2 (25)
Accounting flexfield segment
SEGMENT24 VARCHAR2 (25)
Accounting flexfield segment
SEGMENT25 VARCHAR2 (25)
Accounting flexfield segment
SEGMENT26 VARCHAR2 (25)
Accounting flexfield segment
SEGMENT27 VARCHAR2 (25)
Accounting flexfield segment
SEGMENT28 VARCHAR2 (25)
Accounting flexfield segment
SEGMENT29 VARCHAR2 (25)
Accounting flexfield segment
SEGMENT30 VARCHAR2 (25)
Accounting flexfield segment
APPROVAL_ID NUMBER (15)
The Approval process identifier. On pressing the approve button on the Budget entry forms this will be set to a unique number
SOURCE VARCHAR2 (25)
The Source of the transaction. Currently it is populated with 'RPR' for Reprogramming transactions. Can be used in future for getting transactions from other feeder systems.
APPROVED_BY_USER_ID NUMBER (15)
User identifier of the approver. Foreign key to FV_BUDGET_USER_DTL
DISTRIBUTION_AMOUNT NUMBER

Amount for distribution. This amount is reset to NULL when the document is approved.
OLD_DOC_NUMBER VARCHAR2 (30)
For upgrade customers this field will store the document number from fv_budgetary_transactions table
SET_OF_BOOKS_ID NUMBER (15) Yes Set of books identifier
PARENT_DOC_ID NUMBER (15)
Parent Document 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).
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)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure definition column.
BU_GROUP_ID NUMBER (15) Yes Budget Security Group ID of the User
Query Text

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


SELECT DOC_ID
,      DOC_NUMBER
,      REVISION_NUM
,      INTERNAL_REVISION_NUM
,      TREASURY_SYMBOL_ID
,      FUND_VALUE
,      BUDGET_LEVEL_ID
,      TRANSACTION_DATE
,      DOC_STATUS
,      DOC_TOTAL
,      BUDGETING_SEGMENTS
,      SEGMENT1
,      SEGMENT2
,      SEGMENT3
,      SEGMENT4
,      SEGMENT5
,      SEGMENT6
,      SEGMENT7
,      SEGMENT8
,      SEGMENT9
,      SEGMENT10
,      SEGMENT11
,      SEGMENT12
,      SEGMENT13
,      SEGMENT14
,      SEGMENT15
,      SEGMENT16
,      SEGMENT17
,      SEGMENT18
,      SEGMENT19
,      SEGMENT20
,      SEGMENT21
,      SEGMENT22
,      SEGMENT23
,      SEGMENT24
,      SEGMENT25
,      SEGMENT26
,      SEGMENT27
,      SEGMENT28
,      SEGMENT29
,      SEGMENT30
,      APPROVAL_ID
,      SOURCE
,      APPROVED_BY_USER_ID
,      DISTRIBUTION_AMOUNT
,      OLD_DOC_NUMBER
,      SET_OF_BOOKS_ID
,      PARENT_DOC_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ATTRIBUTE_CATEGORY
,      BU_GROUP_ID
FROM FV.FV_BE_TRX_HDRS;

Dependencies

[top of page]

FV.FV_BE_TRX_HDRS does not reference any database object

FV.FV_BE_TRX_HDRS is referenced by following:

SchemaAPPS
SynonymFV_BE_TRX_HDRS