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


TABLE: AP.AP_AWT_GROUPS

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


AP_AWT_GROUPS contains withholding tax
groups. Each withholding tax group contains
one or more withholding tax codes. This table
corresponds to the Withholding Tax Groups window.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_AWT_GROUPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnGROUP_ID
Columns
Name Datatype Length Mandatory Comments
GROUP_ID NUMBER (15) Yes Withholding Tax group identifier
NAME VARCHAR2 (25) Yes Withholding Tax group name
DESCRIPTION VARCHAR2 (80)
Description of withholding tax group
INACTIVE_DATE DATE

Inactive on date
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 GROUP_ID
,      NAME
,      DESCRIPTION
,      INACTIVE_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM AP.AP_AWT_GROUPS;

Dependencies

[top of page]

AP.AP_AWT_GROUPS does not reference any database object

AP.AP_AWT_GROUPS is referenced by following:

SchemaAPPS
SynonymAP_AWT_GROUPS