PSA_EXCPT_VW1(SQL View) |
Index Back |
---|---|
Sharing Rules Business UnitsThis view contains the business units that have sharing rules defined. |
SELECT DISTINCT A.BUSINESS_UNIT , B.DESCR FROM PS_PSA_SHARE_RULES A , PS_BUS_UNIT_TBL_FS B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |