AR_CNTL_CUR_VW(SQL View) |
Index Back |
---|---|
Control Currency Codes |
SELECT currency_cd , effdt , eff_status , descr , descrshort , country , cur_symbol , decimal_positions FROM ps_currency_cd_tbl tbl WHERE tbl.eff_status = 'A' AND tbl.effdt = ( SELECT MAX(tbl_ed.effdt) FROM ps_currency_cd_tbl tbl_ed WHERE tbl_ed.currency_cd = tbl.currency_cd AND tbl_ed.effdt <= %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CONTROL_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL | Specifies the currency for all Receivables items in a control group. If this field is not blank the system will accept items with the specified currency only. |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: CURRENCY_CD_TBL.DESCR |
6 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL |
Country
Prompt Table: COUNTRY_TBL |
7 | CUR_SYMBOL | Character(4) | VARCHAR2(4) NOT NULL | Currency Symbol |
8 | DECIMAL_POSITIONS | Number(2,0) | SMALLINT NOT NULL | Decimal Positions |