ARU_ENTRY_REASN(SQL View) |
Index Back |
---|---|
ARU_ENTRY_REASNcustom record based on delivered prompt table (ENTRY_REASN_TBL) with No ENTRY TYPE field. |
SELECT DISTINCT SETID , ENTRY_REASON , DESCR , DESCRSHORT FROM PS_ENTRY_REASN_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | ENTRY_REASON | Character(5) | VARCHAR2(5) NOT NULL | "Specifies an entry reason that further qualifies the entry type associated with a pending item. For example an entry reason for a credit memo might be ""Pricing Error"" or ""Shipping Error""." |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |