[Home] [Help]
[Dependency Information]
Object Name: | PA_DIST_LIST_ITEMS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The table PA_DIST_ LIST_ITEMS defines list of recipients who can access a particular object. The recipient can be a role or project team member or an email address
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_DIST_LIST_ITEM_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PA_DIST_LIST_ITEM_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LIST_ITEM_ID | NUMBER | (15) | Yes | Serial number of an access list item with in an access list. |
LIST_ID | NUMBER | (15) | Yes | Unique identifier of an access list |
RECIPIENT_TYPE | VARCHAR2 | (30) | Yes | Recipient type getting access to the object. It can be role or Internal Person OR external member (hz_party) |
RECIPIENT_ID | VARCHAR2 | (150) | Yes | Identifier of the Recipient id. |
ACCESS_LEVEL | NUMBER | (2) | The level of access the recipient can have on the accessed object. It is specific to the access that is allowed on the object 1.View access 2.Update Access | |
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 | |
VARCHAR2 | (1) | Indicator that recipient will receive email or not. |
Cut, paste (and edit) the following text to query this object:
SELECT LIST_ITEM_ID
, LIST_ID
, RECIPIENT_TYPE
, RECIPIENT_ID
, ACCESS_LEVEL
, MENU_ID
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, RECORD_VERSION_NUMBER
, EMAIL
FROM PA.PA_DIST_LIST_ITEMS;
PA.PA_DIST_LIST_ITEMS does not reference any database object
PA.PA_DIST_LIST_ITEMS is referenced by following:
|
|
|