[Home] [Help]
[Dependency Information]
Object Name: | JL_ZZ_AR_TX_CUS_CLS_ALL |
---|---|
Object Type: | TABLE |
Owner: | JL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is used to a create a class of one of three types, Organization, Transaction and Contributor, for a given customer site (ADDRESS_ID). For this combination, you can associate condition values for conditions of one or more tax categories. Mandatory tax categories should have at least their mandatory conditions present in every class. You can use the ENABLED_FLAG to enable or disable a condition value. The class code is a foreign key from FND_LOOKUPS
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
JL_ZZ_AR_TX_CUS_CLS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
JL_ZZ_AR_TX_CUS_CLS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
JL_ZZ_AR_TX_CUS_CLS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUS_CLASS_ID | NUMBER | (15) | Yes | Customer Site Tax Attribute class identifier |
ADDRESS_ID | NUMBER | (15) | Yes | Address ID |
TAX_ATTR_CLASS_CODE | VARCHAR2 | (30) | Yes | Tax Attribute Class Code |
TAX_CATEGORY_ID | NUMBER | (15) | Yes | Tax Category Identifier |
TAX_ATTRIBUTE_NAME | VARCHAR2 | (30) | Yes | Tax Attribute Name |
TAX_ATTRIBUTE_VALUE | VARCHAR2 | (30) | Yes | Tax Attribute Value |
ENABLED_FLAG | VARCHAR2 | (1) | Yes | Enabled Flag |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
ORG_ID | NUMBER | (15) | Multiorg identifier. Populated only if multiorg feature installed. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column | |
CREATION_DATE | DATE | Standard Who Column | ||
CREATED_BY | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT CUS_CLASS_ID
, ADDRESS_ID
, TAX_ATTR_CLASS_CODE
, TAX_CATEGORY_ID
, TAX_ATTRIBUTE_NAME
, TAX_ATTRIBUTE_VALUE
, ENABLED_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, ORG_ID
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
FROM JL.JL_ZZ_AR_TX_CUS_CLS_ALL;
JL.JL_ZZ_AR_TX_CUS_CLS_ALL does not reference any database object
JL.JL_ZZ_AR_TX_CUS_CLS_ALL is referenced by following:
|
|
|