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


VIEW: APPS.AST_EDUCATION_V

Object Details
Object Name: AST_EDUCATION_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAST.AST_EDUCATION_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

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)
EDUCATION_ID NUMBER (15) Yes
COURSE_MAJOR VARCHAR2 (60)
PARTY_ID NUMBER (15) Yes
DEGREE_RECEIVED VARCHAR2 (60)
LAST_DATE_ATTENDED DATE

START_DATE_ATTENDED DATE

SCHOOL_ATTENDED_NAME VARCHAR2 (60)
TYPE_OF_SCHOOL VARCHAR2 (30)
TYPE_OF_SCHOOL_MEANING VARCHAR2 (80)
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
OBJECT_VERSION_NUMBER NUMBER

APPLICATION_ID NUMBER (15)
CREATED_BY_MODULE VARCHAR2 (150)
Query Text

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


SELECT ROW_ID
,      EDUCATION_ID
,      COURSE_MAJOR
,      PARTY_ID
,      DEGREE_RECEIVED
,      LAST_DATE_ATTENDED
,      START_DATE_ATTENDED
,      SCHOOL_ATTENDED_NAME
,      TYPE_OF_SCHOOL
,      TYPE_OF_SCHOOL_MEANING
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      OBJECT_VERSION_NUMBER
,      APPLICATION_ID
,      CREATED_BY_MODULE
FROM APPS.AST_EDUCATION_V;

Dependencies

[top of page]

APPS.AST_EDUCATION_V references the following:

SchemaAPPS
ViewAR_LOOKUPS
SynonymHZ_EDUCATION

APPS.AST_EDUCATION_V is not referenced by any database object