QS_QCP_FRQ_LVW(SQL View) |
Index Back |
---|---|
Sample Frqs used in QCPlans05/12/00 ST Created Lang view. |
SELECT DISTINCT a.business_unit , a.qs_app_context , a.mfds_sampl_frq_cd , b.language_cd , b.mfds_sampl_descr FROM PS_QS_STREAM_ROOT a , ps_qs_frq_typ_lang b WHERE a.mfds_sampl_frq_cd = b.mfds_sampl_frq_cd |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(18) | VARCHAR2(18) NOT NULL | QC application context identifier | |
3 | Character(4) | VARCHAR2(4) NOT NULL | MFDS Plan - sampling frequency code | |
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | MFDS_SAMPL_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Sampling frequency description |