[Home] [Help]
[Dependency Information]
| Object Name: | AS_ACCESSES_ALL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AS.AS_ACCESSES_ALL
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCESS_ID | NUMBER | Yes | Access 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 | Identifier of last concurrent program to update record | ||
| PROGRAM_UPDATE_DATE | DATE | Last date concurrent program updated record | ||
| ACCESS_TYPE | VARCHAR2 | (30) | Obsolete. Use 'X' when creating records | |
| FREEZE_FLAG | VARCHAR2 | (1) | Yes | Flag indicating whether the record is frozen |
| REASSIGN_FLAG | VARCHAR2 | (1) | Flag indicating whether the record may need to be reassigned to another employee | |
| TEAM_LEADER_FLAG | VARCHAR2 | (1) | Yes | Flag indicating if the employee is a team leader of a customer or opportunity or sales lead |
| CUSTOMER_ID | NUMBER | Yes | Customer/prospect identifier | |
| ADDRESS_ID | NUMBER | Account identifier | ||
| SALESFORCE_ID | NUMBER | Yes | Salesforce identifier | |
| PERSON_ID | NUMBER | (9) | Identifier of employee who has access to the record | |
| PARTNER_CUSTOMER_ID | NUMBER | Partner customer identifier | ||
| PARTNER_ADDRESS_ID | NUMBER | Partner account identifier | ||
| CREATED_PERSON_ID | NUMBER | (9) | Identifier of who created the access record | |
| FREEZE_DATE | DATE | The date on which the access record was frozen | ||
| LEAD_ID | NUMBER | Lead identifier | ||
| REASSIGN_REASON | VARCHAR2 | (240) | The reason that the access record needs reassigning to another employee | |
| SALESFORCE_ROLE_CODE | VARCHAR2 | (30) | The role the salesforce plays in the team | |
| SALESFORCE_RELATIONSHIP_CODE | VARCHAR2 | (30) | Sales and Marketing lookup code for 'RELATIONSHIP' ,Prospect or Customer | |
| ORG_ID | NUMBER | Operating unit which performed this transaction | ||
| DOWNLOADABLE_FLAG | VARCHAR2 | (1) | Obsolete in CRM 11i - Specify if the row is to be downloaded to the laptop | |
| 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 | |
| SALES_GROUP_ID | NUMBER | group id of this sales rep. | ||
| REASSIGN_REQUESTED_PERSON_ID | NUMBER | (9) | Reassign requested person identifier | |
| REASSIGN_REQUEST_DATE | DATE | Reassign request date | ||
| INTERNAL_UPDATE_ACCESS | NUMBER | (1) | Internal Update Access | |
| SALES_LEAD_ID | NUMBER | Sales Lead identifier - FK to AS_SALES_LEADS table | ||
| SECURITY_GROUP_ID | NUMBER | Subscriber id, for CRM Online Services use | ||
| PARTNER_CONT_PARTY_ID | NUMBER | Partner contact party id. Used by PRM | ||
| OWNER_FLAG | VARCHAR2 | (1) | Flag indicating if the employee is the owner of a customer or opportunity or sales lead | |
| CONTRIBUTOR_FLAG | VARCHAR2 | (1) | Flag indicating if the employee is the contributor of a opportunity | |
| CREATED_BY_TAP_FLAG | VARCHAR2 | (1) | Flag indicating if the record created from territory assignment program | |
| PRM_KEEP_FLAG | VARCHAR2 | (1) | Flag indicating if the record will be kept by PRM | |
| OPEN_FLAG | VARCHAR2 | (1) | Flag indicating if the corresponding lead/opportunity is open | |
| LEAD_RANK_SCORE | NUMBER | Column for lead rank score if the record is for sales lead | ||
| OBJECT_CREATION_DATE | DATE | object (sales lead) creation date | ||
| OBJECT_VERSION_NUMBER | NUMBER | Object Version Number |
Cut, paste (and edit) the following text to query this object:
SELECT ACCESS_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, ACCESS_TYPE
, FREEZE_FLAG
, REASSIGN_FLAG
, TEAM_LEADER_FLAG
, CUSTOMER_ID
, ADDRESS_ID
, SALESFORCE_ID
, PERSON_ID
, PARTNER_CUSTOMER_ID
, PARTNER_ADDRESS_ID
, CREATED_PERSON_ID
, FREEZE_DATE
, LEAD_ID
, REASSIGN_REASON
, SALESFORCE_ROLE_CODE
, SALESFORCE_RELATIONSHIP_CODE
, ORG_ID
, DOWNLOADABLE_FLAG
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, SALES_GROUP_ID
, REASSIGN_REQUESTED_PERSON_ID
, REASSIGN_REQUEST_DATE
, INTERNAL_UPDATE_ACCESS
, SALES_LEAD_ID
, SECURITY_GROUP_ID
, PARTNER_CONT_PARTY_ID
, OWNER_FLAG
, CONTRIBUTOR_FLAG
, CREATED_BY_TAP_FLAG
, PRM_KEEP_FLAG
, OPEN_FLAG
, LEAD_RANK_SCORE
, OBJECT_CREATION_DATE
, OBJECT_VERSION_NUMBER
FROM APPS.AS_ACCESSES_ALL;
APPS
AS_ACCESSES_ALL_ALL
APPS
AML_PURGE_SALES_LEADS
- show dependent code
AMS_DS_ACCESSES_ALL_V
AMS_DS_GROUP_ACCESSES_ALL_V
ASL_EXCEL_UTIL_PVT
- show dependent code
ASN_MIG_SALES_CREDITS_PVT
- show dependent code
ASN_MIG_SALES_TEAM_PVT
- show dependent code
ASO_OPP_QTE_PUB
- show dependent code
ASO_VALIDATE_PVT
- show dependent code
ASP_ALERTS_PUB
- show dependent code
ASP_CONTACT_PREF_SECURITY_PUB
- show dependent code
AST_ASN_INTEROP
- show dependent code
AST_LM_OPP_QUICK_SGRP_V
AST_LM_OPP_QUICK_SREP_V
AST_MYTEAM_SALESLEAD_UWQ_REF_V
AST_MYTEAM_SALESLEAD_UWQ_S_V
AST_MYTEAM_SALESLEAD_UWQ_V
AST_MYTEAM_SALESOPP_CODE_UWQ_V
AST_MYTEAM_SALESOPP_NAME_UWQ_V
AST_MYTEAM_SALESOPP_UWQ_REF_V
AST_MYTEAM_SALESOPP_UWQ_R_S_V
AST_MYTEAM_SALESOPP_UWQ_V
AST_ROUTING_PUB
- show dependent code
AST_SALESOPP_CODE_UWQ_V
AST_SALESOPP_NAME_UWQ_V
AST_SALESOPP_UWQ_REF_SUB_V
AST_SALESOPP_UWQ_REF_V
AST_SALESOPP_UWQ_V
AST_SALES_OPP_UWQ_V
AST_SALES_TEAM_EMP_V
AST_SALES_TEAM_PTR_V
AST_UWQ_OLIST_WORK_ACTION
- show dependent code
AS_ACCESSES_ACTIVE_V
AS_ACCESSES_ALL_DFV
AS_ACCESSES_PKG
- show dependent code
AS_ACCESS_PVT
- show dependent code
AS_GAR_LEADS_PUB
- show dependent code
AS_GAR_OPPTYS_PUB
- show dependent code
AS_JTF_RS_GROUP_MEM_TRG
- show dependent code
AS_LEAD_ROUTING_WF
- show dependent code
AS_LEAD_ROUTING_WF_CUHK
- show dependent code
AS_OPPORTUNITY_PUB
- show dependent code
AS_OPP_COPY_PVT
- show dependent code
AS_OPP_HEADER_PVT
- show dependent code
AS_PIPELINE_MOVE_PUB
- show dependent code
AS_RESOURCE_MERGE_PUB
- show dependent code
AS_RTTAP_ACCOUNT
- show dependent code
AS_RTTAP_OPPTY
- show dependent code
AS_SALES_LEADS_PUB
- show dependent code
AS_SALES_LEADS_PVT
- show dependent code
AS_SALES_LEAD_ASSIGN_PVT
- show dependent code
AS_SALES_LEAD_ENGINE_PVT
- show dependent code
AS_SALES_LEAD_OPP_PVT
- show dependent code
AS_SALES_LEAD_RANKS_PVT
- show dependent code
AS_SALES_LEAD_REFERRAL
- show dependent code
AS_SALES_OPP_UWQ_V
AS_SALES_TEAM_DISTINCT_V
AS_SALES_TEAM_EMP_V
AS_SALES_TEAM_PTR_V
AS_SALES_TEAM_V
AS_STATUSES_PKG
- show dependent code
AS_TAP_MERGE_PKG
- show dependent code
HZ_PURGE_GEN
- show dependent code
JTF_TTY_CATCHALL_WORKFLOW
- show dependent code
JTF_TTY_POP_TERR_ADMIN_BIN_PVT
- show dependent code
PA_PROJ_REQUEST_DIRECTORY_V
PV_ASSIGNMENT_PUB
- show dependent code
PV_ASSIGNMENT_PVT
- show dependent code
PV_ASSIGN_UTIL_PVT
- show dependent code
PV_AS_ACCESS_VHUK
- show dependent code
PV_BENFT_STATUS_CHANGE
- show dependent code
PV_OPPORTUNITY_VHUK
- show dependent code
PV_PRTNR_SALES_TEAM_V
PV_REFERRAL_GENERAL_PUB
- show dependent code
PV_SLSTEAM_MIGRTN_PVT
- show dependent code
|
|
|
|