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


TABLE: FV.FV_BD_CONTROLS

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


FV_BD_CONTROLS contains budgetary discount transactions.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FV_BD_CONTROLS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVOICE_PAYMENT_ID
FV_BD_CONTROLS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnGROUP_ID
Columns
Name Datatype Length Mandatory Comments
INVOICE_PAYMENT_ID NUMBER (15) Yes Invoice payment identifier
GROUP_ID NUMBER (15) Yes Group identifier used by journal import
CONTROL_FLAG VARCHAR2 (1) Yes Y or N flag
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
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).
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
Query Text

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


SELECT INVOICE_PAYMENT_ID
,      GROUP_ID
,      CONTROL_FLAG
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM FV.FV_BD_CONTROLS;

Dependencies

[top of page]

FV.FV_BD_CONTROLS does not reference any database object

FV.FV_BD_CONTROLS is referenced by following:

SchemaFV
ViewFV_BD_CONTROLS#