RE_CHARGE_TMP(SQL Table) |
Index Back |
---|---|
Related ChargesCharges that are related to quotes & orders such as Freight, Taxes, etc. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CHARGE_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
This field is used as edit box to show the charge type used in Total subpage and other places
Prompt Table: RO_DEFN_CHGTYPE |
2 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Currency Code value. |
3 | CHARGE_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Specifies the amount of a customer payment. |
4 | CHARGE_FREQ | Character(4) | VARCHAR2(4) NOT NULL |
This field is used to show the charge frequency and has translate values
BIWK=Bi-Weekly DAYS=Daily MNTH=Monthly ONCE=One Time QURT=Quarterly WEEK=Weekly YEAR=Yearly Prompt Table: RO_DEFN_CHGFREQ |
5 | CHARGE_PERCENT | Signed Number(7,2) | DECIMAL(5,2) NOT NULL | Charge Percent |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
7 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |