EXM_MISC_POLICIES

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

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EXM_MISC_POLICIES_PK

MISC_POLICY_ID

Columns

Name Datatype Length Precision Not-null Comments Status
MISC_POLICY_ID NUMBER 18 Yes Unique identifier of miscellaneous 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 miscellaneous expense policy.
DESCRIPTION VARCHAR2 240 Description of miscellaneous expense policy.
STATUS VARCHAR2 30 Status of miscellaneous expense policy, whether Draft, Valid, Invalid, or Active. Values are from lookup EXM_POLICY_STATUS.
ENABLED_ELIGIBILITY_FLAG VARCHAR2 1 Indicates whether minimum number of days are required before miscellaneous expense is eligible for expense reimbursement.
ELIGIBILITY_DAYS NUMBER 3 Minimum number of days before miscellaneous expense is eligible for reimbursement.
DAYS_BASED_ITEM_PARENT_FLAG VARCHAR2 1 Indicates whether eligibility for miscellaneous expense reimbursement is based on number of days specified in parent line during itemization in expense entry.
RATE_TYPE_CODE VARCHAR2 30 Policy rate type of miscellaneous expense policy, whether by rate limit, percentage reimbursement, or percentage reimbursement with rate limit. Values are from lookup EXM_RATE_TYPE.
SINGLE_INSTANCE_LIMIT_FLAG VARCHAR2 1 Indicates whether miscellaneous expense policy limits are enforced by each submitted instance of miscellaneous expense item.
DAILY_LIMIT_FLAG VARCHAR2 1 Indicates whether daily amount limit of miscellaneous expenses is enforced. Possible values are Yes or No.
MONTHLY_LIMIT_FLAG VARCHAR2 1 Indicates whether monthly amount limit of miscellaneous expenses is enforced. Possible values are Yes or No.
YEARLY_LIMIT_FLAG VARCHAR2 1 Indicates whether miscellaneous expense policy limits are enforced by maximum permitted annual amount. Possible values are Yes or No.
LIFETIME_LIMIT_FLAG VARCHAR2 1 Indicates whether miscellaneous expense policy limits are enforced by maximum permitted lifetime amount. Possible values are Yes or No.
PERIOD_MONTH VARCHAR2 30 Starting month from which miscellaneous expense policy annual rate limit is counted. Values are from lookup MONTH.
PERIOD_DAY NUMBER 2 Start date from which miscellaneous expense policy annual rate limit is counted. Values are from lookup DAY.
CURRENCY_OPTION_CODE VARCHAR2 30 Miscellaneous expense policy defined for single currency or for multiple currencies. Values are from lookup EXM_CURRENCY_OPTION.
CURRENCY_CODE VARCHAR2 15 Currency code for miscellaneous expense policy.
ENABLED_ROLE_FLAG VARCHAR2 1 Indicates whether miscellaneous expense rates vary, based on employee role.
POLICY_ROLE_CODE VARCHAR2 30 Role type that determines miscellaneous expense policy rate, such as Job, Grade, or Position. Values are from lookup EXM_POLICY_ROLE.
ENABLED_LOCATION_FLAG VARCHAR2 1 Indicates whether miscellaneous expense policy rates vary by location.
LOCATION_TYPE_CODE VARCHAR2 30 Location that determines miscellaneous expense policy rates, such as Geographical, Location, or Zone. Valid values are from lookup EXM_LOCATION_TYPE.
ZONE_TYPE_CODE VARCHAR2 30 Lookup that defines zone types for this miscellaneous expense policy. Values are from lookup EXM_ZONE_TYPE.
ENABLED_GENDER_FLAG VARCHAR2 1 Indicates whether miscellaneous rates vary based on the gender of an employee.
POLICY_ENFORCEMENT_CODE VARCHAR2 30 Type of miscellaneous expense policy enforcement applied. Values are from lookup EXM_POLICY_ENFORCEMENT.
POLICY_VIOLATION_FLAG VARCHAR2 1 Indicates whether employees are warned when they submit expenses that exceed defined miscellaneous expense policy rate limit.
WARNING_TOLERANCE NUMBER Percentage that, when added to miscellaneous expense policy amount limit, defines maximum allowable limit, resulting in policy warning violation.
DISP_WARNING_TO_USER_FLAG VARCHAR2 1 Indicates whether miscellaneous expense policy warning is displayed to user.
PREVENT_SUBMISSION_FLAG VARCHAR2 1 Indicates whether expense report submission is prevented if miscellaneous expense policy violation occurs.
ERROR_TOLERANCE NUMBER Percentage that, when added to miscellaneous expense policy amount limit, defines maximum allowable limit, resulting in prevention of expense report submission.
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
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.
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.

Indexes

Index Uniqueness Tablespace Columns
EXM_MISC_POLICIES_N1 Non Unique FUSION_TS_TX_DATA STATUS
EXM_MISC_POLICIES_PK Unique FUSION_TS_TX_DATA MISC_POLICY_ID
EXM_MISC_POLICIES_U1 Unique FUSION_TS_TX_DATA UPPER("POLICY_NAME")