GMS_AWARD_TEMPLATES_B
Table for storing gms award template information
Details
-
Schema: FUSION
-
Object owner: GMS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
GMS_AWARD_TEMPLATES_B_PK |
TEMPLATE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TEMPLATE_ID | NUMBER | 16 | Yes | TEMPLATE_ID - Primary | |
| TEMPLATE_NUMBER | VARCHAR2 | 120 | Yes | Template Number | |
| AWARD_HEADER_ID | NUMBER | 16 | Yes | AWARD_HEADER_ID - Foriegn key to Award Header table | |
| BUSINESS_UNIT_ID | NUMBER | 16 | Yes | BUSINESS_UNIT_ID - Foreign key for Business Unit | |
| LEGAL_ENTITY_ID | NUMBER | 16 | Yes | LEGAL_ENTITY_ID - Foreign Key for Legal Entity | |
| CURRENCY_CODE | VARCHAR2 | 3 | Yes | CURRENCY_CODE - Currency | |
| START_DATE_ACTIVE | DATE | Yes | START_DATE_ACTIVE - Date from which the template is active | ||
| END_DATE_ACTIVE | DATE | END_DATE_ACTIVE - Date till the template is active | |||
| SOURCE_TEMPLATE_ID | NUMBER | 16 | Template Id from which the template is duplicated | ||
| TEMPLATE_SOURCE | VARCHAR2 | 10 | Yes | Possible Values - NEW, FROM_AWARD, COPY | |
| BUDGET_PERIOD_COUNT | NUMBER | 3 | BUDGET_PERIOD_COUNT | ||
| BUDGET_PERIOD_FREQUENCY | VARCHAR2 | 10 | BUDGET_PERIOD_FREQUENCY | ||
| BUDGET_PERIOD_PREFIX | VARCHAR2 | 10 | BUDGET_PERIOD_PREFIX | ||
| BUDGET_PERIOD_SEPERATOR | VARCHAR2 | 10 | BUDGET_PERIOD_SEPERATOR | ||
| BUDGET_PERIOD_FORMAT | VARCHAR2 | 10 | BUDGET_PERIOD_FORMAT | ||
| CONTRACT_TYPE_ID | NUMBER | 18 | Contract Type associated with the template | ||
| LOC_ENABLED_FLAG | VARCHAR2 | 1 | Flag to enable Letter of credit billing for the award template | ||
| DEFAULT_TEMPLATE_FLAG | VARCHAR2 | 1 | Flag to store the default template for the system | ||
| PROJECT_TEMPLATE_ID | NUMBER | 18 | Project Template ID that should be used for creating a project in express award creation | ||
| CONTRACT_APPROVAL_FLAG | VARCHAR2 | 1 | Flag to check in quick create if the contract should be submitted for approval | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| GMS_AWARD_TEMPLATES_B | gms_award_headers_b | TEMPLATE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| GMS_AWARD_TEMPLATES_B_U1 | Unique | Default | TEMPLATE_ID |