[Home] [Help]
[Dependency Information]
| Object Name: | AS_TERRITORIES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | OSM |
| FND Design Data: | AS.AS_TERRITORIES_ALL
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AS_TERRITORIES_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
TERRITORY_ID
|
| AS_TERRITORIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
TERRITORY_TYPE_ID
|
| AS_TERRITORIES_N2 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
SALESFORCE_ID
|
| AS_TERRITORIES_N3 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
NAME
|
| AS_TERRITORIES_N4 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
ENABLED_FLAG
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TERRITORY_ID | NUMBER | Yes | Territory 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 | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard who column | |
| REQUEST_ID | NUMBER | Request identifier of last concurrent program to update record | ||
| PROGRAM_APPLICATION_ID | NUMBER | Application identifier of last concurrent program to update record | ||
| PROGRAM_ID | NUMBER | Identifier of last concurrent program to update record | ||
| PROGRAM_UPDATE_DATE | DATE | Last date concurrent program updated record | ||
| NAME | VARCHAR2 | (60) | Yes | The name of this territory |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate whether the territory is enabled |
| NUM_QUALIFIERS | NUMBER | Yes | The number of qualifiers in this territory. This information comes from the territory type. | |
| ROLLUP_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate if the territory is a rollup territory |
| USE_TO_ASSIGN_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate if the territory should be used during the accounts/leads assignment process. This flag is N for rollup territories and territories that use rollup territories. |
| NEED_TO_EXPAND_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate whether the territory has to be expanded. A territory has to be expanded if it uses any rollup territories. During expansion, the territory values of the rollup territory becomes the territory values of this territory. |
| ACCESS_TYPE | VARCHAR2 | (30) | The access type for this territory. This information comes from Territory Type. | |
| SALESFORCE_ID | NUMBER | The identifier of the employee or partner assigned to this territory | ||
| TEAM_LEADER_FLAG | VARCHAR2 | (1) | Flag to indicate if the employee should become a team leader for the accounts/leads that fall under this territory. | |
| START_DATE_ACTIVE | DATE | The start effective date of this teritory | ||
| ACTIVATED_FLAG | VARCHAR2 | (1) | Flag to indicate if this territory has been activated. It is Y if the territory has just been created or enabled. | |
| DEACTIVATED_FLAG | VARCHAR2 | (1) | Flag to indicate if the territory has been deactivated. It is Y if the territory has been disabled. | |
| TERRITORY_TYPE_ID | NUMBER | Identifier of the territory type that is used to create this territory | ||
| TERRITORY_GROUP_ID | NUMBER | The Territory group identifier that this territory belongs to. This information comes from the Territory Type. | ||
| RANK | VARCHAR2 | (30) | The rank of this territory. This information comes from the Territory Type. | |
| END_DATE_ACTIVE | DATE | The end effective date of this territory. | ||
| EXPANDED_FROM_TERR_ID | NUMBER | If the territory is an expanded territory from another territory which uses a rollup territory, this stores the identifier of that territory. | ||
| EXPAND_DATE | DATE | The date that this expanded territory is created. | ||
| DESCRIPTION | VARCHAR2 | (240) | Description of this territory. | |
| ORG_ID | NUMBER | Operating unit which performed this transaction | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure definition column. | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| INTERNAL_UPGRADE_TERRITORY_ID | NUMBER | For internal use only. To keep the new Territory id upon data migration. |
Cut, paste (and edit) the following text to query this object:
SELECT TERRITORY_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, NAME
, ENABLED_FLAG
, NUM_QUALIFIERS
, ROLLUP_FLAG
, USE_TO_ASSIGN_FLAG
, NEED_TO_EXPAND_FLAG
, ACCESS_TYPE
, SALESFORCE_ID
, TEAM_LEADER_FLAG
, START_DATE_ACTIVE
, ACTIVATED_FLAG
, DEACTIVATED_FLAG
, TERRITORY_TYPE_ID
, TERRITORY_GROUP_ID
, RANK
, END_DATE_ACTIVE
, EXPANDED_FROM_TERR_ID
, EXPAND_DATE
, DESCRIPTION
, ORG_ID
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, INTERNAL_UPGRADE_TERRITORY_ID
FROM OSM.AS_TERRITORIES_ALL;
OSM.AS_TERRITORIES_ALL does not reference any database object
OSM.AS_TERRITORIES_ALL is referenced by following:
APPS
AS_TERRITORIES_ALL
|
|
|
|