[Home] [Help]
[Dependency Information]
Object Name: | AST_GRP_CAMPAIGNS |
---|---|
Object Type: | TABLE |
Owner: | AST |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores the information for the mapping of resource groups to campaigns
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AST_GRP_CAMPAIGNS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AST_GRP_CAMPAIGNS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
AST_GRP_CAMPAIGNS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GROUP_CAMPAIGN_ID | NUMBER | Yes | Primary identifier for the table | |
GROUP_ID | NUMBER | Yes | Foreign Key to JTF_RS_GROUPS_B | |
CAMPAIGN_ID | NUMBER | Yes | Foreign Key to AMS_P_Campaigns | |
START_DATE | DATE | Start date for the assignment | ||
END_DATE | DATE | End date for the assignment | ||
ENABLED_FLAG | VARCHAR2 | (1) | Yes | To indicate if the assignment is enabled |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
SECURITY_GROUP_ID | NUMBER | Hosting Standard Column | ||
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. |
Cut, paste (and edit) the following text to query this object:
SELECT GROUP_CAMPAIGN_ID
, GROUP_ID
, CAMPAIGN_ID
, START_DATE
, END_DATE
, ENABLED_FLAG
, LAST_UPDATE_DATE
, SECURITY_GROUP_ID
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM AST.AST_GRP_CAMPAIGNS;
AST.AST_GRP_CAMPAIGNS does not reference any database object
AST.AST_GRP_CAMPAIGNS is referenced by following:
|
|
|