PO_CHNG_REASON

(SQL Table)
Index Back

PO Change Reason Record

Purchase Order change reason record.

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT

Prompt Table: SP_BU_PM_NONVW

2 PO_ID Character(10) VARCHAR2(10) NOT NULL Purchase Order
3 CHNG_ORD_BATCH Number(3,0) SMALLINT NOT NULL Change Order Number
4 REASON_SEQ Number(5,0) INTEGER NOT NULL Reason Sequence
5 REASON_TYPE Character(4) VARCHAR2(4) NOT NULL Reason Type

Default Value: POC1

6 REASON_CD Character(10) VARCHAR2(10) NOT NULL Reason Code

Prompt Table: %EDITTABLE40

7 OPRID_ENTERED_BY Character(30) VARCHAR2(30) NOT NULL Entered By 07/25/2011 MRAD 12383033 :Ensured that OPRID_ENTERED_BY is set with format type of MixedCase. 03/22/2013 GL 16482301: Switched OPRID_ENTERED_BY back to MixedCase again. Please don't change it to UpperCase!!! FYI - The alternatives to use a User ID as uppercase: 1) Create your own User ID, add comments in the Field Properties, and fill out the Owner ID 2) Use %Upper meta-SQL in SQL statements 3) Use Upper function in peoplecodes
8 ENTERED_DTTM DateTime(26) TIMESTAMP Entered Datetime
9 COMMENTS Long Character CLOB Comment