BEN_BATCH_ELCTBL_CHC_INFO
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.
Details
-
Schema: FUSION
-
Object owner: BEN
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
BEN_BATCH_ELCTBL_CHC_INFO_PK |
BATCH_ELCTBL_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
BATCH_ELCTBL_ID | NUMBER | 18 | Yes | System generated primary key column. | |
BENEFIT_ACTION_ID | NUMBER | 18 | Yes | Foreign key to BEN_BENEFIT_ACTION. | |
BUSINESS_GROUP_ID | NUMBER | 18 | Yes | Foreign Key to HR_ORGANIZATION_UNITS | |
PGM_ID | NUMBER | 18 | Foreign key to BEN_PGM_F. | ||
PL_ID | NUMBER | 18 | Foreign Key to BEN_PL_F. | ||
OIPL_ID | NUMBER | 18 | Foreign Key to BEN_OIPL_F. | ||
ENRT_CVG_STRT_DT | DATE | Enrollment coverage start date. | |||
PERSON_ID | NUMBER | 18 | Yes | Foreign Key to PER_PEOPLE_F. | |
BENEFIT_RELATION_ID | NUMBER | 18 | Foreign Key to BEN_BENEFIT_RELATIONS_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 | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
BEN_BATCH_ELCTBL_CHC_INFO | ben_benefit_actions | BENEFIT_ACTION_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
BEN_BATCH_ELCTBL_CHC_INFO_FK1 | Non Unique | BENEFIT_RELATION_ID | |
BEN_BA_ELCT_CHC_INFO_FK3 | Non Unique | Default | BENEFIT_ACTION_ID |
BEN_BA_ELCT_CHC_INFO_N4 | Non Unique | Default | PGM_ID |
BEN_BA_ELCT_CHC_INFO_N5 | Non Unique | Default | PL_ID |
BEN_BA_ELCT_CHC_INFO_N6 | Non Unique | Default | OIPL_ID |
BEN_BA_ELCT_CHC_INFO_N7 | Non Unique | Default | PERSON_ID |
BEN_BA_ELCT_CHC_INFO_PK1 | Unique | Default | BATCH_ELCTBL_ID |