PY_RETROTRG_REC(SQL Table) |
Index Back |
---|---|
Retro Trigger Record DefnThe table will contain the new Trigger Definitions. It will contain one row for each Table on which retro can be generated. For each tables, the user can select if retro is generated when the table changes (such as a new row, or any field that is updated) or when a field changes. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(3) | VARCHAR2(3) NOT NULL | This field will define the Retroactive Program ID. | |
2 | Date(10) | DATE NOT NULL | Effective Date | |
3 | Character(15) | VARCHAR2(15) NOT NULL |
Record (Table) Name (see PSRECDEFN).
Prompt Table: PY_RETROTBL_DEF |
|
4 | TRGR_LVL_OPTN | Character(1) | VARCHAR2(1) NOT NULL |
Trigger Level
F=Field R=Record Default Value: R |
5 | RETRO_VALUE_ID | Character(3) | VARCHAR2(3) NOT NULL |
Retroactive Value ID.
Identifies a set of field values that can be associated with a Retroactive Trigger Definition
Prompt Table: RETROVAL_ID_DVW |