OMEC_ADDRCNT_VW(SQL View) |
Index Back |
---|---|
OM EC Address Count VWOM EC Address Count VW |
SELECT eip_program , eip_ctl_id , order_int_line_no , sched_line_nbr , cust_addr_type , COUNT(*) FROM PS_ORD_ADDR_EC GROUP BY eip_program , eip_ctl_id , order_int_line_no , sched_line_nbr , cust_addr_type |
# | 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 | ORDER_INT_LINE_NO | Number(5,0) | INTEGER NOT NULL | Order Line |
4 | SCHED_LINE_NBR | Number(6,0) | INTEGER NOT NULL | Schedule Line Number |
5 | CUST_ADDR_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Customer Address Type
H=Ship To Customer S=Sold To Customer |
6 | ADDRESS_COUNT | Number(3,0) | SMALLINT NOT NULL | Address Count |