[Home] [Help]
[Dependency Information]
Object Name: | XDP_PROFILE_OPTIONS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROFILE_OPTION_NAME | VARCHAR2 | (80) | Yes | Profile Option Internal Name |
USER_PROFILE_OPTION_NAME | VARCHAR2 | (240) | Yes | Profile Option Display Name |
DESCRIPTION | VARCHAR2 | (240) | Description for the Profile Option | |
PROFILE_OPTION_VALUE | VARCHAR2 | (240) | Profile Option Value |
Cut, paste (and edit) the following text to query this object:
SELECT PROFILE_OPTION_NAME
, USER_PROFILE_OPTION_NAME
, DESCRIPTION
, PROFILE_OPTION_VALUE
FROM APPS.XDP_PROFILE_OPTIONS_V;
APPS.XDP_PROFILE_OPTIONS_V is not referenced by any database object
|
|
|