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


TABLE: OSM.AS_CHANGED_ACCOUNTS_ALL

Object Details
Object Name: AS_CHANGED_ACCOUNTS_ALL
Object Type: TABLE
Owner: OSM
FND Design Data: TableAS.AS_CHANGED_ACCOUNTS_ALL
Subobject Name:
Status: VALID


AS_CHANGED_ACCOUNTS_ALL stores the accounts and leads that have
either changed or are somehow affected by a change in the territory
definition.
.
These accounts and leads will then be processed by the Assign
Territory Accesses Program and reassigned to employees.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AS_CHANGED_ACCOUNTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnCUSTOMER_ID
ColumnADDRESS_ID
ColumnLEAD_ID
ColumnSALES_LEAD_ID
ColumnREQUEST_ID
ColumnORG_ID
AS_CHANGED_ACCOUNTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnCHANGE_TYPE
AS_CHANGED_ACCOUNTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnADDRESS_ID
AS_CHANGED_ACCOUNTS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnSALES_LEAD_ID
ColumnREQUEST_ID
Columns
Name Datatype Length Mandatory Comments
CUSTOMER_ID NUMBER
Yes Customer/prospect identifier
ADDRESS_ID NUMBER

Account identifier
LEAD_ID NUMBER

Lead 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 - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

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

Program identifier of last concurrent program to update record
PROGRAM_UPDATE_DATE DATE

Last date concurrent program updated record
CHANGE_TYPE VARCHAR2 (30)
The type of changes. Possible values are ACCOUNT and LEAD
INSERT_FLAG VARCHAR2 (1)
Flag to indicate whether the account/lead has to be processed because it is newly created.
DELETE_FLAG VARCHAR2 (1)
Flag to indicate whether the account/lead has to be processed because of its deletion.
PROCESSED_FLAG VARCHAR2 (1)
Flag to indicate whether this account/lead has been processed by the Assign Territory Accesses program
ORG_ID NUMBER

Operating unit which performed this transaction
SEQUENCE NUMBER

The accounts and leads in this table are divided into different parts by the Access Territory Accesses Program for concurrent processing. The sequence specify which part this account/lead belongs to.
SECURITY_GROUP_ID NUMBER

Subscriber id, for CRM Online Services use
SALES_LEAD_ID NUMBER

Sales lead identifier
OBJECT_VERSION_NUMBER NUMBER

Object Version Number
Query Text

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


SELECT CUSTOMER_ID
,      ADDRESS_ID
,      LEAD_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      CHANGE_TYPE
,      INSERT_FLAG
,      DELETE_FLAG
,      PROCESSED_FLAG
,      ORG_ID
,      SEQUENCE
,      SECURITY_GROUP_ID
,      SALES_LEAD_ID
,      OBJECT_VERSION_NUMBER
FROM OSM.AS_CHANGED_ACCOUNTS_ALL;

Dependencies

[top of page]

OSM.AS_CHANGED_ACCOUNTS_ALL does not reference any database object

OSM.AS_CHANGED_ACCOUNTS_ALL is referenced by following:

SchemaOSM
ViewAS_CHANGED_ACCOUNTS_ALL#