EXM_AUD_LIST_MEMBERS

This table contains the list of individuals whose expense reports are always audited.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

EXM_AUD_AUDIT_LIST_MEMBER_PK

AUDIT_LIST_MEMBER_ID

Columns

Name Datatype Length Precision Not-null Comments
AUDIT_LIST_MEMBER_ID NUMBER 18 Yes Unique identifier of an individual on the audit list.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
PERSON_ID NUMBER 18 Yes Person identifier of the individual on the audit list.
AUDIT_LIST_REASON_CODE VARCHAR2 240 Reason an individual is added to the audit list.
SOURCE VARCHAR2 30 Source that added an individual to the audit list. Possible values are system and manual.
START_DATE DATE Date an individual is added to the audit list.
END_DATE DATE Date an individual is removed from the audit list.
END_DATE_ADJUSTMENT_REASON VARCHAR2 30 Reason why an end date is specified for an employee on the audit list, which results in an inactive status.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
EXM_AUD_LIST_MEMBERS per_persons PERSON_ID

Indexes

Index Uniqueness Tablespace Columns
EXM_AUD_LIST_MEMBERS_N1 Non Unique Default PERSON_ID
EXM_AUD_LIST_MEMBERS_N2 Non Unique Default SOURCE
EXM_AUD_LIST_MEMBERS_N3 Non Unique Default START_DATE
EXM_AUD_LIST_MEMBERS_N4 Non Unique Default END_DATE
EXM_AUD_LIST_MEMBER_PK Unique Default AUDIT_LIST_MEMBER_ID