GPGB_CO_AUTH_VW

(SQL View)
Index Back

Court Order Authority

This view fetches the active legal authority names and descriptions to be captured at the payee level for GBR court orders.

SELECT GPGB_CO_LEG ,GPGB_CO_AUTHORITY FROM PS_GPGB_CO_AUTHRTY WHERE GPGB_ACTIVE_FLAG='Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 GPGB_CO_LEG Character(2) VARCHAR2(2) NOT NULL Used for UK and NI court orders to define the regulatory region - different rules exist for Scotland, England & Wales and Northern Ireland
EW=England and Wales
NI=Northern Ireland
SC=Scotland
2 GPGB_CO_AUTHORITY Character(60) VARCHAR2(60) NOT NULL Court Order Issuing Authority

Prompt Table: %RECNAME_EDIT2