[Home] [Help]
[Dependency Information]
| Object Name: | PA_AS_PERSON_ROLES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_AS_PERSON_ROLES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROLE_NAME | VARCHAR2 | (80) | Yes | Role name |
| LOOKUP_CODE | VARCHAR2 | (30) | Yes | The lookup code for the role |
| LOOKUP_TYPE | VARCHAR2 | (30) | Yes | The lookup type for the role |
| DESCRIPTION | VARCHAR2 | (240) | Role Description | |
| DISPLAY | VARCHAR2 | (323) | The text displayed on the Person Role Mapping page |
Cut, paste (and edit) the following text to query this object:
SELECT ROLE_NAME
, LOOKUP_CODE
, LOOKUP_TYPE
, DESCRIPTION
, DISPLAY
FROM APPS.PA_AS_PERSON_ROLES_V;
APPS
AS_LOOKUPS
APPS.PA_AS_PERSON_ROLES_V is not referenced by any database object
|
|
|
|