[Home] [Help]
[Dependency Information]
| Object Name: | WSH_CC_DENIED_PARTIES |
|---|---|
| Object Type: | TABLE |
| Owner: | WSH |
| FND Design Data: | WSH.WSH_CC_DENIED_PARTIES
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WSH_CC_DENIED_PARTIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESPONSE_LINE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESPONSE_LINE_ID | NUMBER | Yes | Foreign Key to WSH_CC_RESPONSE_LINES.RESPONSE_LINE_ID | |
| NAME | VARCHAR2 | (300) | Name of the Denied Party | |
| ADDRESS | VARCHAR2 | (2000) | Address of the Denied Party | |
| WORDS | VARCHAR2 | (2000) | Words for potential denied parties | |
| DENIED_PARTY_TYPE | VARCHAR2 | (240) | Denied Party Type e.g. DEN, SDT,ENT,DBL,NRC,GPC |
Cut, paste (and edit) the following text to query this object:
SELECT RESPONSE_LINE_ID
, NAME
, ADDRESS
, WORDS
, DENIED_PARTY_TYPE
FROM WSH.WSH_CC_DENIED_PARTIES;
WSH.WSH_CC_DENIED_PARTIES does not reference any database object
WSH.WSH_CC_DENIED_PARTIES is referenced by following:
APPS
WSH_CC_DENIED_PARTIES
|
|
|
|