OPR_DEF_TBL_FS(SQL View) |
Index Back |
---|---|
Operator Dflts - PS/CRMWhen adding a new field to this table, make sure and add it to the view OPR_DEF_TBL_FS (Simulates the FDM table, but built over this table) |
SELECT OPRID , NAME1 , BUSINESS_UNIT , SETID , LEDGER , LEDGER_GROUP , SOURCE , AS_OF_DATE , LC_CNTRY , ALT_CHAR_ENABLED , DR_CR_VISIBLE_FLG FROM PS_OPR_DEF_TBL_RB |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: OPRID_VW |
2 | NAME1 | Character(50) | VARCHAR2(50) NOT NULL | Generic 50 character name field for storing names. |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_BU_FS_NONVW |
4 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.BUSINESS_UNIT Prompt Table: SP_SETID2_NONVW |
5 | LEDGER | Character(10) | VARCHAR2(10) NOT NULL | Ledger |
6 | LEDGER_GROUP | Character(10) | VARCHAR2(10) NOT NULL | Ledger Group |
7 | SOURCE | Character(3) | VARCHAR2(3) NOT NULL | Identifies the origin of a journal entry and defines journal entry error handling options. The journal source provides a means of selectively tracking, reporting, and inquiring on journal entries. It can be almost anything within the enterprise - a subsystem that generates transactions, a department, or even an individual. |
8 | AS_OF_DATE | Date(10) | DATE |
As of Date
Default Value: %date |
9 | LC_CNTRY | Character(3) | VARCHAR2(3) NOT NULL |
The local country.
Default Value: USA Prompt Table: LC_CNTRY_VW |
10 | ALT_CHAR_ENABLED | Character(1) | VARCHAR2(1) NOT NULL |
Alternate Character Enabled
Y/N Table Edit Default Value: N |
11 | DR_CR_VISIBLE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Display separate DR/CR
Y/N Table Edit Default Value: N |