[Home] [Help]
[Dependency Information]
| Object Name: | JTF_MSITE_PRTY_ACCSS |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_MSITE_PRTY_ACCSS
|
| Subobject Name: | |
| Status: | VALID |
JTF_MSITE_PARTY_ACCSS stores the relationships between mini-sites and parties, defined in JTF_MSITES_B and HZ_PARTIES respectively. A mini-site can support more than one party and will grant certain permission to the parties associated to it.
This table not not used in CRM release 11.5.1.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_MSITE_PRTY_ACCSS_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
MSITE_ID
PARTY_ID
|
| JTF_MSITE_PRTY_ACCSS_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
PARTY_ID
|
| JTF_MSITE_PRTY_ACCSS_N2 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
MSITE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MSITE_PRTY_ACCSS_ID | NUMBER | Yes | Primary key for the table | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Object version number |
| CREATED_BY | NUMBER | 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. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
| MSITE_ID | NUMBER | Yes | Foreign key to JTF_MSITES_B . (Currently not used) | |
| PARTY_ID | NUMBER | Yes | Foreign key HZ_PARTIES. (Currently not used in 11.5.1) | |
| SECURITY_GROUP_ID | NUMBER | Security Group Identifier. | ||
| START_DATE_ACTIVE | DATE | Yes | Start date active | |
| END_DATE_ACTIVE | DATE | End date active |
Cut, paste (and edit) the following text to query this object:
SELECT MSITE_PRTY_ACCSS_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, MSITE_ID
, PARTY_ID
, SECURITY_GROUP_ID
, START_DATE_ACTIVE
, END_DATE_ACTIVE
FROM JTF.JTF_MSITE_PRTY_ACCSS;
JTF.JTF_MSITE_PRTY_ACCSS does not reference any database object
JTF.JTF_MSITE_PRTY_ACCSS is referenced by following:
JTF
JTF_MSITE_PRTY_ACCSS#
|
|
|
|