[Home] [Help]
[Dependency Information]
| Object Name: | IGS_FI_ENC_DFLT_EFT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_FI_ENC_DFLT_EFT
|
| Subobject Name: | |
| Status: | VALID |
IGS_FI_ENC_DFLT_EFT describes the default effects that are applied to the associated hold type.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_FI_ENC_DFLT_EFT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ENCUMBRANCE_TYPE
S_ENCMB_EFFECT_TYPE
|
| IGS_FI_ENC_DFLT_EFT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
S_ENCMB_EFFECT_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ENCUMBRANCE_TYPE | VARCHAR2 | (10) | Yes | Code of an institution-defined hold type incorporating one or more system hold effect types. |
| S_ENCMB_EFFECT_TYPE | VARCHAR2 | (10) | Yes | One of the set of system-defined hold effect types that has been established as a default effect for a particular institution-defined hold type. An hold type must have one or more system hold effect types. Each system hold effect type has a level. Only effect types of the same level can be applied by a single hold type. |
| COMMENTS | VARCHAR2 | (2000) | Text facility for entering additional information or details about the default effect associated with the context institution-defined hold type. | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT ENCUMBRANCE_TYPE
, S_ENCMB_EFFECT_TYPE
, COMMENTS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_ENC_DFLT_EFT;
IGS.IGS_FI_ENC_DFLT_EFT does not reference any database object
IGS.IGS_FI_ENC_DFLT_EFT is referenced by following:
APPS
IGS_FI_ENC_DFLT_EFT
|
|
|
|