AUTO_ENTRY_LVW(SQL View) |
Index Back |
---|---|
Auto Entry Types w/Description |
SELECT A.setid , A.entry_use_id , B.language_cd , A.effdt , B.descr FROM PS_AUTO_ENTRY_TBL A , PS_ENTRY_USE_LG B WHERE A.entry_use_id = B.entry_use_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | ENTRY_USE_ID | Character(5) | VARCHAR2(5) NOT NULL |
Specifies the System Function or type of processing associated with an entry type.
Prompt Table: ENTRY_USE_A_VW |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |