[Home] [Help]
[Dependency Information]
| Object Name: | PA_OBJECT_REGIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_OBJECT_REGIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
OBJECT_TYPE
OBJECT_ID
PLACEHOLDER_REG_CODE
|
| 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 |
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;
PA.PA_OBJECT_REGIONS does not reference any database object
PA.PA_OBJECT_REGIONS is referenced by following:
PA
PA_OBJECT_REGIONS#
|
|
|
|