ZX_AR_LOCATION_VALUES_OLD

The AR_LOCATION_VALUES table defines each jurisdiction that Oracle Receivables uses to validate segments of a customer address and compile sales tax rates. . The Sales Tax Location Flexfield defines the structure that Receivables uses to relate one segment of an address to another. Rows are automatically created in this table either by using the Oracle Receivables Sales Tax Interface program, or when a new customer address is created. Rows can also be manually created using the Tax Locations and Rates window. . Locations exist within other parent locations. Receivables uses the PARENT_SEGMENT_ID column to enforce this business rule. The first or senior segment of the Sales Tax Location Flexfield is exempt from this ownership rule. . The primary keys for this table are LOCATION_SEGMENT_QUALIFIER, LOCATION_SEGMENT_VALUE, and PARENT_SEGMENT_ID.

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

ZX_AR_LOCATION_VALUES_OLD_PK

LOCATION_SEGMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
LOCATION_SEGMENT_ID NUMBER Yes Internal location segment ID
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.
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.
LOCATION_STRUCTURE_ID NUMBER 18 Yes Identifies the Sales Tax Location Structure that this hierarchy of values is used for
LOCATION_SEGMENT_QUALIFIER VARCHAR2 30 Yes Identifies which authority this location is for. Values may be sourced from the RA_ADDRESSES table.
LOCATION_SEGMENT_VALUE VARCHAR2 60 Yes Upper case of the value in AR_LOCATION_VALUES.LOCATION_SEGMENT_USER_VALUE
LOCATION_SEGMENT_DESCRIPTION VARCHAR2 80 Long name for this location, used for reporting purposes only
PARENT_SEGMENT_ID NUMBER Identifies which location owns this location. For example, which state owns this county.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LOCATION_SEGMENT_USER_VALUE VARCHAR2 60 Yes Short name for this location, sourced from one of the columns in the RA_ADDRESSES or AR_TAX_INTERFACE tables
TAX_ACCOUNT_CCID NUMBER 18 Identifier for tax account code combination
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 revenue/net expense 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 account for finance charges
GEOGRAPHY_ID NUMBER 18 Geography Id
COUNTRY_GEOGRAPHY_ID NUMBER 18 Country Geography ID
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_LOCATION_VALUES_OLD gl_code_combinations TAX_ACCOUNT_CCID
ZX_AR_LOCATION_VALUES_OLD gl_code_combinations FINCHRG_NON_REC_TAX_CCID
ZX_AR_LOCATION_VALUES_OLD gl_code_combinations INTERIM_TAX_CCID
ZX_AR_LOCATION_VALUES_OLD gl_code_combinations ADJ_CCID
ZX_AR_LOCATION_VALUES_OLD gl_code_combinations EDISC_CCID
ZX_AR_LOCATION_VALUES_OLD gl_code_combinations UNEDISC_CCID
ZX_AR_LOCATION_VALUES_OLD gl_code_combinations FINCHRG_CCID
ZX_AR_LOCATION_VALUES_OLD gl_code_combinations ADJ_NON_REC_TAX_CCID
ZX_AR_LOCATION_VALUES_OLD gl_code_combinations EDISC_NON_REC_TAX_CCID
ZX_AR_LOCATION_VALUES_OLD gl_code_combinations UNEDISC_NON_REC_TAX_CCID

Indexes

Index Uniqueness Tablespace Columns
ZX_AR_LOCATION_VALUES_N5 Non Unique Default LOCATION_SEGMENT_QUALIFIER, LOCATION_SEGMENT_USER_VALUE, PARENT_SEGMENT_ID
ZX_AR_LOCATION_VALUES_N6 Non Unique Default LOCATION_SEGMENT_QUALIFIER, LOCATION_SEGMENT_USER_VALUE, LOCATION_SEGMENT_ID
ZX_AR_LOCATION_VALUES_N7 Non Unique Default LOCATION_SEGMENT_VALUE
ZX_AR_LOCATION_VALUES_N8 Non Unique Default GEOGRAPHY_ID
ZX_AR_LOCATION_VALUES_U1 Unique Default LOCATION_SEGMENT_QUALIFIER, LOCATION_SEGMENT_VALUE, PARENT_SEGMENT_ID, LOCATION_STRUCTURE_ID
ZX_AR_LOCATION_VALUES_U2 Unique Default LOCATION_SEGMENT_QUALIFIER, LOCATION_SEGMENT_VALUE, LOCATION_SEGMENT_ID
ZX_AR_LOCATION_VALUES_U3 Unique Default PARENT_SEGMENT_ID, LOCATION_SEGMENT_ID
ZX_AR_LOCATION_VALUES_U4 Unique Default LOCATION_SEGMENT_ID