[Home] [Help]
[Dependency Information]
| Object Name: | CSF_M_PROFILES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
This view contains information about user profiles
| 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) |
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;
APPS
ASG_BASE
- show dependent code
CSM_PROFILE_OPTION_VALUES_ACC
FND_PROFILE_OPTIONS
FND_PROFILE_OPTIONS_TL
APPS.CSF_M_PROFILES_V is not referenced by any database object
|
|
|
|