SRBT_REBATE_TMP(SQL Table) |
Index Back |
---|---|
Sales Rebate TableSales Rebate Definition Table. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_BU_OM_NONVW |
3 | SRBT_ID | Character(6) | VARCHAR2(6) NOT NULL | Sales Rebate ID |
4 | END_DATE | Date(10) | DATE | End Date |
5 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
6 | REBATE_AMT | Number(16,2) | DECIMAL(15,2) NOT NULL | Rebate Amount |
7 | REBATE_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Rebate Flag |
8 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |