GP_CAL_RUN_SRC3(SQL View) |
Index Back |
---|---|
Non tmplt CAL RUNs by OPRIDSearch record limiting rows to non-template calendar groups based on operators country. |
SELECT OPRID , CAL_RUN_ID , DESCR FROM PS_GP_CAL_RUN A , PS_GP_OPR_RULE_PRF C WHERE A.USE_AS_TMPLT_IND = 'N' AND C.USED_BY= 'A' OR (C.USED_BY = 'C' AND A.COUNTRY = C.COUNTRY) |
# | 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 | CAL_RUN_ID | Character(18) | VARCHAR2(18) NOT NULL | Calendar Run Id |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |