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


TABLE: PA.PA_OBJECT_REGIONS

Object Details
Object Name: PA_OBJECT_REGIONS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_OBJECT_REGIONS
Subobject Name:
Status: VALID


This table identifies replacement regions for any standard regions. Replacement regions are associated with an object and object type.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_OBJECT_REGIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOBJECT_TYPE
ColumnOBJECT_ID
ColumnPLACEHOLDER_REG_CODE
Columns
Name Datatype Length Mandatory Comments
OBJECT_ID NUMBER (15) Yes Identifier of the object. For example, PROJECT_ID is an object associated with the object_type PA_PROJECTS
OBJECT_TYPE VARCHAR2 (30) Yes Identifier of the object type, such as PA_PROJECTS
PLACEHOLDER_REG_CODE VARCHAR2 (250) Yes XML document path of the region to replace with a customized region
REPLACEMENT_REG_CODE VARCHAR2 (250) Yes XML document path of the customized region that replaces the placeholder region
RECORD_VERSION_NUMBER NUMBER

Number used for record locking in self-service applications
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT OBJECT_ID
,      OBJECT_TYPE
,      PLACEHOLDER_REG_CODE
,      REPLACEMENT_REG_CODE
,      RECORD_VERSION_NUMBER
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM PA.PA_OBJECT_REGIONS;

Dependencies

[top of page]

PA.PA_OBJECT_REGIONS does not reference any database object

PA.PA_OBJECT_REGIONS is referenced by following:

SchemaAPPS
SynonymPA_OBJECT_REGIONS