[Home] [Help]
[Dependency Information]
| Object Name: | JTF_QUAL_TYPES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_QUAL_TYPES_ALL
|
| Subobject Name: | |
| Status: | VALID |
This table will store the different transaction types that are processed by territories.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_QUAL_TYPES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
QUAL_TYPE_ID
ORG_ID
|
| JTF_QUAL_TYPES_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| QUAL_TYPE_ID | NUMBER | Yes | Qualifier Type Unique Identifier | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
| NAME | VARCHAR2 | (40) | Yes | Name of qualifier type. |
| DESCRIPTION | VARCHAR2 | (240) | Description of Qualifer Type. | |
| SELECT_CLAUSE | VARCHAR2 | (1000) | SQL SELECT clause that is setup for each qualifier type (includes FROM clause). | |
| WHERE_CLAUSE | VARCHAR2 | (1000) | SQL WHERE clause that is setup for each qualifier type. | |
| VIEW_NAME | VARCHAR2 | (30) | Name of the view that is created using the text strings in the SELECT_CLAUSE and WHERE_CLAUSE columns. | |
| VIEW_DDL_FILENAME | VARCHAR2 | (60) | Name of the file that holds the View DDL. | |
| RELATED_ID1 | NUMBER | Stores the relationship between qualifier types, e.g, opportunity automatically includes account. | ||
| RELATED_ID2 | NUMBER | Stores the relationship between qualifier types, e.g, opportunity automatically includes account. | ||
| RELATED_ID3 | NUMBER | Stores the relationship between qualifier types, e.g, opportunity automatically includes account. | ||
| RELATED_ID4 | NUMBER | Stores the relationship between qualifier types, e.g, opportunity automatically includes account. | ||
| RELATED_ID5 | NUMBER | Stores the relationship between qualifier types, e.g, opportunity automatically includes account. | ||
| ORG_ID | NUMBER | Organization identifier | ||
| SECURITY_GROUP_ID | NUMBER | Used as part of Hosting Coding Standards. | ||
| OBJECT_VERSION_NUMBER | NUMBER | standard column |
Cut, paste (and edit) the following text to query this object:
SELECT QUAL_TYPE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, NAME
, DESCRIPTION
, SELECT_CLAUSE
, WHERE_CLAUSE
, VIEW_NAME
, VIEW_DDL_FILENAME
, RELATED_ID1
, RELATED_ID2
, RELATED_ID3
, RELATED_ID4
, RELATED_ID5
, ORG_ID
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
FROM JTF.JTF_QUAL_TYPES_ALL;
JTF.JTF_QUAL_TYPES_ALL does not reference any database object
JTF.JTF_QUAL_TYPES_ALL is referenced by following:
APPS
JTF_QUAL_TYPES_ALL
|
|
|
|