EXM_ENTERTAINMENT_POLICIES

This table contains all data related to a given entertainment policy.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EXM_ENTERTAINMENT_POLICIES_PK

ENTERTAINMENT_POLICY_ID

Columns

Name Datatype Length Precision Not-null Comments Status
ENTERTAINMENT_POLICY_ID NUMBER 18 Yes Unique identifier of entertainment expense policy.
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.
POLICY_NAME VARCHAR2 60 Yes Name of entertainment expense policy.
DESCRIPTION VARCHAR2 240 Description of entertainment expense policy.
STATUS VARCHAR2 30 Status of entertainment expense policy, whether Draft, Valid, Invalid, or Active. Values are from lookup EXM_POLICY_STATUS.
ENABLED_RATE_LIMIT_FLAG VARCHAR2 1 Indicates whether entertainment expense policy rate limits are enforced.
SINGLE_INSTANCE_LIMIT_FLAG VARCHAR2 1 Indicates whether entertainment expense policy limits are enforced by each submitted instance of entertainment expense item.
DAILY_LIMIT_FLAG VARCHAR2 1 Indicates whether daily amount limit of entertainment expenses is enforced. Possible values are Yes or No.
YEARLY_LIMIT_FLAG VARCHAR2 1 Indicates whether entertainment expense policy limits are enforced by maximum permitted annual amount. Possible values are Yes or No.
PERIOD_MONTH VARCHAR2 30 Starting month from which entertainment expense policy annual rate limit is counted. Values are from lookup MONTH.
PERIOD_DAY NUMBER 2 Start date from which entertainment expense policy annual rate limit is counted. Values are from lookup DAY.
CURRENCY_OPTION_CODE VARCHAR2 30 Entertainment expense policy defined for a single currency or for multiple currencies. Values are from lookup EXM_CURRENCY_OPTION.
CURRENCY_CODE VARCHAR2 15 Currency code for entertainment expense policy defined for single currency.
ENABLED_ROLE_FLAG VARCHAR2 1 Indicates whether entertainment expense rates vary, based on employee role.
POLICY_ROLE_CODE VARCHAR2 30 Role type that determines entertainment expense policy rate, such as Job, Grade, or Position. Values are from lookup EXM_POLICY_ROLE.
ATTENDEE_TYPES_FLAG VARCHAR2 1 Indicates whether attendee types are used as rate determinant. Possible values are Yes or No.
POLICY_ENFORCEMENT_CODE VARCHAR2 30 Type of entertainment expense policy enforcement applied. Values are from lookup ORA_EXM_ENTERT_PO_ENFORCEM.
POLICY_VIOLATION_FLAG VARCHAR2 1 Indicates whether employees are warned when they submit expenses that exceed defined entertainment expense policy rate limit.
WARNING_TOLERANCE NUMBER Percentage that, when added to entertainment expense policy amount limit, defines maximum allowable limit, resulting in policy warning violation.
DISP_WARNING_TO_USER_FLAG VARCHAR2 1 Indicates whether entertainment expense policy warning is displayed to user.
PREVENT_SUBMISSION_FLAG VARCHAR2 1 Indicates whether expense report submission is prevented if entertainment expense policy violation occurs.
ERROR_TOLERANCE NUMBER Percentage that, when added to entertainment expense policy amount limit, defines maximum allowable limit, resulting in prevention of expense report submission.
INDIVID_ATTENDEE_AMT_FLAG VARCHAR2 1 Indicates whether employee is required to enter amount for individual event attendees.
EMPLOYEE_ATTENDEE_INFO_FLAG VARCHAR2 1 Indicates whether employee attendee-related fields display during entertainment expense entry. Examples of employee attendee-related fields include Employee Name and Title.
EMPL_REQ_AS_ATTENDEE_FLAG VARCHAR2 1 Indicates whether user is required to enter at least one employee name as attendee when user creates attendee in expense entry.
NON_EMPL_ATTENDEE_INFO_FLAG VARCHAR2 1 Indicates whether nonemployee attendee-related fields display during entertainment expense entry. Examples of nonemployee attendee-related fields include Name, Employer, and Address.
EMP_ATTENDEE_AMT_CODE VARCHAR2 30 Indicates whether employee attendee amount is required, optional, or hidden. Values are from look up EXM_FIELD_BEHAVIOUR.
NONEMP_ATTENDEE_TYPE_CODE VARCHAR2 30 Indicates whether nonemployee attendee type is required, optional, or hidden. Values are from look up EXM_FIELD_BEHAVIOUR.
NONEMP_ATTENDEE_AMT_CODE VARCHAR2 30 Indicates whether nonemployee attendee amount is required, optional, or hidden. Values are from look up EXM_FIELD_BEHAVIOUR.
NONEMP_ATTENDEE_ADDRS_CODE VARCHAR2 30 Indicates whether nonemployee employer address is required, optional, or hidden. Values are from look up EXM_FIELD_BEHAVIOUR.
NONEMP_JOB_TITLE_CODE VARCHAR2 30 Indicates whether nonemployee job title is required, optional, or hidden. Values are from look up EXM_FIELD_BEHAVIOUR.
RATE_LIMIT_TYPE_CODE VARCHAR2 30 Indicates whether policy rate limit is defined per expense type or per attendee. Values are from look up ORA_EXM_LIMIT_TYPE.
NONEMP_CREATION_FLAG VARCHAR2 1 Indicates whether user can create nonemployee. Values are from look up EXM_YES_NO.
EMPLOYER_CREATION_FLAG VARCHAR2 1 Indicates whether user can create nonemployee employer. Values are from look up EXM_YES_NO.
NONEMP_REQUIRED_ATTENDEE_FLAG VARCHAR2 1 Indicates whether user is required to enter at least one nonemployee as attendee. Values are from look up EXM_YES_NO.
EMP_RATE_DETERMINANT_FLAG VARCHAR2 1 Indicates whether employee is used as the entertainment policy rate determinant. Values are from look up EXM_YES_NO.
NONEMP_RATE_DETERMINANT_FLAG VARCHAR2 1 Indicates whether nonemployee is used as the entertainment policy rate determinant. Values are from look up EXM_YES_NO.
NUM_OF_ATTENDEES_FLAG VARCHAR2 1 Indicates whether capturing number of attendees is mandatory.
NUM_OF_ATTENDEES_AMOUNT NUMBER Amount above which capturing number of attendees is mandatory.
NUM_OF_ATTENDEES_CURR_CODE VARCHAR2 15 Currency code for the amount above which capturing number of attendees is mandatory.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield. Active
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
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_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.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATETIME1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATETIME2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.

Indexes

Index Uniqueness Tablespace Columns
EXM_ENTERT_POLICIES_N1 Non Unique FUSION_TS_TX_DATA STATUS
EXM_ENTERT_POLICIES_PK Unique FUSION_TS_TX_DATA ENTERTAINMENT_POLICY_ID
EXM_ENTERT_POLICIES_U1 Unique FUSION_TS_TX_DATA UPPER("POLICY_NAME")