RA_CUST_PAY_METHOD_INT_ALL
RA_CUST_PAY_METHOD_INT_ALL contains the customer receipt methods while importing the customer information. It is part of the customer interface program.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CUST_ORIG_SYSTEM | VARCHAR2 | 240 | Yes | Original source system of customer data. Use the Manage Source Systems task to identify valid values. Examples: Siebel, Dun and Bradstreet. | |
| CUST_ORIG_SYSTEM_REFERENCE | VARCHAR2 | 240 | Yes | Uniquely identifies customer in original source system. Must be unique if INSERT_UPDATE_FLAG is I. Must be an existing value if INSERT_UPDATE_FLAG is U. | |
| PAYMENT_METHOD_NAME | VARCHAR2 | 30 | Yes | Receipt method name. Use the Manage Receipt Classes and Methods task to identify valid values. | |
| PRIMARY_FLAG | VARCHAR2 | 1 | Yes | Primary receipt method indicator. Valid values: Y, N. | |
| CUST_SITE_ORIG_SYSTEM | VARCHAR2 | 240 | Original source system of customer site data. Use the Manage Source Systems task to identify valid values. Examples: Siebel, Dun and Bradstreet. | ||
| CUST_SITE_ORIG_SYS_REF | VARCHAR2 | 240 | Uniquely identifies customer site in original source system. Must be unique if INSERT_UPDATE_FLAG is I. Must be an existing value if INSERT_UPDATE_FLAG is U. | ||
| START_DATE | DATE | Yes | Payment method start date. Date format: YYYY/MM/DD. | ||
| END_DATE | DATE | Payment method deactivation date. Date format: YYYY/MM/DD. | |||
| BATCH_ID | NUMBER | 18 | Yes | Batch identifier. Must be unique. Free text field. | |
| INTERFACE_STATUS | VARCHAR2 | 240 | Oracle internal use only. Interface status. | ||
| VALIDATED_FLAG | VARCHAR2 | 1 | Oracle internal use only. Validated indicator. | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Oracle internal use only. Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| ATTRIBUTE1 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Oracle internal use only. Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| ORG_ID | NUMBER | 18 | Yes | Receipt method set identifier. Use the Manage Business Units task to identify valid values. | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | 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. | |
| LOAD_REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the Customer Import load job that created the row. | ||
| FILE_RECORD_NUM | NUMBER | 10 | This column is used by the import wizard to relate a record in the interface table to the file row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| RA_CUST_PAY_METH_INTERFACE_N1 | Non Unique | Default | CUST_ORIG_SYSTEM, CUST_ORIG_SYSTEM_REFERENCE |
| RA_CUST_PAY_METH_INTERFACE_N2 | Non Unique | Default | CUST_SITE_ORIG_SYSTEM, CUST_SITE_ORIG_SYS_REF |
| RA_CUST_PAY_METH_INTERFACE_N3 | Non Unique | Default | BATCH_ID, INTERFACE_STATUS, FILE_RECORD_NUM |