HR_TBH_SECRECVW(SQL View) |
Index Back |
---|---|
Template Section Records ViewView showing records included in a template section. |
SELECT DISTINCT A.TBH_SECTION_ID , A.RECNAME , B.RECTYPE FROM PS_HR_TBH_SECDTL A , PSRECDEFN B WHERE B.RECNAME = A.RECNAME |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(18) | VARCHAR2(18) NOT NULL | Template Section ID | |
2 | Character(15) | VARCHAR2(15) NOT NULL |
Record (Table) Name (see PSRECDEFN).
Prompt Table: HR_TBH_RECSCHVW |
|
3 | RECTYPE | Number(1,0) | SMALLINT NOT NULL |
Record Type
0=SQL Table 1=SQL View 2=Derived Work/Record 3=Subrecord 5=Dynamic View 6=Query View 7=Temporary Table |