[Home] [Help]
[Dependency Information]
| Object Name: | JTF_SOURCES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_SOURCES_ALL
|
| Subobject Name: | |
| Status: | VALID |
Stores the identity of the Oracle Applications module that is using territories.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_SOURCES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
SOURCE_ID
ORG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SOURCE_ID | NUMBER | Yes | Source Identifier (Oracle Sequence). | |
| 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 | Yes | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| LOOKUP_CODE | VARCHAR2 | (30) | Yes | Foreign key to FND_LOOKUPS. |
| LOOKUP_TYPE | VARCHAR2 | (30) | Yes | Foreign key to FND_LOOKUPS. |
| MEANING | VARCHAR2 | (240) | Yes | A description of the meaning of the lookup code. This meaning will be displayed in QuickCode pop-up windows and on the screen when the lookup code is hidden from the user. |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | A flag indicating if this lookup code is enabled. |
| DESCRIPTION | VARCHAR2 | (240) | A description, up to 240 characters, of the lookup code. | |
| START_DATE_ACTIVE | DATE | Date this lookup code becomes active, if limited. | ||
| END_DATE_ACTIVE | DATE | Date this lookup code becomes inactive, if limited. | ||
| ORG_ID | NUMBER | Organization identifier | ||
| SECURITY_GROUP_ID | NUMBER | Requirement for Hosting Development Standards | ||
| RELATED_ID1 | NUMBER | Stores the relationship between sources. | ||
| RELATED_ID2 | NUMBER | Stores the relationship between sources. | ||
| RELATED_ID3 | NUMBER | Stores the relationship between sources. | ||
| RELATED_ID4 | NUMBER | Stores the relationship between sources. | ||
| RELATED_ID5 | NUMBER | Stores the relationship between sources. | ||
| RSC_LOV_SQL | VARCHAR2 | (2000) | Resource LOV SQL | |
| RSC_COL_NAME | VARCHAR2 | (30) | Resource column name | |
| ROLE_COL_NAME | VARCHAR2 | (30) | Role column name | |
| GROUP_COL_NAME | VARCHAR2 | (30) | Group column name | |
| RSC_ACCESS_LKUP | VARCHAR2 | (30) | Resource access lookup | |
| DENORM_VALUE_TABLE_NAME | VARCHAR2 | (30) | denormalized value table name | |
| DENORM_DEA_VALUE_TABLE_NAME | VARCHAR2 | (30) | denormalized value table name for date effectivity assignment |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LOOKUP_CODE
, LOOKUP_TYPE
, MEANING
, ENABLED_FLAG
, DESCRIPTION
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, ORG_ID
, SECURITY_GROUP_ID
, RELATED_ID1
, RELATED_ID2
, RELATED_ID3
, RELATED_ID4
, RELATED_ID5
, RSC_LOV_SQL
, RSC_COL_NAME
, ROLE_COL_NAME
, GROUP_COL_NAME
, RSC_ACCESS_LKUP
, DENORM_VALUE_TABLE_NAME
, DENORM_DEA_VALUE_TABLE_NAME
FROM JTF.JTF_SOURCES_ALL;
JTF.JTF_SOURCES_ALL does not reference any database object
JTF.JTF_SOURCES_ALL is referenced by following:
APPS
JTF_SOURCES_ALL
|
|
|
|