GVT_TAS_ADJ_VW(SQL View) |
Index Back |
---|---|
TAS Adjustment SearchList of GWA TAS data used in Schedule Extract Summary records. |
SELECT DISTINCT GVT_SCHED_PREFIX , GVT_SCHED_CODE , GVT_SCHED_SEQ , GVT_TAS_GWA FROM PS_GVT_SCHED_EXSUM WHERE GVT_TOTAL_AMT <> 0 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | GVT_SCHED_PREFIX | Character(10) | VARCHAR2(10) NOT NULL | Schedule Prefix represents user defined part of the Schedule Number. Schedule Number uniquely identifies each schedule and it is combination of Schedule Prefix, Schedule Code and Schedule Sequence. |
2 | GVT_SCHED_CODE | Character(1) | VARCHAR2(1) NOT NULL |
Schedule Code identifies PeopleSoft supported schedules and it is middle part of the Schedule Number. Schedule Number uniquely identifies each schedule and it is combination of Schedule Prefix, Schedule Code and Schedule Sequence.
A=PAMSALCHK B=PAMSALEFT C=PAMMISCHK D=PAMMISEFT |
3 | GVT_SCHED_SEQ | Number(3,0) | SMALLINT NOT NULL | Schedule Sequence represents last part of the Schedule Number. Schedule Number uniquely identifies each schedule and it is combination of Schedule Prefix, Schedule Code and Schedule Sequence. Schedule may have multiple schedule sequences in case there is a schedule split due to processing requirements such as max TAS BETC amount or max number of TAS BETC per schedule. |
4 | GVT_TAS_GWA | Character(26) | VARCHAR2(26) NOT NULL | TAS GWA |