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


VIEW: APPS.IGSFV_HEALTH_REQUIREMENTS

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

View Type

A Business Intelligence System view


This entity contains information about a person's health requirements.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_NUMBER VARCHAR2 (30) Yes Unique identification number for a person
IMMUNIZATION_CODE VARCHAR2 (30) Yes Type of Immunization or Health Requirement
START_DATE DATE
Yes Start date of the immunization/health requirement.
_LA:IMMUNIZATION_DESC CHAR (63)
Description of the Immunization type/health requirement
_LA:IMMUNIZATION_STATUS CHAR (59)
Status of Immunization/Health Requirement
END_DATE DATE

End Date of the immunization/health requirement.
_DF CHAR (33)
Descriptive flex field for a health requirement.
PERSON_ID NUMBER (15) Yes Unique Identifier of a Person
IMMU_DETAILS_ID NUMBER (15) Yes Unique Identifier for immunization details
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
Query Text

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


SELECT PERSON_NUMBER
,      IMMUNIZATION_CODE
,      START_DATE
,      _LA:IMMUNIZATION_DESC
,      _LA:IMMUNIZATION_STATUS
,      END_DATE
,      _DF
,      PERSON_ID
,      IMMU_DETAILS_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_HEALTH_REQUIREMENTS;

Dependencies

[top of page]

APPS.IGSFV_HEALTH_REQUIREMENTS references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_PE_IMMU_DTLS

APPS.IGSFV_HEALTH_REQUIREMENTS is not referenced by any database object