RB_AE_LIB_LVW(SQL View) |
Index Back |
---|---|
Common application recordThe common application record which returns Application Engine Library and their sections. |
SELECT B.AE_APPLID ,B.LANGUAGE_CD ,B.DESCR FROM PSAEAPPLDEFN A , PSAEAPPLLANG B WHERE A.AE_APPLLIBRARY='Y' AND A.AE_APPLID = B.AE_APPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | AE_APPLID | Character(12) | VARCHAR2(12) NOT NULL | Program Name (see PSAEAPPLDEFN). |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |