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


TABLE: JA.JAI_AR_SUP_CHANGES_ALL

Object Details
Object Name: JAI_AR_SUP_CHANGES_ALL
Object Type: TABLE
Owner: JA
FND Design Data: TableJA.JAI_AR_SUP_CHANGES_ALL
Subobject Name:
Status: VALID


This table stores the mapping information along with the customer / customer site details which s
hould be considered for supplementary invoice processing.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JAI_AR_SUP_CHANGES_ALL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMAPPING_ID
Columns
Name Datatype Length Mandatory Comments
MAPPING_ID NUMBER (15) Yes Indicates system generated mapping identifier.
MAPPING_TYPE VARCHAR2 (30) Yes Indicates the mapping type . Possible values are T - Tax , A - Assessable Price list , P - Price list ,I - Invoice list.
EXISTING_TYPE_ID NUMBER

Indicates the existing tax / price list identifier.
NEW_TYPE_ID NUMBER
Yes Indicates the new tax / price list identifier.
EFFECTIVE_FROM_DATE DATE
Yes Indicates the date starting which invoices should be considered for supplementary transactions.
PROCESS_DATE DATE

Indicates the Date when this batch was processed.
CONVERSION_RATE NUMBER

Indicates the currency conversion rate.
SET_OF_BOOKS_ID NUMBER (15) Yes Indicates the set of books identifier.
ORG_ID NUMBER (15)
Indicates the Operating unit of the original invoice.
CUSTOMER_ID NUMBER (15)
Indicates the Customer identifier.
SITE_USE_ID NUMBER (15)
Indicates the customer site identifier.
CREATION_DATE DATE

Standard Who column
CREATED_BY NUMBER

Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER

Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
BATCH_ID NUMBER

Indicates the system-generated identifier of the batch identifier.
EFFECTIVE_TO_DATE DATE

Indicates the date starting which invoices should be considered for supplementary transactions.
OBJECT_VERSION_NUMBER NUMBER

Object version Number
Query Text

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


SELECT MAPPING_ID
,      MAPPING_TYPE
,      EXISTING_TYPE_ID
,      NEW_TYPE_ID
,      EFFECTIVE_FROM_DATE
,      PROCESS_DATE
,      CONVERSION_RATE
,      SET_OF_BOOKS_ID
,      ORG_ID
,      CUSTOMER_ID
,      SITE_USE_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      BATCH_ID
,      EFFECTIVE_TO_DATE
,      OBJECT_VERSION_NUMBER
FROM JA.JAI_AR_SUP_CHANGES_ALL;

Dependencies

[top of page]

JA.JAI_AR_SUP_CHANGES_ALL does not reference any database object

JA.JAI_AR_SUP_CHANGES_ALL is referenced by following:

SchemaJA
ViewJAI_AR_SUP_CHANGES_ALL#