SF_PA_ONLY_VW(SQL View) |
Index Back |
---|---|
Prdn Area and Descr View06/29/00 TKI Created to return all available production areas for a given business unit along with their descriptions. Currently used only as a prompt table for PRDN_AREA_CODE in the Production Transaction History page. |
SELECT BUSINESS_UNIT , PRDN_AREA_CODE , PRDN_AREA_DESC FROM PS_SF_PRDN_AREA |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PRDN_AREA_CODE | Character(10) | VARCHAR2(10) NOT NULL | Production Area |
3 | PRDN_AREA_DESC | Character(30) | VARCHAR2(30) NOT NULL | Description |