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


TABLE: BIS.EDW_SEGMENT_CLASSES

Object Details
Object Name: EDW_SEGMENT_CLASSES
Object Type: TABLE
Owner: BIS
FND Design Data: TableBIS.EDW_SEGMENT_CLASSES
TableFII.EDW_SEGMENT_CLASSES
Subobject Name:
Status: VALID


This is the setup table used by accounting flexfield dimensions. This stores information about account type. This table corresponds to the VBH Type Setup form.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
EDW_SET_OF_BOOKS_ID NUMBER (15)
Warehouse accounting books defining column
SEGMENT_NAME VARCHAR2 (80)
Segment name
VALUE VARCHAR2 (240)
Accounting Flexfield segment value
TYPE VARCHAR2 (30)
Account type
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER

Standard who column - user who created 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_UPDATED_BY NUMBER

Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

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 EDW_SET_OF_BOOKS_ID
,      SEGMENT_NAME
,      VALUE
,      TYPE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM BIS.EDW_SEGMENT_CLASSES;

Dependencies

[top of page]

BIS.EDW_SEGMENT_CLASSES does not reference any database object

BIS.EDW_SEGMENT_CLASSES is referenced by following:

SchemaAPPS
SynonymEDW_SEGMENT_CLASSES