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


VIEW: APPS.AS_PE_INT_CATEGORIES_V

Object Details
Object Name: AS_PE_INT_CATEGORIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAS.AS_PE_INT_CATEGORIES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
PE_INT_CATEGORY_ID NUMBER (15) Yes Plan element interest category mapping table identifier
CREATED_BY NUMBER
Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER

Standard who column
REQUEST_ID NUMBER

Request identifier
PROGRAM_APPLICATION_ID NUMBER

Program application identifier
PROGRAM_ID NUMBER

Program identifier
PROGRAM_UPDATE_DATE DATE

Program update date
QUOTA_ID NUMBER
Yes Foreign key to cn_quotes_all
MAPPING_TYPE VARCHAR2 (30) Yes Mapping between quota with interest type/codes
INTEREST_TYPE_ID NUMBER

Product interest type identifier
PRI_INTEREST_CODE_ID NUMBER

Product interest primary code identifier
SEC_INTEREST_CODE_ID NUMBER

Product interest secondary code identifier
SECURITY_GROUP_ID VARCHAR2 (0)
Subscriber identifier, for CRM Online Services use
Query Text

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


SELECT PE_INT_CATEGORY_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      QUOTA_ID
,      MAPPING_TYPE
,      INTEREST_TYPE_ID
,      PRI_INTEREST_CODE_ID
,      SEC_INTEREST_CODE_ID
,      SECURITY_GROUP_ID
FROM APPS.AS_PE_INT_CATEGORIES_V;

Dependencies

[top of page]

APPS.AS_PE_INT_CATEGORIES_V references the following:

SchemaAPPS
SynonymAS_PE_INT_CATEGORIES

APPS.AS_PE_INT_CATEGORIES_V is not referenced by any database object