[Home] [Help]
[Dependency Information]
Object Name: | PA_RESOURCE_LIST_GROUPS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
RESOURCE_LIST_NAME | VARCHAR2 | (240) | Yes | |
RESOURCE_LIST_ID | NUMBER | (15) | Yes | |
RESOURCE_GROUP_ALIAS | VARCHAR2 | (80) | ||
RESOURCE_GROUP_MEMBER_ID | NUMBER | (15) | Yes | |
SORT_ORDER | NUMBER | |||
ENABLED_FLAG | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_LIST_NAME
, RESOURCE_LIST_ID
, RESOURCE_GROUP_ALIAS
, RESOURCE_GROUP_MEMBER_ID
, SORT_ORDER
, ENABLED_FLAG
FROM APPS.PA_RESOURCE_LIST_GROUPS_V;
APPS.PA_RESOURCE_LIST_GROUPS_V is not referenced by any database object
|
|
|