DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGSBV_PERSON_HOLDS

Object Details
Object Name: IGSBV_PERSON_HOLDS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSBV_PERSON_HOLDS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This entity describes the holds placed on an applicant or student e.g. overdue parking fines, unpaid fees, and failure to return library books.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Identification number of the person who has had the hold placed upon him
HOLD_TYPE VARCHAR2 (10) Yes Institution-defined hold type incorporating one or more system hold effect types
EFFECTIVE_START_DATE DATE
Yes Date a hold becomes effective for a person
EXPIRY_DATE 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.
NOTES VARCHAR2 (2000)
A text facility for entering any additional information or details about the person's hold.
PROG_OUTCOME_PROGRAM_CODE VARCHAR2 (6)
Student Progression Outcome Program Code on which the Hold will be applied
PROG_OUTCOME_SEQUENCE_NUMBER NUMBER (6)
Student Progression Outcome Sequence Number on which the Hold will be applied
CALENDAR_TYPE VARCHAR2 (10)
Hold Academic or Load Calendar Type
SEQUENCE_NUMBER NUMBER (6)
Hold Academic or Load Calendar Type - Sequence Number
PERSON_NUMBER VARCHAR2 (30) Yes Identification number of the person who has had the hold placed upon him
HOLD_TYPE_DESCRIPTION VARCHAR2 (60) Yes Description of institution-defined hold type incorporating one or more system hold effect types
AUTHORIZING_PERSON_ID NUMBER (15)
The identification number of the staff member who authorized application of the hold.
AUTH_RESP_ID NUMBER (15)
Autherizer Responsibility Identifier
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
EXTERNAL_REFERENCE VARCHAR2 (30)
When ever external system applies a hold onto the student using Business Events, this field is the placeholder for the system, like PARKING, LIBRARY, CANTEEN etc
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PERSON_ID
,      HOLD_TYPE
,      EFFECTIVE_START_DATE
,      EXPIRY_DATE
,      NOTES
,      PROG_OUTCOME_PROGRAM_CODE
,      PROG_OUTCOME_SEQUENCE_NUMBER
,      CALENDAR_TYPE
,      SEQUENCE_NUMBER
,      PERSON_NUMBER
,      HOLD_TYPE_DESCRIPTION
,      AUTHORIZING_PERSON_ID
,      AUTH_RESP_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      EXTERNAL_REFERENCE
FROM APPS.IGSBV_PERSON_HOLDS;

Dependencies

[top of page]

APPS.IGSBV_PERSON_HOLDS references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_FI_ENCMB_TYPE_ALL
SynonymIGS_PE_PERS_ENCUMB

APPS.IGSBV_PERSON_HOLDS is not referenced by any database object