DBA Data[Home] [Help] [Dependency Information]


TABLE: IBE.IBE_MSITE_PRTY_ACCSS

Object Details
Object Name: IBE_MSITE_PRTY_ACCSS
Object Type: TABLE
Owner: IBE
FND Design Data: TableIBE.IBE_MSITE_PRTY_ACCSS
Subobject Name:
Status: VALID


IBE_MSITE_PARTY_ACCSS stores the relationships between Specialty Stores and parties, defined in IBE_MSITES_B and HZ_PARTIES respectively. A Specialty Store can support more than one party and will grant certain permission to the parties associated to it.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBE_MSITE_PRTY_ACCSS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMSITE_ID
ColumnPARTY_ID
IBE_MSITE_PRTY_ACCSS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
Columns
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
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER

Standard who column
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
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)
START_DATE_ACTIVE DATE
Yes Start date active
END_DATE_ACTIVE DATE

End date active
Query Text

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
,      SECURITY_GROUP_ID
,      MSITE_ID
,      PARTY_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM IBE.IBE_MSITE_PRTY_ACCSS;

Dependencies

[top of page]

IBE.IBE_MSITE_PRTY_ACCSS does not reference any database object

IBE.IBE_MSITE_PRTY_ACCSS is referenced by following:

SchemaAPPS
SynonymIBE_MSITE_PRTY_ACCSS