[Home] [Help]
[Dependency Information]
| Object Name: | PAFV_RESOURCES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PAFV_RESOURCES
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A Business Intelligence System view
This shows information about resources supported in projects.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ID | NUMBER | (15) | Yes | The unique identifier of the resource. |
| NAME | VARCHAR2 | (240) | Name of the resource. | |
| DESCRIPTION | VARCHAR2 | (255) | Description | |
| _LA:UNIT_OF_MEASURE | CHAR | (43) | Unit of measure | |
| _DF | CHAR | (27) | Descriptive Flexfield | |
| RESOURCE_TYPE_DESCRIPTION | VARCHAR2 | (255) | The description of the resource type. | |
| RESOURCE_TYPE_NAME | VARCHAR2 | (60) | The name of the resource type. | |
| START_EFFECTIVE_DATE | DATE | Yes | Start Effective Date | |
| END_EFFECTIVE_DATE | DATE | End Effective Date | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO column. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard WHO column. | |
| CREATION_DATE | DATE | Yes | Standard WHO column. | |
| CREATED_BY | NUMBER | Yes | Standard WHO column. |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, NAME
, DESCRIPTION
, _LA:UNIT_OF_MEASURE
, _DF
, RESOURCE_TYPE_DESCRIPTION
, RESOURCE_TYPE_NAME
, START_EFFECTIVE_DATE
, END_EFFECTIVE_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
FROM APPS.PAFV_RESOURCES;
APPS
PA_RESOURCES
PA_RESOURCE_TYPES
APPS.PAFV_RESOURCES is not referenced by any database object
|
|
|
|