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


TABLE: PA.PA_DIST_LIST_DENORM

Object Details
Object Name: PA_DIST_LIST_DENORM
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_DIST_LIST_DENORM
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_DIST_LIST_DENORM_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLIST_ID
ColumnRESOURCE_TYPE_ID
ColumnRESOURCE_SOURCE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_DIST_LIST_DENORM does not reference any database object

PA.PA_DIST_LIST_DENORM is referenced by following:

SchemaAPPS
SynonymPA_DIST_LIST_DENORM