ZX_AR_LOCN_ACCOUNTS_ALL
The AR_LOCATION_ACCOUNTS_ALL table stores tax accounting information for all records in the AR_LOCATION_VALUES table with a Tax Account location segment qualifier defined in the Key Flexfield Segments window. . The primary key is LOCATION_VALUE_ACCOUNT_ID.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
AR_LOCATION_ACCOUNTS_PK |
LOCATION_VALUE_ACCOUNT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| LOCATION_VALUE_ACCOUNT_ID | NUMBER | 18 | Yes | Primary key of the table | |
| 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. | |
| LOCATION_SEGMENT_ID | NUMBER | 18 | Yes | Foreign key to the AR_LOCATION_VALUES table | |
| TAX_ACCOUNT_CCID | NUMBER | 18 | Yes | Code combination ID for the tax account | |
| INTERIM_TAX_CCID | NUMBER | 18 | Code combination ID of the accounting flexfield for the deferred tax account | ||
| ADJ_CCID | NUMBER | 18 | Code combination ID of the accounting flexfield for the expense/revenue account for adjustments | ||
| EDISC_CCID | NUMBER | 18 | Code combination ID of the accounting flexfield for the expense account for earned discounts | ||
| UNEDISC_CCID | NUMBER | 18 | Code combination ID of the accounting flexfield for the expense account for unearned discounts | ||
| FINCHRG_CCID | NUMBER | 18 | Code combination ID of the accounting flexfield for the revenue account for finance charges | ||
| ADJ_NON_REC_TAX_CCID | NUMBER | 18 | Code combination ID of the accounting flexfield for the non-recoverable tax account for adjustments | ||
| EDISC_NON_REC_TAX_CCID | NUMBER | 18 | Code combination ID of the accounting flexfield for the non-recoverable tax account for earned discounts | ||
| UNEDISC_NON_REC_TAX_CCID | NUMBER | 18 | Code combination ID of the accounting flexfield for the non-recoverable tax account for unearned discounts | ||
| FINCHRG_NON_REC_TAX_CCID | NUMBER | 18 | Code combination ID of the accounting flexfield for the non-recoverable tax account for finance charges | ||
| 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_UPDATED_BY | VARCHAR2 | 64 | Yes | 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. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | |||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | 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. | ||
| ATTRIBUTE_NUMBER1 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_NUMBER2 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_NUMBER3 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_NUMBER4 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_NUMBER5 | NUMBER | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_DATE1 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_DATE2 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_DATE3 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_DATE4 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE_DATE5 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| PROGRAM_NAME | VARCHAR2 | 30 | Program name of last concurrent program to update this record | ||
| PROGRAM_APP_NAME | VARCHAR2 | 50 | Application name of last concurrent program to update this record |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ZX_AR_LOCN_ACCOUNTS_ALL | gl_code_combinations | TAX_ACCOUNT_CCID |
| ZX_AR_LOCN_ACCOUNTS_ALL | gl_code_combinations | FINCHRG_NON_REC_TAX_CCID |
| ZX_AR_LOCN_ACCOUNTS_ALL | gl_code_combinations | INTERIM_TAX_CCID |
| ZX_AR_LOCN_ACCOUNTS_ALL | gl_code_combinations | ADJ_CCID |
| ZX_AR_LOCN_ACCOUNTS_ALL | gl_code_combinations | EDISC_CCID |
| ZX_AR_LOCN_ACCOUNTS_ALL | gl_code_combinations | UNEDISC_CCID |
| ZX_AR_LOCN_ACCOUNTS_ALL | gl_code_combinations | FINCHRG_CCID |
| ZX_AR_LOCN_ACCOUNTS_ALL | gl_code_combinations | ADJ_NON_REC_TAX_CCID |
| ZX_AR_LOCN_ACCOUNTS_ALL | gl_code_combinations | EDISC_NON_REC_TAX_CCID |
| ZX_AR_LOCN_ACCOUNTS_ALL | gl_code_combinations | UNEDISC_NON_REC_TAX_CCID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZX_AR_LOCN_ACCOUNTS_U1 | Unique | Default | LOCATION_VALUE_ACCOUNT_ID |
| ZX_AR_LOCN_ACCOUNTS_U2 | Unique | Default | LOCATION_SEGMENT_ID, ORG_ID |