[Home] [Help]
[Dependency Information]
| Object Name: | GMF_BURDEN_PRIORITIES |
|---|---|
| Object Type: | TABLE |
| Owner: | GMF |
| FND Design Data: | GMF.GMF_BURDEN_PRIORITIES
|
| Subobject Name: | |
| Status: | VALID |
In OPM Costing, this is where the Percentage Burden Priorities are established.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMF_BURDEN_PRIORITIES_PK | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LEGAL_ENTITY_ID
BURDEN_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CO_CODE | VARCHAR2 | (4) | Company code for which selection priorities are defined | |
| BURDEN_ID | NUMBER | (10) | Yes | Surrogate for burden code for which selection priorities are defined |
| ORGN_CODE_PRI | NUMBER | (5) | Organization code priority; NULL - not used in selection criteria, >0 - indicates the order of the selection priority | |
| WHSE_CODE_PRI | NUMBER | (5) | Warehouse code priority; NULL - not used in selection criteria, >0 - indicates the order of the selection priority | |
| ITEM_ID_PRI | NUMBER | (5) | Item priority; NULL - not used in selection criteria, >0 - indicates the order of the selection priority | |
| ICGL_CLASS_PRI | NUMBER | (5) | Item GL class (type SSPL) priority; NULL - not used in selection criteria, >0 - indicates the order of the selection priority | |
| ITEMCOST_CLASS_PRI | NUMBER | (5) | Item cost class priority; NULL - not used in selection criteria, >0 - indicates the order of the selection priority | |
| GL_PROD_LINE_PRI | NUMBER | (5) | GL product line priority; NULL - not used in selection criteria, >0 - indicates the order of the selection priority | |
| GL_BUSINESS_CLASS_PRI | NUMBER | (5) | GL business class priority; NULL - not used in selection criteria, >0 - indicates the order of the selection priority | |
| SSPL_CLASS_PRI | NUMBER | (5) | SSPL class priority; NULL - not used in selection criteria, >0 - indicates the order of the selection priority | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| DELETE_MARK | NUMBER | (5) | Yes | Standard delete mark |
| LEGAL_ENTITY_ID | NUMBER | (15) | legal entity identifier | |
| ORGANIZATION_PRI | NUMBER | (5) | organization priority |
Cut, paste (and edit) the following text to query this object:
SELECT CO_CODE
, BURDEN_ID
, ORGN_CODE_PRI
, WHSE_CODE_PRI
, ITEM_ID_PRI
, ICGL_CLASS_PRI
, ITEMCOST_CLASS_PRI
, GL_PROD_LINE_PRI
, GL_BUSINESS_CLASS_PRI
, SSPL_CLASS_PRI
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, DELETE_MARK
, LEGAL_ENTITY_ID
, ORGANIZATION_PRI
FROM GMF.GMF_BURDEN_PRIORITIES;
GMF.GMF_BURDEN_PRIORITIES does not reference any database object
GMF.GMF_BURDEN_PRIORITIES is referenced by following:
APPS
GMF_BURDEN_PRIORITIES
|
|
|
|