[Home] [Help]
[Dependency Information]
| Object Name: | PA_RESOURCE_LISTS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_RESOURCE_LISTS_VL
|
| 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 |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | ||
| RESOURCE_LIST_ID | NUMBER | (15) | Yes | The unique identifier of the resource list. |
| NAME | VARCHAR2 | (240) | Yes | The name of the resource list. |
| DESCRIPTION | VARCHAR2 | (2000) | The description of the resource list. | |
| PUBLIC_FLAG | VARCHAR2 | (1) | The flag which indicates whether the list is public. | |
| GROUP_RESOURCE_TYPE_ID | NUMBER | The group type id of the resource list. | ||
| START_DATE_ACTIVE | DATE | Yes | The start date of the resource list. | |
| END_DATE_ACTIVE | DATE | The end date of the resource list. | ||
| UNCATEGORIZED_FLAG | VARCHAR2 | (1) | Used to indicate whether the resource list is uncategorized or not. | |
| MIGRATION_CODE | VARCHAR2 | (1) | Used to indicate whether old list has been upgraded to be in the new model. | |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | The business group of the Resource list SBGA mode only. Null for CBGA. |
| ADW_NOTIFY_FLAG | VARCHAR2 | (1) | Inicates the adw flag | |
| JOB_GROUP_ID | NUMBER | (15) | Indicates the job group id associated with the resource list. | |
| RESOURCE_LIST_TYPE | VARCHAR2 | (30) | Indicates the type of Resource List ; valid values are Automatically generated and User-defined | |
| CONTROL_FLAG | VARCHAR2 | (1) | Indicates if the resource list is centrally-controlled. | |
| USE_FOR_WP_FLAG | VARCHAR2 | (1) | Flag to indicate whether or not the resource list is used for workplan. | |
| MIGRATED_RBS_VERSION_ID | NUMBER | (15) | The RBS Version ID of the RBS created from this list. | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Source Language |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who Column - Last Updated By | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column - Last Update Date | |
| CREATION_DATE | DATE | Yes | Standard Who Column - Creation Date | |
| CREATED_BY | NUMBER | Yes | Standard Who Column - Created By | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who Column - Last Update Login | |
| RECORD_VERSION_NUMBER | NUMBER | (15) | Standard APPS column used for locking. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, RESOURCE_LIST_ID
, NAME
, DESCRIPTION
, PUBLIC_FLAG
, GROUP_RESOURCE_TYPE_ID
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, UNCATEGORIZED_FLAG
, MIGRATION_CODE
, BUSINESS_GROUP_ID
, ADW_NOTIFY_FLAG
, JOB_GROUP_ID
, RESOURCE_LIST_TYPE
, CONTROL_FLAG
, USE_FOR_WP_FLAG
, MIGRATED_RBS_VERSION_ID
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, RECORD_VERSION_NUMBER
FROM APPS.PA_RESOURCE_LISTS_VL;
APPS
PA_RESOURCE_LISTS_ALL_BG
PA_RESOURCE_LISTS_TL
APPS
PA_RESOURCE_LISTS_V
|
|
|
|