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


TABLE: FV.FV_BE_ACCOUNT_PAIRS

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


FV_BE_ACCOUNT_PAIRS has the budgetary account pairs that are automatically debited and credited when you generate a budgetary transaction. Each Transaction/Sub Type can have multiple pairs, with each pair being debited or credited accordingly.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FV_BE_ACCOUNT_PAIRS_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUB_TYPE
ColumnBE_TT_ID
Columns
Name Datatype Length Mandatory Comments
CHART_OF_ACCOUNTS_ID NUMBER (15) Yes Chart of Accounts Identifier
BE_TT_ID NUMBER (15) Yes Transaction Type identifier
SUB_TYPE VARCHAR2 (30)
Transaction Sub-Type
LEDGER_ID NUMBER (15) Yes Ledger identifier
DR_ACCOUNT_SEGMENT_VALUE VARCHAR2 (25) Yes Debit Account Segment Value
CR_ACCOUNT_SEGMENT_VALUE VARCHAR2 (25) Yes Credit Account Segment Value
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).
Query Text

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


SELECT CHART_OF_ACCOUNTS_ID
,      BE_TT_ID
,      SUB_TYPE
,      LEDGER_ID
,      DR_ACCOUNT_SEGMENT_VALUE
,      CR_ACCOUNT_SEGMENT_VALUE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM FV.FV_BE_ACCOUNT_PAIRS;

Dependencies

[top of page]

FV.FV_BE_ACCOUNT_PAIRS does not reference any database object

FV.FV_BE_ACCOUNT_PAIRS is referenced by following:

SchemaAPPS
SynonymFV_BE_ACCOUNT_PAIRS