IC_ATP_INPUTS
Available to Promise_Inputs
tableFINIC
IC_ATP_INPUTS — Available to Promise_Inputs. FIN table in the standard Ross ERP 8.0 schema: 19 columns, used by 22 programs. Columns, data types, keys, foreign keys and relationships.
Open IC_ATP_INPUTS in the interactive Data Dictionary →Part of IC tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | PART_CODE | varchar(15) | PK | Product |
| 4 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 5 | IC_LOT_NUMBER | varchar(20) | PK | Lot Number |
| 6 | IC_ATP_SOURCE_TYPE_CODE | varchar(9) | PK | ATP Source |
| 7 | IC_STATUS_CODE | varchar(8) | PK | Inventory Status |
| 8 | AVAILABLE_DATE | datetime | PK | Available Date |
| 9 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 10 | IC_ATP_QTY_PROMISED | numeric(20,6) | Promised Quantity | |
| 11 | USERNAME | varchar(20) | Username | |
| 12 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 13 | IC_ATP_QTY_INPUT | numeric(20,6) | ATP Input Quantity | |
| 14 | IC_ATP_QTY_ALLOC_NOT_PROMISED | numeric(20,6) | Quantity Allocated Not Promised | |
| 15 | IC_ATP_FACTORY_PO_DIVISION | varchar(2) | PK | The job's factory or the purchase order's division |
| 16 | IC_ATP_JOB_PO_FORECAST | varchar(13) | PK | The job, purchase order, or production forecast |
| 17 | IC_ATP_JOB_STAGE_PO_LINE | varchar(8) | PK | The job_stage or purchase order line number |
| 18 | IC_ATP_JOB_LINE_PO_SEQ | smallint | PK | The job line or purchase order sequence |
| 19 | IC_ATP_QTY_AVAILABLE | computed |