[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_HOLD_REL_OVR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_PE_HOLD_REL_OVR_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Describes the Hold override or release details
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row id. | |
| HOLD_REL_OVR_ID | NUMBER | (15) | Yes | Unique Identifier for the Hold Override or Release step. |
| ELGB_OVERRIDE_ID | NUMBER | (15) | Yes | Unique Identifier for the Eligibility Override information. |
| HOLD_TYPE | VARCHAR2 | (10) | Yes | The Hold Type for which the override is applied. |
| HOLD_TYPE_DESC | VARCHAR2 | (60) | Yes | Description of an institution-defined hold type incorporating one or more system hold effect types. |
| HOLD_START_DT | DATE | Yes | Date a hold becomes effective for a person. | |
| HOLD_END_DT | DATE | Date a hold expires for a person. Expiring a hold type automatically expires the default effects. If no date is entered, the hold remains current. | ||
| HOLD_REL_OR_OVR | VARCHAR2 | (1) | Yes | Indicates the Hold is overridden or released. R-Release and O-Override are acceptable values |
| HOLD_OLD_END_DT | DATE | The original date of the Hold End date. Captured when the hold is released. | ||
| ACTION_DT | DATE | Yes | The date on which the hold release or override applied. | |
| 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 | |
| EXTERNAL_REFERENCE | VARCHAR2 | (30) | When ever external system applies a hold onto the student using Business Events, this field is the placeholder for the code the system can use, like PARKING, LIBRARY, CANTEEN etc | |
| EXTERNAL_REFERENCE_DESC | VARCHAR2 | (80) | Description of the external reference code. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, HOLD_REL_OVR_ID
, ELGB_OVERRIDE_ID
, HOLD_TYPE
, HOLD_TYPE_DESC
, HOLD_START_DT
, HOLD_END_DT
, HOLD_REL_OR_OVR
, HOLD_OLD_END_DT
, ACTION_DT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, EXTERNAL_REFERENCE
, EXTERNAL_REFERENCE_DESC
FROM APPS.IGS_PE_HOLD_REL_OVR_V;
APPS
IGS_EN_ELGB_OVR_ALL
IGS_FI_ENCMB_TYPE
IGS_LOOKUP_VALUES
IGS_PE_HOLD_REL_OVR
IGS_PE_PERS_ENCUMB
APPS.IGS_PE_HOLD_REL_OVR_V is not referenced by any database object
|
|
|
|