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


TABLE: AP.AP_TAX_DERIVATIONS

Object Details
Object Name: AP_TAX_DERIVATIONS
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.AP_TAX_DERIVATIONS
Subobject Name:
Status: VALID


No longer used.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_TAX_DERIVATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnVENDOR_ID
ColumnRECEIVING_COUNTRY
ColumnRECEIVING_STATE
Columns
Name Datatype Length Mandatory Comments
TAX_RULE_ID NUMBER (15) Yes Primary key of the table
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
VENDOR_ID NUMBER (15) Yes Foreign key to VENDOR_ID in PO_VENDORS
RECEIVING_COUNTRY VARCHAR2 (30) Yes Ship-to country. Country in which you receive purchases from the supplier.
RECEIVING_STATE VARCHAR2 (30)
Ship-to state. State (United States of America only) in which you receive purchases from the supplier.
TAX_CODE VARCHAR2 (30) Yes Tax code that the system should assign to all XML invoices from this supplier that are shipped to receiving locations in this state
Query Text

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


SELECT TAX_RULE_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      VENDOR_ID
,      RECEIVING_COUNTRY
,      RECEIVING_STATE
,      TAX_CODE
FROM AP.AP_TAX_DERIVATIONS;

Dependencies

[top of page]

AP.AP_TAX_DERIVATIONS does not reference any database object

AP.AP_TAX_DERIVATIONS is referenced by following:

SchemaAP
ViewAP_TAX_DERIVATIONS#