RUN_OM_SRBT(SQL Table) |
Index Back |
---|---|
Run Control-Sales Rebate CalcThis tabled efines the run control paameters for the OMSRBT - Sales Rebate Calculation SQR. Date Initials Issue Description 120701 dms ADA 508 Set default for business unit |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_OM.BUSINESS_UNIT Prompt Table: SP_BU_OM_NONVW |
5 | SRBT_ID | Character(6) | VARCHAR2(6) NOT NULL |
Sales Rebate ID
Prompt Table: SRBT_ACTIVE_VW |
6 | START_DATE | Date(10) | DATE | Start Date for Gen Standing PO |
7 | CALENDAR_METHOD | Character(1) | VARCHAR2(1) NOT NULL |
Calendar Method
A=Quarterly B=Bi-monthly C=Bi-weekly D=Monthly E=Daily F=Weekly S=Semi-Annual Y=Yearly |
8 | NUMBER_OF_PERIODS | Number(3,0) | SMALLINT NOT NULL | Periods in a Year |
9 | CALC_PERIODS | Character(1) | VARCHAR2(1) NOT NULL |
Calculation Periods
C=Current Period L=Previous Period P=Current and Previous Period |
10 | END_DATE | Date(10) | DATE |
End Date
Prompt Table: %EDITTABLE |
11 | 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.
Prompt Table: CUST_SLD_VW |
12 | CUSTOMER_GROUP | Character(10) | VARCHAR2(10) NOT NULL |
Customer Group
Prompt Table: CUSTGP_SCON_VW2 |