SF_RT_TO_COST(SQL Table) |
Index Back |
---|---|
Route to Kit Transaction CostsRoute to Kit Transactions costs are written here by Costing COBOL. Accounting COBOL will then process these rows. 08/05/99 ebn CN#CM800-9.0 Added CM_BOOK and CM_COST_MODE 08/10/01 dmw : R-CMORSE-DQ7K6 / R-MSUBBA-3F5MV Performance Enhancement - add posted_flag index A 11/01/02 MEG CN#MG880: Removed reference to sf_rt_to_kit as parent. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | DT_TIMESTAMP | DateTime(26) | TIMESTAMP NOT NULL | Date Timestamp |
4 | FROM_PRDN_ID | Character(10) | VARCHAR2(10) NOT NULL | From Production ID |
5 | TO_PRDN_ID | Character(10) | VARCHAR2(10) NOT NULL | To Production ID |
6 | SEQ_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number |
7 | CM_BOOK | Character(10) | VARCHAR2(10) NOT NULL | Cost Book |
8 | COST_ELEMENT | Character(4) | VARCHAR2(4) NOT NULL | Cost Element |
9 | TRANSACTION_GROUP | Character(3) | VARCHAR2(3) NOT NULL | 11/7/02 LLR - Added the new (600's) transactions groups for 8.8. |
10 | TL_COST | Number(15,4) | DECIMAL(14,4) NOT NULL | This Level Cost |
11 | LL_COST | Number(15,4) | DECIMAL(14,4) NOT NULL | Lower Level Cost |
12 | CM_COST_MODE | Character(1) | VARCHAR2(1) NOT NULL |
07/99 GMG CN800-9.0:
L=Live S=Simulated Default Value: L |
13 | POSTED_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not a Receivables item has been posted. This field is automatically updated by the Receivables Update program.
N=Not Posted X=Don't Post Y=Posted |
14 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
15 | PROCESS_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Process Flag
A=Purge All S=Only purge items with at least |