[Home] [Help]
[Dependency Information]
| Object Name: | CR_RSRC_DTL |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.CR_RSRC_DTL
|
| Subobject Name: | |
| Status: | VALID |
Plant-specific resource information.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CR_RSRC_DTL_I1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGN_CODE
RESOURCES
|
| CR_RSRC_DTL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGN_CODE | VARCHAR2 | (4) | Plant code | |
| RESOURCES | VARCHAR2 | (16) | Yes | Recsource code - from resource master |
| GROUP_RESOURCE | VARCHAR2 | (16) | Yes | Resource group - resources can be grouped by this type |
| ASSIGNED_QTY | NUMBER | Yes | How many of this resource are in this plant. | |
| DAILY_AVAIL_USE | NUMBER | Number of hours the resource is available in the plant each day. | ||
| USAGE_UM | VARCHAR2 | (4) | Unit of measure in which daily_avail_use is expressed. | |
| NOMINAL_COST | NUMBER | Yes | Cost of the resource in the plant. | |
| INACTIVE_IND | NUMBER | Yes | Inactive indicator. 0=Active, 1=Inactive. | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| TRANS_CNT | NUMBER | Not currently used | ||
| DELETE_MARK | NUMBER | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. | |
| TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
| IDEAL_CAPACITY | NUMBER | Yes | Optimum throughput capacity. | |
| MIN_CAPACITY | NUMBER | Yes | Minimum throughput capacity. | |
| MAX_CAPACITY | NUMBER | Yes | Maximum throughput capacity. | |
| CAPACITY_UOM | VARCHAR2 | (4) | Unit of measure in which capacity is expressed. | |
| RESOURCE_ID | NUMBER | (10) | Yes | Surrogate key |
| CAPACITY_CONSTRAINT | NUMBER | (5) | Capacity Constraint | |
| CAPACITY_TOLERANCE | NUMBER | Resource Capacity Tolerance | ||
| SCHEDULE_IND | NUMBER | This Column is used to define whether a resource is should be Scheduled or Not, the Values are 1= Scheduling , 2= Schedule to Instance, 0= Do Not Schedule | ||
| UTILIZATION | NUMBER | Indicates the resource utilization. | ||
| EFFICIENCY | NUMBER | Indicates the resource efficiency. | ||
| PLANNING_EXCEPTION_SET | VARCHAR2 | (10) | This is the column which identifies the Planning Exception Set | |
| IDLE_TIME_TOLERENCE | NUMBER | This is the tolerance on the idle time that the user is willing to accept as part of optimizing the schedule on the resource. | ||
| SDS_WINDOW | NUMBER | This is the window considered while optimizing the sequence of activities on a SDS resource. | ||
| ORGANIZATION_ID | NUMBER | Organization ID | ||
| USAGE_UOM | VARCHAR2 | (3) | Unit of measure in which resource is expressed | |
| CAPACITY_UM | VARCHAR2 | (3) | Unit of Measure in which capacity is expressed | |
| CALENDAR_CODE | VARCHAR2 | (10) | Calendar Code | |
| BATCHABLE_FLAG | NUMBER | This is the batchable flag | ||
| BATCH_WINDOW | NUMBER | This is the batching Window | ||
| BATCH_WINDOW_UOM | VARCHAR2 | (3) | This is the batching Window unit of measure |
Cut, paste (and edit) the following text to query this object:
SELECT ORGN_CODE
, RESOURCES
, GROUP_RESOURCE
, ASSIGNED_QTY
, DAILY_AVAIL_USE
, USAGE_UM
, NOMINAL_COST
, INACTIVE_IND
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
, IDEAL_CAPACITY
, MIN_CAPACITY
, MAX_CAPACITY
, CAPACITY_UOM
, RESOURCE_ID
, CAPACITY_CONSTRAINT
, CAPACITY_TOLERANCE
, SCHEDULE_IND
, UTILIZATION
, EFFICIENCY
, PLANNING_EXCEPTION_SET
, IDLE_TIME_TOLERENCE
, SDS_WINDOW
, ORGANIZATION_ID
, USAGE_UOM
, CAPACITY_UM
, CALENDAR_CODE
, BATCHABLE_FLAG
, BATCH_WINDOW
, BATCH_WINDOW_UOM
FROM GMP.CR_RSRC_DTL;
GMP.CR_RSRC_DTL does not reference any database object
GMP.CR_RSRC_DTL is referenced by following:
APPS
CR_RSRC_DTL
ENI_RES_4_MV
|
|
|
|