JA_CN_RULE_HEADERS

This table contains transfer rule header information for transfer rule.

Details

  • Schema: FUSION

  • Object owner: JA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

JA_CN_RULE_HEADERS_PK

RULE_HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_HEADER_ID NUMBER 18 Yes Transfer rule header identifier.
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.
SET_ID NUMBER 18 Yes Identifies a set of reference data shared across business units and other entities. Also known as Reference Data Sets, they are used to filter reference data in transactional UIs.
RULE_NAME VARCHAR2 30 Yes Unique name of a transfer rule.
DESCRIPTION VARCHAR2 40 Description for transfer rules.
SALES_LIST_FLAG VARCHAR2 1 Yes Option to include a a sales list document with a VAT invoice.
CURRENCY_CODE VARCHAR2 15 Yes Used either to enter a code to identify a specific currency or to use the null value to indicate all currencies.
INVOICE_TYPE VARCHAR2 30 Yes Lookup code for VAT invoice type. SPECIAL indicates a Special Invoice Type. COMMON indicates a Common Invoice Type. ALL indicates both Common and Special Invoice Types.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
ja_cn_rule_trx_types ja_cn_rule_headers RULE_HEADER_ID
ja_cn_rule_dffs ja_cn_rule_headers RULE_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
JA_CN_RULE_HEADERS_PK Unique Default RULE_HEADER_ID
JA_CN_RULE_HEADERS_U1 Unique Default RULE_NAME