DBA Data[Home] [Help] [Dependency Information]


TABLE: CSF.CSF_PLAN_TERRS

Object Details
Object Name: CSF_PLAN_TERRS
Object Type: TABLE
Owner: CSF
FND Design Data: TableCSF.CSF_PLAN_TERRS
Subobject Name:
Status: VALID


This table maps territories to resource groups, thus making the resource group a planner group for those territories. This information is used for UI reasons. It limits the available number of resources in the Control Tower.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CSF_PLAN_TERRS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTERR_ID
ColumnGROUP_ID
Columns
Name Datatype Length Mandatory Comments
PLAN_TERR_ID NUMBER
Yes Unique identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
OBJECT_VERSION_NUMBER NUMBER
Yes Sequential number used for database locking control
TERR_ID NUMBER
Yes Foreign key to JTF_TERR_ALL
GROUP_ID NUMBER
Yes Foreign key to JTF_RS_GROUPS_B
SECURITY_GROUP_ID NUMBER

Identifier used for running in hosted mode.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PLAN_TERR_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      TERR_ID
,      GROUP_ID
,      SECURITY_GROUP_ID
FROM CSF.CSF_PLAN_TERRS;

Dependencies

[top of page]

CSF.CSF_PLAN_TERRS does not reference any database object

CSF.CSF_PLAN_TERRS is referenced by following:

SchemaAPPS
SynonymCSF_PLAN_TERRS