CE_PAYMENT_DOCUMENTS_
CE_PAYMENT_DOCUMENTS_ is the audit table for CE_PAYMENT_DOCUMENTS. CE_PAYMENT_DOCUMENTS contains information related to payment documents.
Details
-
Schema: FUSION
-
Object owner: CE
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CE_PAYMENT_DOCUMENTS_PK_ |
LAST_UPDATE_DATE, PAYMENT_DOCUMENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PAYMENT_DOCUMENT_ID | NUMBER | 18 | Yes | Uniquely identifies the payment document. | |
| PAYMENT_DOCUMENT_NAME | VARCHAR2 | 100 | Name of the payment document. | ||
| PAYMENT_INSTRUCTION_ID | NUMBER | 18 | Uniquely identifies the payment instruction. | ||
| INTERNAL_BANK_ACCOUNT_ID | NUMBER | 18 | Uniquely identifies the bank account. | ||
| PAPER_STOCK_TYPE | VARCHAR2 | 30 | Paper stock type. Possible values are blank and prenumbered. | ||
| ATTACHED_REMITTANCE_STUB_FLAG | VARCHAR2 | 1 | Flag to indicate whether attaching remittance stub is allowed. Possible values are yes or no. | ||
| NUMBER_OF_LINES_PER_REMIT_STUB | NUMBER | Number of Lines per Remittance Stub | |||
| NUMBER_OF_SETUP_DOCUMENTS | NUMBER | Number of documents printed at the beginning of each automatic payment batch. | |||
| FORMAT_CODE | VARCHAR2 | 30 | Payment format code used for the payment document. | ||
| FIRST_AVAILABLE_DOCUMENT_NUM | NUMBER | First payment number available on a payment document. | |||
| LAST_AVAILABLE_DOCUMENT_NUMBER | NUMBER | Last payment number available on a payment document. | |||
| LAST_ISSUED_DOCUMENT_NUMBER | NUMBER | Last payment number used on a payment document to pay invoices. | |||
| MANUAL_PAYMENTS_ONLY_FLAG | VARCHAR2 | 1 | Flag to indicate whether manual payment is allowed. Possible values are yes or no. | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 150 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| INACTIVE_DATE | DATE | Date by when the payment document will be inactive. | |||
| CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||
| CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Who column: indicates the user who last updated the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | ||
| PAYMENT_DOC_CATEGORY | VARCHAR2 | 30 | Category used for the payment document. | ||
| AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Actione Type - have values like INSERT, UPDATE and DELETE. | ||
| AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1's and 0s for each row. 1 will be stored if the value has changed and 0 will be stored if the value hasn't. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CE_PAYMENT_DOCUMENTS_N1_ | Non Unique | Default | PAYMENT_DOCUMENT_ID |
| CE_PAYMENT_DOCUMENTS_U1_ | Unique | Default | LAST_UPDATE_DATE, PAYMENT_DOCUMENT_ID |