[Home] [Help]
[Dependency Information]
| Object Name: | CAC_SYNC_ANCHORS |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.CAC_SYNC_ANCHORS
|
| Subobject Name: | |
| Status: | VALID |
Each line includes details about the principal id, last sync date and last anchor each for appointments, tasks and contacts
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CAC_SYNC_ANCHORS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ANCHOR_ID
|
| CAC_SYNC_ANCHORS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PRINCIPAL_ID
SERVER_URI
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ANCHOR_ID | NUMBER | (15) | Yes | Unique anchor identifier (PK) |
| PRINCIPAL_ID | NUMBER | (15) | Yes | Device Principal Id with which sync is done |
| SERVER_URI | VARCHAR2 | (30) | Yes | Database URI for which sync is done I.e. appointments, tasks or contacts |
| LAST_SYNC_DATE | DATE | Last Date when sync is done. Updates beyond this date will be sent as changes to the sync client. | ||
| LAST_ANCHOR | VARCHAR2 | (30) | A marker (string) indicating the last successful sync with a device. At the beginning of each sync, the sync server compares its marker against the marker sent by the sync client. If the markers do not match, a slow sync is required. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row | |
| OBJECT_VERSION_NUMBER | NUMBER | (15) | Yes | Sequential number used for database locking control |
Cut, paste (and edit) the following text to query this object:
SELECT ANCHOR_ID
, PRINCIPAL_ID
, SERVER_URI
, LAST_SYNC_DATE
, LAST_ANCHOR
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM JTF.CAC_SYNC_ANCHORS;
JTF.CAC_SYNC_ANCHORS does not reference any database object
JTF.CAC_SYNC_ANCHORS is referenced by following:
APPS
CAC_SYNC_ANCHORS
|
|
|
|