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


VIEW: APPS.IGSFV_PERSON_HOLDS

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

View Type

A Business Intelligence System view


This entity describes the holds placed on an applicant/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/Load Calendar Type
SEQUENCE_NUMBER NUMBER (6)
Hold Academic/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_NUMBER VARCHAR2 (30)
The identification number of the staff member who authorized application of the hold.
TERM VARCHAR2 (10)
Term Calendar
AUTHORIZING_PERSON_ID NUMBER (15)
The identification number of the staff member who authorized application of the hold.
AUTH_RESP_ID NUMBER (15)
Authorizer Responsibility Identifier
AUTH_RESP_NAME VARCHAR2 (100)
Authorizer Responsibility Name
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
_LA:EXTERNAL_REFERENCE CHAR (59)
Description of the external reference code
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_NUMBER
,      TERM
,      AUTHORIZING_PERSON_ID
,      AUTH_RESP_ID
,      AUTH_RESP_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      _LA:EXTERNAL_REFERENCE
FROM APPS.IGSFV_PERSON_HOLDS;

Dependencies

[top of page]

APPS.IGSFV_PERSON_HOLDS references the following:

SchemaAPPS
ViewFND_RESPONSIBILITY_VL
SynonymHZ_PARTIES
SynonymIGS_CA_INST_ALL
SynonymIGS_FI_ENCMB_TYPE_ALL
SynonymIGS_PE_PERS_ENCUMB

APPS.IGSFV_PERSON_HOLDS is not referenced by any database object