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


TABLE: BEN.BEN_BATCH_ELCTBL_CHC_INFO

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


BEN_BATCH_ELCTBL_CHC_INFO contains electable choice related data resulting from running concurrent manager processes.
.
BEN_BATCH tables store concurrent manager results so that this information is available for inclusion in reports, such as the activity summary report and audit log. This information is stored regardless of whether the process is run in validate (rollback) or commit mode.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: BEN_BATCH_ELCTBL_CHC_INFO_PK
  1. ColumnBATCH_ELCTBL_ID
Indexes
Index Type Uniqueness Tablespace Column
BEN_BATCH_ELCTBL_CHC_INFO_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ELCTBL_ID
BEN_BATCH_ELCTBL_CHC_INFO_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBENEFIT_ACTION_ID
BEN_BATCH_ELCTBL_CHC_INFO_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
BEN_BATCH_ELCTBL_CHC_INFO_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPGM_ID
BEN_BATCH_ELCTBL_CHC_INFO_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPL_ID
BEN_BATCH_ELCTBL_CHC_INFO_N6 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnOIPL_ID
BEN_BATCH_ELCTBL_CHC_INFO_N7 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ELCTBL_ID NUMBER (15) Yes System generated primary key column.
BENEFIT_ACTION_ID NUMBER (15) Yes Foreign key to BEN_BENEFIT_ACTION.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign Key to HR_ORGANIZATION_UNITS
PGM_ID NUMBER (15)
Foreign key to BEN_PGM_F.
PL_ID NUMBER (15)
Foreign Key to BEN_PL_F.
OIPL_ID NUMBER (15)
Foreign Key to BEN_OIPL_F.
ENRT_CVG_STRT_DT DATE

Enrollment coverage start date.
PERSON_ID NUMBER (15) Yes Foreign Key to PER_PEOPLE_F.
ENRT_PERD_STRT_DT DATE

Enrollment period start date.
ENRT_PERD_END_DT DATE

Enrollment period end date.
ERLST_DEENRT_DT DATE

Earliest de-enrollment date.
DFLT_ENRT_DT DATE

Default enrollment date.
ENRT_TYP_CYCL_CD VARCHAR2 (30)
Enrollment type cycle.
COMP_LVL_CD VARCHAR2 (30)
Compensation level.
MNDTRY_FLAG VARCHAR2 (30) Yes Mandatory Y or N.
DFLT_FLAG VARCHAR2 (30) Yes Default Y or N.
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) Yes System-generated primary key. Increments by one each update.
Query Text

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


SELECT BATCH_ELCTBL_ID
,      BENEFIT_ACTION_ID
,      BUSINESS_GROUP_ID
,      PGM_ID
,      PL_ID
,      OIPL_ID
,      ENRT_CVG_STRT_DT
,      PERSON_ID
,      ENRT_PERD_STRT_DT
,      ENRT_PERD_END_DT
,      ERLST_DEENRT_DT
,      DFLT_ENRT_DT
,      ENRT_TYP_CYCL_CD
,      COMP_LVL_CD
,      MNDTRY_FLAG
,      DFLT_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      OBJECT_VERSION_NUMBER
FROM BEN.BEN_BATCH_ELCTBL_CHC_INFO;

Dependencies

[top of page]

BEN.BEN_BATCH_ELCTBL_CHC_INFO does not reference any database object

BEN.BEN_BATCH_ELCTBL_CHC_INFO is referenced by following:

SchemaAPPS
SynonymBEN_BATCH_ELCTBL_CHC_INFO
TriggerBEN_BATCH_ELCTBL_CHC_INFO_WHO