VCS_DEMAND_USERS

Represents the user information of demand planners.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_DEMAND_USERS_PK

VCS_DEMAND_USER_ID

Columns

Name Datatype Length Precision Not-null Comments
VCS_DEMAND_USER_ID NUMBER 18 Yes Primary key identifying a demand planner.
USER_NAME VARCHAR2 100 Yes Username of the demand planner.
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
STATUS_CODE VARCHAR2 30 Identifies the current status of demand planner.
FULL_ACCESS_FLAG VARCHAR2 1 Yes Identifies the status of allow full access to all demand planners if data access security is enabled.
USER_SCOPE VARCHAR2 40 Yes Identifies the scope of the demand planner (DEMAND, COLLABORATION, VMI, etc.)
PARTICIPANT_CODE VARCHAR2 30 Abbreviation that identifies the party participant who published the data. A list of accepted values is defined in the lookup type ORA_VCS_PUB_PARTY.
PERSON_PARTY_ID NUMBER 18 Value that uniquely identifies the person or party.
FIRST_NAME VARCHAR2 150 Demand collaborator's first name.
LAST_NAME VARCHAR2 150 Demand collaborator's last name.
CONTACT_CREATION_PROCESS_ID NUMBER 18 Value that uniquely identifies the Create Collaboration Contact scheduled process.

Indexes

Index Uniqueness Tablespace Columns
VCS_DEMAND_USERS_N1 Non Unique Default UPPER("USER_NAME"), USER_SCOPE, STATUS_CODE, FULL_ACCESS_FLAG
VCS_DEMAND_USERS_U1 Unique Default VCS_DEMAND_USER_ID