[Home] [Help]
[Dependency Information]
| Object Name: | FEM_BR_DISABLED_MBRS_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | FEM |
| FND Design Data: | FEM.FEM_BR_DISABLED_MBRS_GT
|
| Subobject Name: | |
| Status: | VALID |
Disabled dimension members referenced by a business rule
FEM.FEM_BR_DISABLED_MBRS_GT is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FEM_BR_DISABLED_MBRS_GT_U1 | NORMAL | UNIQUE |
|
OBJECT_DEFINITION_ID
CONTEXT_CODE
DIMENSION_ID
DIMENSION_MEMBER
VALUE_SET_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_DEFINITION_ID | NUMBER | (9) | Yes | Object definition ID |
| CONTEXT_CODE | VARCHAR2 | (30) | Yes | Provides the context as to where within the business rule is the disabled dimension member referenced |
| DIMENSION_ID | NUMBER | (9) | Dimension ID | |
| DIMENSION_MEMBER | VARCHAR2 | (40) | Dimension member ID or code | |
| VALUE_SET_ID | NUMBER | Value set ID |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_DEFINITION_ID
, CONTEXT_CODE
, DIMENSION_ID
, DIMENSION_MEMBER
, VALUE_SET_ID
FROM FEM.FEM_BR_DISABLED_MBRS_GT;
FEM.FEM_BR_DISABLED_MBRS_GT does not reference any database object
FEM.FEM_BR_DISABLED_MBRS_GT is referenced by following:
APPS
FEM_BR_DISABLED_MBRS_GT
|
|
|
|