BAS_SNP_DFN(SQL Table) |
Index Back |
---|---|
BAS Snap DefnBAS_SNP_DEFN is a record that allows you to establish an ID for a set of benefit programs and plan types to include during Snapshot Benefits Administration processing. The record defines the effective date, description, period begin date, and processing flags. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SNAP_DEFN_ID | Character(4) | VARCHAR2(4) NOT NULL | Snapshot Definition ID |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
4 | PERIOD_BEGIN_DT | Date(10) | DATE NOT NULL | Period Begin Date |
5 | VALIDATE_CURRENT | Character(1) | VARCHAR2(1) NOT NULL |
Validate Current Elections
Y/N Table Edit Default Value: N |
6 | CALC_PRICES | Character(1) | VARCHAR2(1) NOT NULL |
Calculate Option Prices
Y/N Table Edit Default Value: N |
7 | ALLOW_FINALIZE | Character(1) | VARCHAR2(1) NOT NULL |
Allow Finalization
Y/N Table Edit Default Value: N |