[Home] [Help]
[Dependency Information]
Object Name: | PA_DIST_LIST_DENORM |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The table PA_DIST_ LIST_DENORM holds the materialized list of people with their access details for a given distribution list. The records for a given list get populated from the pa_distribution_lists table whenever the list_id did not exists in this table. The list with its records will be purged from this table whenever that list is modified in pa_distribution_lists tabl or one of the list members were modified in pa_project_parties table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_DIST_LIST_DENORM_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LIST_ID | NUMBER | (15) | Yes | Unique identifier of an access list |
RESOURCE_TYPE_ID | NUMBER | (15) | Yes | Resource Type of the resource. It can be an internal person or external person |
RESOURCE_SOURCE_ID | NUMBER | (15) | Yes | Identifier of resource id |
ACCESS_LEVEL | NUMBER | (2) | The level of access as defined in pa_distribution_list table. | |
MENU_ID | NUMBER | (15) | Access privilege allowed to the recipient | |
LAST_UPDATED_BY | NUMBER | Yes | Standard WHO Columns | |
CREATED_BY | NUMBER | Yes | Standard WHO Columns | |
CREATION_DATE | DATE | Yes | Standard WHO Columns | |
LAST_UPDATE_DATE | DATE | Yes | Standard WHO Columns | |
LAST_UPDATE_LOGIN | NUMBER | Yes | Standard WHO Columns | |
RECORD_VERSION_NUMBER | NUMBER | Yes | The sequence number for lock strategy in self service applications |
Cut, paste (and edit) the following text to query this object:
SELECT LIST_ID
, RESOURCE_TYPE_ID
, RESOURCE_SOURCE_ID
, ACCESS_LEVEL
, MENU_ID
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, RECORD_VERSION_NUMBER
FROM PA.PA_DIST_LIST_DENORM;
PA.PA_DIST_LIST_DENORM does not reference any database object
PA.PA_DIST_LIST_DENORM is referenced by following:
|
|
|