SVC_CATEGORY_REF_OBJ_MAP

This table provides mapping of Category to different supported Object such as ERP Objects related to Expense, Invoice, Projects, ect

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_CATEGORY_REF_OBJ_MAP_PK

CAT_REF_OBJ_MAP_ID

Columns

Name Datatype Length Precision Not-null Comments
CAT_REF_OBJ_MAP_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
CATEGORY_ID NUMBER 18 Yes Foreign key that references SVC_CATEGORIES (CATEGORY_ID).
DEEP_LINK_URL VARCHAR2 500 This link comes from ERP Team for Expense Report.
LOV_API_ENDPOINT VARCHAR2 250 API Endpoint used in Reference object picker.
LOV_REF_ID_ATTRIBUTE VARCHAR2 50 API response attribute that map to ref_obj_id in svc_service_requests table.
LOV_REF_PUID_ATTRIBUTE VARCHAR2 50 API response attribute that map to ref_obj_puid in svc_service_requests table.
LOV_DISPLAY_ATTR1 VARCHAR2 50 API response attribute to show in Reference object picker.
LOV_DISPLAY_ATTR2 VARCHAR2 50 API response attribute to show in Reference object picker.
LOV_DISPLAY_ATTR3 VARCHAR2 50 API response attribute to show in Reference object picker.
LOV_FILTER_ATTR VARCHAR2 50 API query parameter to filter in Reference object picker.
LOV_ORDER_BY_ATTR VARCHAR2 50 API sort attribute to use in Reference object picker.
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.
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.
OBJ_REF_TABLE VARCHAR2 50 This field contains the name of the ERP table being referred to. For Expense, it will be EXM_EXPENSE_REPORTS.

Indexes

Index Uniqueness Tablespace Columns
SVC_CATEGORY_REF_OBJ_MAP_PK Unique Default CAT_REF_OBJ_MAP_ID
SVC_CATEGORY_REF_OBJ_MAP_U1 Unique Default CATEGORY_ID