EM_PYCY_BU_LNVW(SQL View) |
Index Back |
---|---|
Summary Requirements by BU/LngLanguage view used on the level 1 of the EM_PYCYCL_SUM page. |
SELECT a.pay_cycle , a.pay_cycle_seq_num , a.business_unit , BUL.LANGUAGE_CD , bul.descrshort FROM PS_PYCYCL_DATA a , ps_bus_unit_tbl_fs b , ps_pymnt_vchr_xref c , ps_bus_unit_lang bul WHERE a.pymnt_selct_status IN ('R','D') AND a.business_unit = b.business_unit AND a.pay_cycle = c.pay_cycle AND a.pay_cycle_seq_num = c.pay_cycle_seq_num AND a.business_unit = c.business_unit AND a.pay_doc_id = c.voucher_id AND a.pay_doc_seq = c.pymnt_cnt AND bul.business_unit = b.business_unit |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(6) | VARCHAR2(6) NOT NULL |
Pay Cycle
Prompt Table: SP_PYCYCL_NONVW |
|
2 | Number(6,0) | INTEGER NOT NULL | Pay Cycle Sequence Number | |
3 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT |
|
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |