DBA Data[Home] [Help] [Dependency Information]


TABLE: JL.JL_BR_TAX_LMSG_ALL

Object Details
Object Name: JL_BR_TAX_LMSG_ALL
Object Type: TABLE
Owner: JL
FND Design Data: TableJL.JL_BR_TAX_LMSG_ALL
Subobject Name:
Status: VALID


This table stores the legal messages for tax exceptions and is the
table on which the Latin Legal Messages window is based.
Each row is an association of a rule type and the corresponding rule
data, with an exception for which a legal message is assigned.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JL_BR_TAX_LMSG_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnRULE_ID
ColumnRULE_DATA_ID
ColumnEXCEPTION_CODE
Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER (15) Yes Identifier of the rule to be applied
RULE_DATA_ID NUMBER (15) Yes Rule data identifier (such as FSC_CLS_ID from JL_BR_AR_TX_FSC_CLS_ALL)
EXCEPTION_CODE VARCHAR2 (25) Yes Tributary exception code
MESSAGE_ID NUMBER (15) Yes Identifier for the legal message assigned
INVENTORY_ITEM_FLAG VARCHAR2 (1) Yes Inventory item flag ('Y' if the rule is referred to an inventory item, defaulted as 'N')
INVENTORY_ORGANIZATION_ID NUMBER (15)
Inventory organization identifier
START_DATE_ACTIVE DATE

Effective date
END_DATE_ACTIVE DATE

Inactive date
ORG_ID NUMBER (15)
Multiorg identifer. Populated only if Multiorg feature installed.
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE

Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RULE_ID
,      RULE_DATA_ID
,      EXCEPTION_CODE
,      MESSAGE_ID
,      INVENTORY_ITEM_FLAG
,      INVENTORY_ORGANIZATION_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ORG_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM JL.JL_BR_TAX_LMSG_ALL;

Dependencies

[top of page]

JL.JL_BR_TAX_LMSG_ALL does not reference any database object

JL.JL_BR_TAX_LMSG_ALL is referenced by following:

SchemaAPPS
SynonymJL_BR_TAX_LMSG
SynonymJL_BR_TAX_LMSG_ALL