TD_PAYMENT_TBL(SQL Table) |
Index Back |
---|---|
Promo payment authorizations |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: PPRC_PROMO_TBL.SETID Prompt Table: SP_SETTD_NONVW |
2 | PPRC_PROMO_CD | Character(20) | VARCHAR2(20) NOT NULL |
Price Promotion Code
Default Value: PPRC_PROMO_TBL.PPRC_PROMO_CD Prompt Table: TD_ALL_PROS_VW1 |
3 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL |
Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
Default Value: TD_PROMO_CUST.CUST_ID Prompt Table: TD_CUST_OPRVW |
4 | MERCH_TYPE | Character(10) | VARCHAR2(10) NOT NULL |
Merchandising Type
Default Value: TD_PRO_MERC_CUS.MERCH_TYPE Prompt Table: %EDITTABLE2 |
5 | PERFORMED | Character(1) | VARCHAR2(1) NOT NULL |
Performed
Y/N Table Edit |
6 | DOCUMENT_NAME | Character(30) | VARCHAR2(30) NOT NULL | Document Path and Name |
7 | DOCUMENT_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Document Type
123=Lotus 1-2-3 AVI=Video for Windows CAD=AutoCad Document DOC=Microsoft Winword MPP=MicroSoft Project NON=No Document Type PST=PeopleSoft PeopleTools SCR=Lotus ScreenCam TLP=TimeLine for Windows TXT=Notepad for ASCII Text XLS=Microsoft Excel Prompt Table: FILE_DIR_VW |
8 | CLOSED_DT | Date(10) | DATE | Date Closed |
9 | TD_PAYMENT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Payment Status
A=Authorized C=Closed J=Rejected N=Not Authorized P=Pending Approval R=Released Default Value: N |
10 | AUTHORIZED_BY | Character(30) | VARCHAR2(30) NOT NULL | Authorized By |
11 | AUTHORIZED_DT | Date(10) | DATE | Authorized Date |
12 | AUTHORIZED_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Authorized Amount |
13 | AUTHORIZED_AMT_BSE | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Base Authorized Amt |
14 | ORIG_AUTH_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Original Authorized Amount |
15 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Default Value: TD_PROMO_CUST.CURRENCY_CD |
16 | RT_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Defines a category of market rates for currency conversion. Some examples of rate types are commercial, average, floating, and historical.
Default Value: TD_PROMO_CUST.RT_TYPE |
17 | BASE_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL |
"Specifies the primary currency for a general ledger business unit, and is sometimes referred to as the ""book"" currency. Each business unit has one base currency. which is usually, but not always, the local currency for the organization. Journal entries are posted to a business unit in its base currency. "
Default Value: TD_SETID_TBL.BASE_CURRENCY |
18 | RATE_MULT | Signed Number(17,8) | DECIMAL(15,8) NOT NULL |
Rate Multiplier
Default Value: 1 |
19 | RATE_DIV | Number(16,8) | DECIMAL(15,8) NOT NULL |
Rate Divisor
Default Value: 1 |
20 | DELETE_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Deletion Flag
Default Value: Y |
21 | OPRID_ENTERED_BY | Character(30) | VARCHAR2(30) NOT NULL | Entered By 07/25/2011 MRAD 12383033 :Ensured that OPRID_ENTERED_BY is set with format type of MixedCase. 03/22/2013 GL 16482301: Switched OPRID_ENTERED_BY back to MixedCase again. Please don't change it to UpperCase!!! FYI - The alternatives to use a User ID as uppercase: 1) Create your own User ID, add comments in the Field Properties, and fill out the Owner ID 2) Use %Upper meta-SQL in SQL statements 3) Use Upper function in peoplecodes |
22 | ENTERED_DT | Date(10) | DATE | Entered on |
23 | OPRID_MODIFIED_BY | Character(30) | VARCHAR2(30) NOT NULL | Last User to Modify Entered By 07/25/2011:Ensured that OPRID_MODIFIED_BY is set with format type of MixedCase. |
24 | LAST_UPDATE_DT | Date(10) | DATE | Last Updated |
25 | PERFORMANCE_PROOF | Long Character | CLOB | Performance proof |