OMEC_CURODTL_VW(SQL View) |
Index Back |
---|
SELECT od.eip_program , od.eip_ctl_id , od.business_unit , od.order_no , od.order_int_line_no , od.cp_mode , od.cp_comp_seq , od.option_name , eo.orig_dt_timestamp FROM ps_ord_opt_detl_ec od , PS_EO_EIP_CTL eo WHERE od.eip_program = eo.eip_program AND od.eip_ctl_id = eo.eip_ctl_id AND od.eip_dta_status NOT IN ('2', '6') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EIP_PROGRAM | Character(10) | VARCHAR2(10) NOT NULL |
Enterprise Components EIP (enterprise integration point) program field
601=Consumer Sync 701=BOM Sync 801=Item Revision 901=Item Bus Unit Sync 902=Item Sync |
2 | EIP_CTL_ID | Character(25) | VARCHAR2(25) NOT NULL | Enterprise Components EIP (enterprise integration point) control field |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
4 | 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 |
5 | ORDER_INT_LINE_NO | Number(5,0) | INTEGER NOT NULL | Order Line |
6 | CP_MODE | Character(1) | VARCHAR2(1) NOT NULL |
Rule Processing Modes Field
A=CRM Internal C=Model Tester M=Direct Production Order R=Direct Requisition Order S=Sales Order W=CRM External |
7 | CP_COMP_SEQ | Number(3,0) | SMALLINT NOT NULL | Component Sequence Field |
8 | OPTION_NAME | Character(18) | VARCHAR2(18) NOT NULL | Option Name |
9 | ORIG_DT_TIMESTAMP | DateTime(26) | TIMESTAMP | Orig Date Timestamp |