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


TABLE: BEN.BEN_BATCH_DPNT_INFO

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


BEN_BATCH_DPNT_INFO contains dependent 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_DPNT_INFO_PK
  1. ColumnBATCH_DPNT_ID
Indexes
Index Type Uniqueness Tablespace Column
BEN_BATCH_DPNT_INFO_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_DPNT_ID
BEN_BATCH_DPNT_INFO_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBENEFIT_ACTION_ID
BEN_BATCH_DPNT_INFO_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
BEN_BATCH_DPNT_INFO_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
BEN_BATCH_DPNT_INFO_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPL_ID
BEN_BATCH_DPNT_INFO_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPGM_ID
BEN_BATCH_DPNT_INFO_N7 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnOIPL_ID
BEN_BATCH_DPNT_INFO_N8 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDPNT_PERSON_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_DPNT_ID NUMBER (15) Yes System generated primary key column.
ENRT_CVG_STRT_DT DATE

Enrollment coverage start date.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign Key to HR_ORGANIZATION_UNITS
BENEFIT_ACTION_ID NUMBER (15) Yes Foreign key to BEN_BENEFIT_ACTION.
ENRT_CVG_THRU_DT DATE

Enrollment coverage through date.
ACTN_CD VARCHAR2 (30)
Action code.
PERSON_ID NUMBER (15) Yes Foreign Key to PER_PEOPLE_F.
PGM_ID NUMBER (15)
Foreign key to BEN_PGM_F.
CONTACT_TYP_CD VARCHAR2 (30)
Contact type.
PL_ID NUMBER (15)
Foreign Key to BEN_PL_F.
OIPL_ID NUMBER (15)
Foreign Key to BEN_OIPL_F.
DPNT_PERSON_ID NUMBER (15) Yes Foreign key to PER_ALL_PEOPLE_F.
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 VARCHAR2 (240) 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_DPNT_ID
,      ENRT_CVG_STRT_DT
,      BUSINESS_GROUP_ID
,      BENEFIT_ACTION_ID
,      ENRT_CVG_THRU_DT
,      ACTN_CD
,      PERSON_ID
,      PGM_ID
,      CONTACT_TYP_CD
,      PL_ID
,      OIPL_ID
,      DPNT_PERSON_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      OBJECT_VERSION_NUMBER
FROM BEN.BEN_BATCH_DPNT_INFO;

Dependencies

[top of page]

BEN.BEN_BATCH_DPNT_INFO does not reference any database object

BEN.BEN_BATCH_DPNT_INFO is referenced by following:

SchemaAPPS
SynonymBEN_BATCH_DPNT_INFO
TriggerBEN_BATCH_DPNT_INFO_WHO