FCLTY_LMD_LNG_V(SQL View) |
Index Back |
---|---|
Redefined Facility limit ViewView over the FCLTY_DFN table used in order to deactivate SETID and EFFDT for the purposes of entering fees. |
select A.SETID, A.FCLTY_ID, B.LANGUAGE_CD, B.DESCR from ps_fclty_dfn a, PS_FCLTY_DFN_LNG b where a.setid = b.setid and a.fclty_id = b.fclty_id and a.effdt = (select max(c.effdt) from ps_fclty_dfn c where c.setid = a.setid and c.fclty_id = a.fclty_id and c.effdt = a.effdt) and a.eff_status = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | FCLTY_ID | Character(12) | VARCHAR2(12) NOT NULL | A unique key identifier that represents a given counterparty facility. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |