[Home] [Help]
[Dependency Information]
| Object Name: | GMS_RESOURCE_ASSIGNMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | GMS |
| FND Design Data: | GMS.GMS_RESOURCE_ASSIGNMENTS
|
| Subobject Name: | |
| Status: | VALID |
GMS_RESOURCE_ASSIGNMENTS stores the resource assignments for a budget version at a branch of a project's work breakdown structure. A user can enter a budget at project, top task, or lowest task levels.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMS_RESOURCE_ASSIGNMENTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_ASSIGNMENT_ID
|
| GMS_RESOURCE_ASSIGNMENTS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BUDGET_VERSION_ID
PROJECT_ID
TASK_ID
RESOURCE_LIST_MEMBER_ID
|
| GMS_RESOURCE_ASSIGNMENTS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TASK_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ASSIGNMENT_ID | NUMBER | (15) | Yes | System-generated number that uniquely identifies the resource assignment |
| BUDGET_VERSION_ID | NUMBER | (15) | Yes | Identifier of the budget version that the resource is assigned to |
| PROJECT_ID | NUMBER | (15) | Yes | Identifier of the project that the resource is assigned to |
| TASK_ID | NUMBER | (15) | Yes | Identifier of the task that the resource is assigned to. This is set to 0 if the budget is entered at the project level. |
| RESOURCE_LIST_MEMBER_ID | NUMBER | (15) | Yes | Identifier of the resource list member within the resource list that is assigned to the budget |
| 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 | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who column | |
| UNIT_OF_MEASURE | VARCHAR2 | (30) | Unit of measure of the resource. This is a denormalized column. | |
| TRACK_AS_LABOR_FLAG | VARCHAR2 | (1) | Flag that indicates if the resource is a labor item. This is a denormalized column. |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ASSIGNMENT_ID
, BUDGET_VERSION_ID
, PROJECT_ID
, TASK_ID
, RESOURCE_LIST_MEMBER_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, UNIT_OF_MEASURE
, TRACK_AS_LABOR_FLAG
FROM GMS.GMS_RESOURCE_ASSIGNMENTS;
GMS.GMS_RESOURCE_ASSIGNMENTS does not reference any database object
GMS.GMS_RESOURCE_ASSIGNMENTS is referenced by following:
APPS
GMS_RESOURCE_ASSIGNMENTS
|
|
|
|