[Home] [Help]
[Dependency Information]
| Object Name: | FM_CONF_TBL |
|---|---|
| Object Type: | TABLE |
| Owner: | GMD |
| FND Design Data: | GMD.FM_CONF_TBL
|
| Subobject Name: | |
| Status: | VALID |
FM effectivity configuration. Controls how formula effectivities are
created.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FM_CONF_TBL_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
FMCONF_ID
|
| FM_CONF_TBL_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
ORGN_CODE
FORMULA_USE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FMCONF_ID | NUMBER | (15) | Yes | Surrogate key for fm_conf_tbl. |
| ORGN_CODE | VARCHAR2 | (4) | Organization for which effectivity behavior is defined. May also be blank, meaning ALL organizations. | |
| FORMULA_USE | NUMBER | (5) | Yes | The formula can be used for: 0=Production,1=MRP,2=Costing,3=MSDS. |
| EFF_BEHAV | NUMBER | (5) | Yes | How effectivity is created: 0=Effectivity must be entered manually, 1=Maintain effectivity form is brought up when going from Products form to ingredients or by-products,2=Automatically created with the organization specified |
| ORGN_DEFAULT | NUMBER | (5) | Yes | Default for organization on effectivity record: 0=Use user's default organization,1=Use blank for ALL organizations |
| CONFLICT_RES | NUMBER | (5) | Controls how overlapping effectvities are handled on the creation of a new effectivity: 0=Do not modify other effectivities,1=Lower the preference (increase preference number) so new effectivity is preferred,2=Reset end dates for other effectivity records so that they are no longer effective | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| DELETE_MARK | NUMBER | (5) | 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 | |
| TRANS_CNT | NUMBER | (10) | Not currently used | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT FMCONF_ID
, ORGN_CODE
, FORMULA_USE
, EFF_BEHAV
, ORGN_DEFAULT
, CONFLICT_RES
, CREATION_DATE
, LAST_UPDATE_DATE
, CREATED_BY
, LAST_UPDATED_BY
, DELETE_MARK
, TEXT_CODE
, TRANS_CNT
, LAST_UPDATE_LOGIN
FROM GMD.FM_CONF_TBL;
GMD.FM_CONF_TBL does not reference any database object
GMD.FM_CONF_TBL is referenced by following:
GMD
FM_CONF_TBL#
|
|
|
|