SEV_PRG_SCTY_PR(SQL View) |
Index Back |
---|---|
Security Prompt for Prg SpnsorPrompt view which enforces operator security by Program Sponsor Number. It lists the Program Sponsor Numbers that the operator is cleared to see. |
SELECT a.sev_prg_nbr ,b.oprid ,a.sponsored_by ,b.access_cd FROM PS_SEV_PRG_SP_TBL a ,ps_sev_prg_sp_scty b WHERE b.access_cd = 'Y' AND a.sev_prg_nbr = b.sev_prg_nbr OR (b.sev_prg_nbr = 'ALL') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SEV_PRG_NBR | Character(9) | VARCHAR2(9) NOT NULL | SEVIS Program Number |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | SPONSORED_BY | Character(50) | VARCHAR2(50) NOT NULL | Sponsored by |
4 | ACCESS_CD | Character(1) | VARCHAR2(1) NOT NULL |
Access Code
N=No Access Y=Read/Write Access |