GM_MILE_TYPE(SQL Table) |
Index Back |
---|---|
Milestone Type Control TableMilestone Type Control Table - Stores all the milestone types associated to a set ID. This table is effective dated and includes a description and a short description for each milestone type. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | MILESTONE_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Milestone Type |
3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
4 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL |
Contact Identifier for Treasury Contacts
Prompt Table: GM_CONTACT_VW |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | GM_MILE_DEF | Character(1) | VARCHAR2(1) NOT NULL |
Include in Award
Y/N Table Edit Default Value: N |
7 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
8 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |