MOO_OPTY_ACCESS

Table containing denormed Opportunity Resources and Opportunity Territories. This Denormed table is used in defining the security on Opportunity.

Details

  • Schema: FUSION

  • Object owner: MOO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MOO_OPTY_ACCESS_PK

OPTY_ACCESS_ID, TYPE_CODE

Columns

Name Datatype Length Precision Not-null Comments
OPTY_ACCESS_ID NUMBER Yes Unique ID for Opportunity Access.
OPTY_ID NUMBER 18 Yes Opportunity Id of the referenced Opportunity
GROUP_ID NUMBER 18 Yes Person Party Id of type "Resource".
TYPE_CODE VARCHAR2 20 Yes Type of the Group - 'RESOURCE' OR ' TERRITORY'.
OPTY_RESOURCE_ID NUMBER 18 ID for Opportunity Sales Team member.
REVN_TERR_ID NUMBER 18 ID for Opportunity Summary Revenue Line Territory Association.
ACCESS_LEVEL_CODE VARCHAR2 30 Access level determines the type of access granted to the manager/admin of the organizations in the hierarchy.
OPTY_EFFECTIVE_DATE DATE Estimated close date for this opportunity - defaulted from opportunity's close date.
OPTY_STATUS_CD VARCHAR2 30 Status code of this opportunity - defaulted from opportunity's status code.
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.

Indexes

Index Uniqueness Tablespace Columns
MOO_OPTY_ACCESS_N1 Non Unique Default OPTY_ID, GROUP_ID, TYPE_CODE, ACCESS_LEVEL_CODE
MOO_OPTY_ACCESS_N2 Non Unique Default GROUP_ID, OPTY_ID, TYPE_CODE, ACCESS_LEVEL_CODE
MOO_OPTY_ACCESS_N3 Non Unique Default OPTY_RESOURCE_ID, TYPE_CODE
MOO_OPTY_ACCESS_N4 Non Unique Default REVN_TERR_ID, TYPE_CODE
MOO_OPTY_ACCESS_PK Unique Default OPTY_ACCESS_ID, TYPE_CODE