[Home] [Help]
[Dependency Information]
| Object Name: | JTF_TTY_NAMED_ACCT_CHANGES |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_TTY_NAMED_ACCT_CHANGES
|
| Subobject Name: | |
| Status: | VALID |
This table stores the changes in the self service territory groups.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAMED_ACCT_CHANGE_ID | NUMBER | Yes | Unique identifier generated from sequence. | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Standard Column | |
| OBJECT_TYPE | VARCHAR2 | (80) | Determines the type of the object , like territory group or territory group account or geography territory or named account . | |
| OBJECT_ID | NUMBER | Foreign key to the master table of the object . | ||
| CHANGE_TYPE | VARCHAR2 | (30) | Type of change , like , DELETE or INSERT . | |
| FROM_WHERE | VARCHAR2 | (80) | Identifies the place from this change took place. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| CREATION_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard WHO Column |
Cut, paste (and edit) the following text to query this object:
SELECT NAMED_ACCT_CHANGE_ID
, OBJECT_VERSION_NUMBER
, OBJECT_TYPE
, OBJECT_ID
, CHANGE_TYPE
, FROM_WHERE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM JTF.JTF_TTY_NAMED_ACCT_CHANGES;
JTF.JTF_TTY_NAMED_ACCT_CHANGES does not reference any database object
JTF.JTF_TTY_NAMED_ACCT_CHANGES is referenced by following:
APPS
JTF_TTY_NAMED_ACCT_CHANGES
|
|
|
|