ENTRY_USE_A_VW(SQL View) |
Index Back |
---|---|
Auto Entry System Functions |
select entry_use_id, descr, auto_action, sys_generated_item from PS_ENTRY_USE_TBL where auto_action='A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ENTRY_USE_ID | Character(5) | VARCHAR2(5) NOT NULL | Specifies the System Function or type of processing associated with an entry type. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | AUTO_ACTION | Character(1) | VARCHAR2(1) NOT NULL |
Entry Function
A=Auto Entry I=Item Entry S=System Entry Y/N Table Edit Default Value: Y |
4 | SYS_GENERATED_ITEM | Character(1) | VARCHAR2(1) NOT NULL |
Automatically Creates New Item
Y/N Table Edit Default Value: N |