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


VIEW: APPS.IGSFV_AV_ADVANCED_STANDING

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

View Type

A Business Intelligence System view


Describes advanced standing.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_NUMBER VARCHAR2 (30) Yes Describes the person number.
PERSON_NAME VARCHAR2 (360) Yes Describes the person name.
PROGRAM_CODE VARCHAR2 (6) Yes Describes the program against advanced standing that is approved or granted.
PROGRAM_VERSION_NUMBER NUMBER (3) Yes Describes the version number of the program against advanced standing that is approved or granted.
PROGRAM_TITLE VARCHAR2 (90) Yes Describes the program title against advanced standing that is approved or granted.
EXEMPTION_INSTITUTION_CODE VARCHAR2 (30) Yes This field describes the institution where the exemption was obtained.
EXEMPTION_INSTITUTION_NAME VARCHAR2 (360) Yes This field describes the institution name where the exemption was obtained.
TOTAL_EXEMPTION_APPROVED NUMBER (6) Yes This field describes the total credit points approved as advanced standing.
TOTAL_EXEMPTION_GRANTED NUMBER (6) Yes This field describes the total credit points granted as advanced standing.
TOTAL_EXEMPTION_PERC_GRNTD NUMBER (5) Yes This field describes the percentage of Program requirements granted as advanced standing.
PERSON_ID NUMBER (15) Yes Describes the ID that uniquely identifies a person.
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
,      PERSON_NAME
,      PROGRAM_CODE
,      PROGRAM_VERSION_NUMBER
,      PROGRAM_TITLE
,      EXEMPTION_INSTITUTION_CODE
,      EXEMPTION_INSTITUTION_NAME
,      TOTAL_EXEMPTION_APPROVED
,      TOTAL_EXEMPTION_GRANTED
,      TOTAL_EXEMPTION_PERC_GRNTD
,      PERSON_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_AV_ADVANCED_STANDING;

Dependencies

[top of page]

APPS.IGSFV_AV_ADVANCED_STANDING references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_AV_ADV_STANDING_ALL
SynonymIGS_PE_HZ_PARTIES
SynonymIGS_PS_VER_ALL

APPS.IGSFV_AV_ADVANCED_STANDING is not referenced by any database object