LM_CI_OPRID_VW(SQL View) |
Index Back |
---|---|
Catalog Item Operator ViewReturns all Catalog Items but is restricted upon the LE of the current operator. |
SELECT C.OPRID , A.LM_CI_ID , A.EFFDT , A.LM_END_EFFDT , A.LM_CRSE_CODE , A.LM_CI_STATUS , A.LM_CS_LONG_NM , A.LM_CS_SHRT_NM , A.LM_CS_DESCR , A.LM_CI_ABST , A.LM_APRVL_TYPE_REQ , A.LM_EXTRNL_OFRNG , A.LM_APRVL_REQ_EXT , A.LM_EXTRNL_ID , A.LM_EXTRNL_INFO , A.LM_VENDOR_ID , A.LM_VNDR_CRSE_CD , A.LM_OWNER_ID FROM PS_LM_CI_TBL A , PS_LM_CI_LE_TBL B , PS_LM_OPRID_LE_VW C WHERE %CurrentDateIn BETWEEN A.EFFDT AND A.LM_END_EFFDT AND A.EFFDT=B.EFFDT AND A.LM_CI_ID = B.LM_CI_ID AND B.LM_LE_ID = C.LM_LE_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | LM_CI_ID | Number(10,0) | DECIMAL(10) NOT NULL | Catalog Item ID - System Generated ID Number associated with each Catalog Item |
3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
4 | LM_END_EFFDT | Date(10) | DATE | The end effective date, automatically maintained, there's a doc on how this works, so read it |
5 | LM_CRSE_CODE | Character(30) | VARCHAR2(30) NOT NULL | Course Code - User defined Code |
6 | LM_CI_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Catalog Item Status - A drop down list with values indicating the current status of the learning activity.
10=Active 20=Inactive 40=Pending |
7 | LM_CS_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - Describes the long name of an object |
8 | LM_CS_SHRT_NM | Character(10) | VARCHAR2(10) NOT NULL | Short Name - Describes the short name of an object |
9 | LM_CS_DESCR | Character(254) | VARCHAR2(254) NOT NULL | Description - Describes an object with further detail |
10 | LM_CI_ABST | Long Character | CLOB | Catalog Item Abstract - In addition to the description this field allows for a very long text field for an abstract of the learning activity. |
11 | LM_APRVL_TYPE_REQ | Character(30) | VARCHAR2(30) NOT NULL |
Specifies the approval type required to take a given course, refer to the translate values
10=None 20=Standard |
12 | LM_EXTRNL_OFRNG | Character(3) | VARCHAR2(3) NOT NULL |
Internal/External Offering - A checkbox allowing the user to select whether the course is Internal or External.
10=Internal 20=External |
13 | LM_APRVL_REQ_EXT | Character(3) | VARCHAR2(3) NOT NULL |
Enrollment Admin Approval Required for Non-Employees
10=None 40=Learning Admin 60=Payment |
14 | LM_EXTRNL_ID | Number(10,0) | DECIMAL(10) NOT NULL | External ID - This field comes in from an external vendor and/or user and is user defined |
15 | LM_EXTRNL_INFO | Character(30) | VARCHAR2(30) NOT NULL | External Information - This field is populated by external user/vendor and is user defined. |
16 | LM_VENDOR_ID | Number(15,0) | DECIMAL(15) NOT NULL | Vendor ID |
17 | LM_VNDR_CRSE_CD | Character(30) | VARCHAR2(30) NOT NULL | Vendor Course Code - This is a user defined Code. |
18 | LM_OWNER_ID | Number(15,0) | DECIMAL(15) NOT NULL | Owner ID |