EX_DDDIST_CRYPT(SQL Table) |
Index Back |
---|---|
Direct Dep Distributn cryptEncryption of direct deposit information. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | EFFDT | Date(10) | DATE NOT NULL | Effective Date |
3 | PRIORITY | Number(3,0) | SMALLINT NOT NULL | Priority |
4 | ACCOUNT_NUM | Character(35) | VARCHAR2(35) NOT NULL | Account Number |
5 | COUNTRY_CD | Character(3) | VARCHAR2(3) NOT NULL | Country Code |
6 | ACCOUNT_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Identifies a category of accounts that appears on the balance sheet or income statement of the enterprise. Each general ledger account (ACCOUNT) is associated with an account type (also called a ""monetary account type""). PeopleSoft delivers standard account types such as asset, liability, expense, and revenue.
Prompt Table: ACCT_TYPE_TBL |
7 | BANK_CD_HR | Character(11) | VARCHAR2(11) NOT NULL | Bank Code |
8 | BANK_ACCT_ENCRYPT | Character(250) | VARCHAR2(250) NOT NULL | Stores Encrypted BankAccount Value |
9 | DATETIME_STAMP | DateTime(26) | TIMESTAMP | DateTime Stamp |