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


VIEW: APPS.CSF_M_PROFILES_V

Object Details
Object Name: CSF_M_PROFILES_V
Object Type: VIEW
Owner: APPS
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 public view which may be useful for custom reporting or other data
requirements.


This view contains information about user profiles


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER
Yes The Unique Access Identifier
PROFILE_OPTION_NAME VARCHAR2 (80) Yes Profile Option Name
PROFILE_OPTION_VALUE VARCHAR2 (240)
Profile Option Value
START_DATE_ACTIVE DATE
Yes
END_DATE_ACTIVE DATE

USER_PROFILE_OPTION_NAME VARCHAR2 (240) Yes
DESCRIPTION VARCHAR2 (240)
Query Text

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


SELECT ACCESS_ID
,      PROFILE_OPTION_NAME
,      PROFILE_OPTION_VALUE
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      USER_PROFILE_OPTION_NAME
,      DESCRIPTION
FROM APPS.CSF_M_PROFILES_V;

Dependencies

[top of page]

APPS.CSF_M_PROFILES_V references the following:

SchemaAPPS
PL/SQL PackageASG_BASE - show dependent code
SynonymCSM_PROFILE_OPTION_VALUES_ACC
SynonymFND_PROFILE_OPTIONS
SynonymFND_PROFILE_OPTIONS_TL

APPS.CSF_M_PROFILES_V is not referenced by any database object