GP_PYMT_NBR_VW(SQL View) |
Index Back |
|---|---|
Payment Number ViewUse for prompting in Banking. |
| SELECT DISTINCT CAL_RUN_ID ,%NumToChar(PYMT_NBR) FROM PS_GP_PMT_NP_VW |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(18) | VARCHAR2(18) NOT NULL | Calendar Run Id | |
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Alphanumeric field representing PYMT_NBR. Used to allow entry of 0 as a valid search criteria. |