MKT_CAMP_RESOURCES

This table stores reference to the resources who can work on a campaign with different kinds of accesses . For example, a resource may have complete access as in read & edit privilege, another resource may have only view access to the campaign.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKT_CAMP_RESOURCES_PK

CAMPAIGN_RESOURCE_ID

Columns

Name Datatype Length Precision Not-null Comments
CAMPAIGN_RESOURCE_ID NUMBER 18 Yes Primary Key
CAMPAIGN_ID NUMBER 18 Yes Campaign Id
RESOURCE_ID NUMBER 18 Yes TCA Resource(Party) Id
OWNER_FLAG VARCHAR2 1 indicates if this resource is owner or not
RESOURCE_ORG_ID NUMBER 18 Resource Organization Id
ORG_TREE_STRUCTURE_CODE VARCHAR2 30 Resource Org Tree Structure Code
ORG_TREE_CODE VARCHAR2 30 Resource Org Tree Code
ORG_TREE_VERSION_ID VARCHAR2 32 Resource Org Tree Version Id
ACCESS_LEVEL_CODE VARCHAR2 30 Yes Access Level 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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MKT_CAMP_RESOURCES mkt_cm_campaigns CAMPAIGN_ID
MKT_CAMP_RESOURCES hz_parties RESOURCE_ID

Indexes

Index Uniqueness Tablespace Columns Status
MKT_CAMP_RESOURCES_FK1 Non Unique Default CAMPAIGN_ID Obsolete
MKT_CAMP_RESOURCES_FK2 Non Unique Default RESOURCE_ID
MKT_CAMP_RESOURCES_N1 Non Unique Default LAST_UPDATE_DATE
MKT_CAMP_RESOURCES_PK Unique Default CAMPAIGN_RESOURCE_ID
MKT_CAMP_RESOURCES_U1 Unique Default CAMPAIGN_ID, RESOURCE_ID