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


TABLE: IBE.IBE_DSP_LGL_PHYS_MAP

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


IBE_DSP_LGL_PHYS_MAP defines the logical to physical media mappings based on Specialty Store and language. Each stored mapping will involve a logical item, the associated physical media, a valid Specialty Store or all- Specialty Stores, and a valid language or all-languages. If the mapping is true for all- Specialty Stores/languages, then the respective flag (default_site, default_language) should be set to 'Y' and the site and language should be set to master Specialty Store and language 'US' respectively.
No duplicate mapping can be defined for a logical item.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBE_DSP_LGL_PHYS_MAP_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnITEM_ID
ColumnMSITE_ID
ColumnLANGUAGE_CODE
ColumnDEFAULT_LANGUAGE
ColumnDEFAULT_SITE
IBE_DSP_LGL_PHYS_MAP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnMSITE_ID
IBE_DSP_LGL_PHYS_MAP_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnATTACHMENT_ID
IBE_DSP_LGL_PHYS_MAP_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnCONTENT_ITEM_KEY
IBE_DSP_LGL_PHYS_MAP_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnLGL_PHYS_MAP_ID
Columns
Name Datatype Length Mandatory Comments
LGL_PHYS_MAP_ID NUMBER
Yes Logical Physical Mapping Identifier.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object Version Number for Locking.
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 Mini Site Identifier.
LANGUAGE_CODE VARCHAR2 (4) Yes Language Code to which the physical template is associated.
ATTACHMENT_ID NUMBER
Yes Attachment Identifier.
ITEM_ID NUMBER (15) Yes Item Identifier.
DEFAULT_LANGUAGE VARCHAR2 (3) Yes Default Language flag, If 'Y' then the mapping is for all languages.
DEFAULT_SITE VARCHAR2 (3) Yes Default Site Flag. If 'Y' then the mapping is for all sites.
CONTENT_ITEM_KEY VARCHAR2 (100)
Content Item Key, used for OCM integration
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LGL_PHYS_MAP_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      MSITE_ID
,      LANGUAGE_CODE
,      ATTACHMENT_ID
,      ITEM_ID
,      DEFAULT_LANGUAGE
,      DEFAULT_SITE
,      CONTENT_ITEM_KEY
FROM IBE.IBE_DSP_LGL_PHYS_MAP;

Dependencies

[top of page]

IBE.IBE_DSP_LGL_PHYS_MAP does not reference any database object

IBE.IBE_DSP_LGL_PHYS_MAP is referenced by following:

SchemaAPPS
SynonymIBE_DSP_LGL_PHYS_MAP