[Home] [Help]
[Dependency Information]
Object Name: | CR_RSRC_MST_B |
---|---|
Object Type: | TABLE |
Owner: | GMP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Resource master.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CR_RSRC_MST_B_PK | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESOURCES | VARCHAR2 | (16) | Yes | Code for the resource. |
RESOURCE_DESC | VARCHAR2 | (40) | Description of the resource. | |
STD_USAGE_UM | VARCHAR2 | (4) | Unit of measure in which resource usage is expressed. | |
COST_CMPNTCLS_ID | NUMBER | (10) | Yes | Surrogate key of the cost component class which is used for tracking costs. |
RESOURCE_CLASS | VARCHAR2 | (8) | Resource class to which the resource belongs. | |
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 |
TRANS_CNT | NUMBER | (22) | Not currently used | |
DELETE_MARK | NUMBER | (22) | 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 | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
MIN_CAPACITY | NUMBER | Minimum capacity | ||
MAX_CAPACITY | NUMBER | Maximum capacity | ||
CAPACITY_CONSTRAINT | NUMBER | (5) | resource capacity constraint | |
CAPACITY_UOM | VARCHAR2 | (4) | resource capacity UOM | |
CAPACITY_TOLERANCE | NUMBER | Resource Capacity Tolerance | ||
UTILIZATION | NUMBER | Indicates the resource utilization | ||
EFFICIENCY | NUMBER | Indicates the resource efficiency. | ||
STD_USAGE_UOM | VARCHAR2 | (3) | Unit of Measure in which resource usage is expressed | |
CAPACITY_UM | VARCHAR2 | (3) | Unit of Measure in which capacity of the resource is expressed |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCES
, RESOURCE_DESC
, STD_USAGE_UM
, COST_CMPNTCLS_ID
, RESOURCE_CLASS
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
, LAST_UPDATE_LOGIN
, MIN_CAPACITY
, MAX_CAPACITY
, CAPACITY_CONSTRAINT
, CAPACITY_UOM
, CAPACITY_TOLERANCE
, UTILIZATION
, EFFICIENCY
, STD_USAGE_UOM
, CAPACITY_UM
FROM GMP.CR_RSRC_MST_B;
GMP.CR_RSRC_MST_B does not reference any database object
GMP.CR_RSRC_MST_B is referenced by following:
|
|
|