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


TABLE: AP.AP_INCOME_TAX_TYPES

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


AP_INCOME_TAX_TYPES stores the 1099-MISC types that you can assign
to a supplier for 1099 reporting. There is one row for
each type you use to identify a supplier as a 1099
supplier. When you enter a supplier, you can select a 1099-MISC type
if you define the supplier
as Federal Reportable.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_INCOME_TAX_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnINCOME_TAX_TYPE
Columns
Name Datatype Length Mandatory Comments
INCOME_TAX_TYPE VARCHAR2 (10) Yes 1099-MISC type
DESCRIPTION VARCHAR2 (80)
Description of 1099 type
INACTIVE_DATE DATE

Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
Query Text

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


SELECT INCOME_TAX_TYPE
,      DESCRIPTION
,      INACTIVE_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM AP.AP_INCOME_TAX_TYPES;

Dependencies

[top of page]

AP.AP_INCOME_TAX_TYPES does not reference any database object

AP.AP_INCOME_TAX_TYPES is referenced by following:

SchemaAPPS
SynonymAP_INCOME_TAX_TYPES