IN_DMD_CHCFG_VW

(SQL View)
Index Back

Demand Change Config View

Date Initials Issue Description 052504 dms F-KNANN-V59N4 New view

SELECT D.BUSINESS_UNIT , D.FIELDNAME , D.OM_CHANGE_STATE , D.IN_CHANGE_STATE , D.OM_ALLOW_CHG , C.CHG_ALL_DEMAND , C.MESSAGE_SET_NBR , C.MESSAGE_NBR FROM PS_IN_DMD_CHANGE D , PS_IN_DMD_CHG_CFG C WHERE D.FIELDNAME = C.FIELDNAME

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 FIELDNAME Character(18) VARCHAR2(18) NOT NULL Field Name (see PSDBFIELD).
3 OM_CHANGE_STATE Character(2) VARCHAR2(2) NOT NULL Allow OM Changes Thru

Prompt Table: IN_CFG_STATE_VW

4 IN_CHANGE_STATE Character(2) VARCHAR2(2) NOT NULL Allow INV Changes Thru

Prompt Table: IN_CFG_STATE_VW

5 OM_ALLOW_CHG Character(1) VARCHAR2(1) NOT NULL Allow OM Update Past OM State

Y/N Table Edit

Default Value: Y

6 CHG_ALL_DEMAND Character(1) VARCHAR2(1) NOT NULL Change Applies to All Demand
7 MESSAGE_SET_NBR Number(5,0) INTEGER NOT NULL Message Set Number. This field refers to the Message Set Number in the Message Catalog.
8 MESSAGE_NBR Number(5,0) INTEGER NOT NULL Message Number. This field refers to the Message Number in the Message Catalog.