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


VIEW: APPS.IGS_PE_HZ_PARTIES_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row ID
PARTY_ID NUMBER (15) Yes Party ID
BIRTH_CITY VARCHAR2 (60)
Birth City
BIRTH_COUNTRY VARCHAR2 (30)
Birth Country Code
BIRTH_COUNTRY_DESC VARCHAR2 (80)
Birth Country
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
DECEASED_IND VARCHAR2 (1)
Flag indicates the party is deceased or not
ARCHIVE_EXCLUSION_IND VARCHAR2 (1)
Flag indicates the person is excluded from archive
ARCHIVE_DT DATE

Archive date of the person
PURGE_EXCLUSION_IND VARCHAR2 (1)
Flag indicates whether person is excluded from purging
PURGE_DT DATE

Purge date of the person
ORACLE_USERNAME VARCHAR2 (100)
Oracle user name
PROOF_OF_INS VARCHAR2 (1)
Proof of insurance
PROOF_OF_IMMU VARCHAR2 (1)
Proof of immunization
LEVEL_OF_QUAL NUMBER (15)
Identifier of level of quality
MILITARY_SERVICE_REG VARCHAR2 (1)
Military service registration
VETERAN VARCHAR2 (30)
Veteran Status, that will come from LOOKUP_TYPE = 'VETERAN_STATUS'
INSTITUTION_CD VARCHAR2 (30)
Identifier code of the institution
OI_LOCAL_INSTITUTION_IND VARCHAR2 (1)
Flag indicates whether institution is local or not
OI_OS_IND VARCHAR2 (1)
Flag indicates whether institution is local or not
OI_GOVT_INSTITUTION_CD VARCHAR2 (30)
Government institution code
OI_INST_CONTROL_TYPE VARCHAR2 (30)
Organizational institute control type
OI_INSTITUTION_TYPE VARCHAR2 (20)
Institution type
OI_INSTITUTION_STATUS VARCHAR2 (10)
Institution status
OU_START_DT DATE

Start date of the organizational unit
OU_END_DT DATE

End date of the organizational unit
OU_MEMBER_TYPE VARCHAR2 (30)
Org unit member type
OU_ORG_STATUS VARCHAR2 (10)
Organization status
OU_ORG_TYPE VARCHAR2 (30)
Organization type
INST_ORG_IND VARCHAR2 (1)
Flag indicates whether it is org or institution
INST_EPS_CODE VARCHAR2 (8)
Indicates the Institution Market Code
INST_PHONE_COUNTRY_CODE VARCHAR2 (10)
Indicates the Institution Phone Country Code
INST_PHONE_AREA_CODE VARCHAR2 (10)
Indicates the Institution Phone Area Code
INST_PHONE_NUMBER VARCHAR2 (40)
Indicates the Institution Phone Number
ADV_STUDIES_CLASSES NUMBER

Indicates the number of Advanced Studies Classes Offered
HONORS_CLASSES NUMBER

Indicates the number of Honors classes offered
CLASS_SIZE NUMBER

Indicates the class size
SEC_SCHOOL_LOCATION_ID NUMBER (15)
Indicates the secondary school location identifier
PERCENT_PLAN_HIGHER_EDU NUMBER

Indicates the percentage of students planning to pursue higher education
FUND_AUTHORIZATION VARCHAR2 (1)
This identifies if the Person has Funds Authorization or not.
PE_INFO_VERIFY_TIME DATE

Student's information verification Time.
INST_PRIORITY_CD VARCHAR2 (30)
Institution Priority Code
FELONY_CONVICTED_FLAG VARCHAR2 (1)
Flag indicating whether the person is ever convicted of a Felony
OSS_ORG_UNIT_CD VARCHAR2 (30)
Code for the Organization or Institution that will be recognized by OSS. All tables referring to Organization will have Foreign Key with this column and Not HZ_PARTIES.PARTY_NUMBER
Query Text

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


SELECT ROW_ID
,      PARTY_ID
,      BIRTH_CITY
,      BIRTH_COUNTRY
,      BIRTH_COUNTRY_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DECEASED_IND
,      ARCHIVE_EXCLUSION_IND
,      ARCHIVE_DT
,      PURGE_EXCLUSION_IND
,      PURGE_DT
,      ORACLE_USERNAME
,      PROOF_OF_INS
,      PROOF_OF_IMMU
,      LEVEL_OF_QUAL
,      MILITARY_SERVICE_REG
,      VETERAN
,      INSTITUTION_CD
,      OI_LOCAL_INSTITUTION_IND
,      OI_OS_IND
,      OI_GOVT_INSTITUTION_CD
,      OI_INST_CONTROL_TYPE
,      OI_INSTITUTION_TYPE
,      OI_INSTITUTION_STATUS
,      OU_START_DT
,      OU_END_DT
,      OU_MEMBER_TYPE
,      OU_ORG_STATUS
,      OU_ORG_TYPE
,      INST_ORG_IND
,      INST_EPS_CODE
,      INST_PHONE_COUNTRY_CODE
,      INST_PHONE_AREA_CODE
,      INST_PHONE_NUMBER
,      ADV_STUDIES_CLASSES
,      HONORS_CLASSES
,      CLASS_SIZE
,      SEC_SCHOOL_LOCATION_ID
,      PERCENT_PLAN_HIGHER_EDU
,      FUND_AUTHORIZATION
,      PE_INFO_VERIFY_TIME
,      INST_PRIORITY_CD
,      FELONY_CONVICTED_FLAG
,      OSS_ORG_UNIT_CD
FROM APPS.IGS_PE_HZ_PARTIES_V;

Dependencies

[top of page]

APPS.IGS_PE_HZ_PARTIES_V references the following:

SchemaAPPS
ViewFND_TERRITORIES_VL
SynonymIGS_PE_HZ_PARTIES

APPS.IGS_PE_HZ_PARTIES_V is not referenced by any database object