HR_AE_LIBSEC_VW(SQL View) |
Index Back |
---|---|
AE Library Public SectionsReturns public Sections related to Application Libraries |
SELECT S.AE_APPLID , S.AE_SECTION FROM PSAEAPPLDEFN P , PSAESECTDEFN S WHERE P.AE_APPLLIBRARY = 'Y' AND S.AE_APPLID = P.AE_APPLID AND S.AE_PUBLIC_SW = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(12) | VARCHAR2(12) NOT NULL | Program Name (see PSAEAPPLDEFN). | |
2 | Character(8) | VARCHAR2(8) NOT NULL | Section |