[Home] [Help]
[Dependency Information]
| Object Name: | JTF_QUAL_TYPE_USGS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_QUAL_TYPE_USGS_ALL
|
| Subobject Name: | |
| Status: | VALID |
This is an intersection table between JTF_SOURCES and JTF_QUAL_TYPES. This is the source of the qualifier type.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_QUAL_TYPE_USGS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
QUAL_TYPE_USG_ID
ORG_ID
|
| JTF_QUAL_TYPE_USGS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
QUAL_TYPE_ID
SOURCE_ID
|
| JTF_QUAL_TYPE_USGS_N2 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
SOURCE_ID
QUAL_TYPE_ID
QUAL_TYPE_USG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| QUAL_TYPE_USG_ID | NUMBER | Yes | Qualifier Type Source 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). | ||
| QUAL_TYPE_ID | NUMBER | Yes | Foreign key to JTF_QUAL_TYPES table. | |
| SOURCE_ID | NUMBER | Yes | Foreign key to JTF_SOURCES table. | |
| PACKAGE_NAME | VARCHAR2 | (60) | Name of the generated package for the qualifier type of this source. | |
| PACKAGE_SPOOL_FILENAME | VARCHAR2 | (60) | Filename of the generated package for the qualifier type of this source. | |
| 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_USG_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, QUAL_TYPE_ID
, SOURCE_ID
, PACKAGE_NAME
, PACKAGE_SPOOL_FILENAME
, ORG_ID
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
FROM JTF.JTF_QUAL_TYPE_USGS_ALL;
JTF.JTF_QUAL_TYPE_USGS_ALL does not reference any database object
JTF.JTF_QUAL_TYPE_USGS_ALL is referenced by following:
APPS
JTF_QUAL_TYPE_USGS_ALL
|
|
|
|