RA_ACADPLN_VW

(SQL View)
Index Back

Career Plan View

Career plan view is used in profile record definition.

SELECT A.INSTITUTION , A.ACAD_PLAN , A.EFFDT , A.SYNCID FROM PS_ACAD_PLAN_TBL A WHERE A.EFFDT = ( SELECT MAX(AA.EFFDT) FROM PS_ACAD_PLAN_TBL AA WHERE A.INSTITUTION = AA.INSTITUTION AND A.ACAD_PLAN=AA.ACAD_PLAN AND AA.EFFDT <= %CurrentDateIn)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Institution field to store institution information in campus solution system.
2 ACAD_PLAN Character(10) VARCHAR2(10) NOT NULL Academic Plan field coming from campus solution system
3 EFFDT Date(10) DATE Effective Date

Default Value: %date

4 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.