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


TABLE: BEN.BEN_EXT_FLD

Object Details
Object Name: BEN_EXT_FLD
Object Type: TABLE
Owner: BEN
FND Design Data: TableBEN.BEN_EXT_FLD
Subobject Name:
Status: VALID


BEN_EXT_FLD identifies the possible predefined combinations of attributes about an extract data element. For example, the person gender element can be decoded, only a detail record, at the person level. This table is not viewable or updatable by the user, i.e. there is no user interface for this table as the values are seeded.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: BEN_EXT_FLD_PK
  1. ColumnEXT_FLD_ID
Indexes
Index Type Uniqueness Tablespace Column
BEN_EXT_FLD_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnEXT_FLD_ID
BEN_EXT_FLD_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnBUSINESS_GROUP_ID
Columns
Name Datatype Length Mandatory Comments
EXT_FLD_ID NUMBER (15) Yes System generated primary key column.
DECD_FLAG VARCHAR2 (30) Yes Decode Y or N.
SHORT_NAME VARCHAR2 (30)
Short name.
NAME VARCHAR2 (600)
Name of the extract field.
FRMT_MASK_TYP_CD VARCHAR2 (30)
Format mask type.
CSR_CD VARCHAR2 (30)
Cursor code.
LVL_CD VARCHAR2 (30)
Level code.
ALWD_IN_RCD_CD VARCHAR2 (30)
Allowed in record.
BUSINESS_GROUP_ID NUMBER (15)
Foreign Key to HR_ORGANIZATION_UNITS
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
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).
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.
OBJECT_VERSION_NUMBER NUMBER (9)
System-generated primary key. Increments by one each update.
LEGISLATION_CODE VARCHAR2 (30)
Legislation Code.
GROUP_LVL_CD VARCHAR2 (30)
Group level code.
Query Text

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


SELECT EXT_FLD_ID
,      DECD_FLAG
,      SHORT_NAME
,      NAME
,      FRMT_MASK_TYP_CD
,      CSR_CD
,      LVL_CD
,      ALWD_IN_RCD_CD
,      BUSINESS_GROUP_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      OBJECT_VERSION_NUMBER
,      LEGISLATION_CODE
,      GROUP_LVL_CD
FROM BEN.BEN_EXT_FLD;

Dependencies

[top of page]

BEN.BEN_EXT_FLD does not reference any database object

BEN.BEN_EXT_FLD is referenced by following:

SchemaAPPS
SynonymBEN_EXT_FLD
TriggerBEN_EXT_FLD_WHO