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


TABLE: BEN.BEN_CM_TRGR

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


BEN_CM_TRGR identifies the instances available to
trigger a communication for a person.
.
For example, when a life event occurs, when a person makes an enrollment election,
when a person becomes eligible for the first time.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: BEN_CM_TRGR_PK
  1. ColumnCM_TRGR_ID
Indexes
Index Type Uniqueness Tablespace Column
BEN_CM_TRGR_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCM_TRGR_ID
Columns
Name Datatype Length Mandatory Comments
CM_TRGR_ID NUMBER (15) Yes System generated primary key column.
CM_TRGR_SRC_CD VARCHAR2 (30) Yes Communication trigger source.
CM_TRGR_TYP_CD VARCHAR2 (30) Yes Communication trigger type.
PROC_CD VARCHAR2 (30)
Process.
DESC_TXT VARCHAR2 (250)
Description.
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.
Query Text

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


SELECT CM_TRGR_ID
,      CM_TRGR_SRC_CD
,      CM_TRGR_TYP_CD
,      PROC_CD
,      DESC_TXT
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM BEN.BEN_CM_TRGR;

Dependencies

[top of page]

BEN.BEN_CM_TRGR does not reference any database object

BEN.BEN_CM_TRGR is referenced by following:

SchemaAPPS
SynonymBEN_CM_TRGR
TriggerBEN_CM_TRGR_WHO