[Home] [Help]
[Dependency Information]
| Object Name: | FM_ARES_MST |
|---|---|
| Object Type: | TABLE |
| Owner: | GMD |
| FND Design Data: | GMD.FM_ARES_MST
|
| Subobject Name: | |
| Status: | VALID |
Operation-specific alternate resource factors. This table overrides
the default alternate resource factors set up in CR_ARES_MST, for a
specific operation.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FM_ARES_MST_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
OPRN_ID
PRIMARY_RESOURCE
ALTERNATE_RESOURCE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPRN_ID | NUMBER | Yes | The surrogate key for the operation for which alternate resource factors are defined. | |
| PRIMARY_RESOURCE | VARCHAR2 | (16) | Yes | The resource usually used for the operation. |
| ALTERNATE_RESOURCE | VARCHAR2 | (16) | Yes | The alternate resource for the operation. |
| SETUP_FACTOR | NUMBER | Yes | The factor by which setup time is multiplied when using the alternate resource. For example, this would be 2 if the alternate resource requires double the setup time of the primary resource. | |
| RUNTIME_FACTOR | NUMBER | Yes | The factor by which runtime is multiplied when using the alternate resource. For example, this would be 2 if the alternate resource requires double the runtime of the primary resource. | |
| POSTOP_FACTOR | NUMBER | Yes | The factor by which postop time is multiplied when using the alternate resource. For example, this would be 2 if the alternate resource requires double the postop time of the primary resource. | |
| DELETE_MARK | NUMBER | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. | |
| TRANS_CNT | NUMBER | Not currently used | ||
| TEXT_CODE | NUMBER | ID which joins any rows of text in this table to the Text Table for this Module | ||
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT OPRN_ID
, PRIMARY_RESOURCE
, ALTERNATE_RESOURCE
, SETUP_FACTOR
, RUNTIME_FACTOR
, POSTOP_FACTOR
, DELETE_MARK
, TRANS_CNT
, TEXT_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GMD.FM_ARES_MST;
GMD.FM_ARES_MST does not reference any database object
GMD.FM_ARES_MST is referenced by following:
APPS
FM_ARES_MST
|
|
|
|