[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_HOLD_TYPE_DFLT_EFFECTS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_HOLD_TYPE_DFLT_EFFECTS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Describes the default effects that are applied to the associated hold type.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HOLD_TYPE | VARCHAR2 | (10) | Yes | Code of an institution-defined hold type incorporating one or more system hold effect types. |
| SYSTEM_HOLD_EFFECT_TYPE | VARCHAR2 | (10) | Yes | System-defined hold effect used in the creation of institution-defined hold types. |
| NOTES | VARCHAR2 | (2000) | Text facility for entering additional information comments or details about the context institution-defined hold type. | |
| HOLD_TYPE_DESCRIPTION | VARCHAR2 | (60) | Yes | Description of an institution-defined hold type incorporating one or more system hold effect types. |
| SYSTEM_HOLD_CATEGORY | VARCHAR2 | (10) | Yes | Hold category of the hold type. The category may be academic or administrative. |
| _LA:SYS_HOLD_EFFECT_TYP_DESC | CHAR | (71) | Description of system-defined hold effect used in the creation of institution-defined hold types. | |
| APPLY_TO_PROGRAM_INDICATOR | VARCHAR2 | (1) | Yes | Indicator that specifies whether the system hold effect type must be applied to an existing student program attempt. Setting the indicator restricts the system hold effect type to an existing student program attempt. |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT HOLD_TYPE
, SYSTEM_HOLD_EFFECT_TYPE
, NOTES
, HOLD_TYPE_DESCRIPTION
, SYSTEM_HOLD_CATEGORY
, _LA:SYS_HOLD_EFFECT_TYP_DESC
, APPLY_TO_PROGRAM_INDICATOR
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_HOLD_TYPE_DFLT_EFFECTS;
APPS
IGS_EN_ENCMB_EFCTTYP
IGS_FI_ENCMB_TYPE_ALL
IGS_FI_ENC_DFLT_EFT
APPS.IGSFV_HOLD_TYPE_DFLT_EFFECTS is not referenced by any database object
|
|
|
|