ORD_NOTE(SQL Table) |
Index Back |
---|---|
Order NotesThis record holds the order header, line and schedules standard note code or custom text. It is the parent of ORD_NOTE_DOC and ORD_NOTE_KEYWD. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: BUS_UNIT_TBL_OM |
2 | ORDER_NO | Character(10) | VARCHAR2(10) NOT NULL |
Identifies a customer order number that appears as a reference on a receivables pending item.
Date Initials Issue Description
022701 mv SP2 (F-CJORGENS-3) CSR Desktop
Prompt Table: ORD_HEADER |
3 | ORDER_INT_LINE_NO | Number(5,0) | INTEGER NOT NULL |
Order Line
Prompt Table: ORD_LINE |
4 | SCHED_LINE_NBR | Number(6,0) | INTEGER NOT NULL |
Schedule Line Number
Prompt Table: ORD_SCHEDULE |
5 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |
6 | NOTE_TYPE | Character(10) | VARCHAR2(10) NOT NULL |
Note Type
Prompt Table: NOTE_TYPE |
7 | STD_NOTE_CD | Character(10) | VARCHAR2(10) NOT NULL |
Standard Note Code
Prompt Table: STD_NOTE |
8 | TEXT254 | Character(254) | VARCHAR2(254) NOT NULL | Text |