[Home] [Help]
[Dependency Information]
| Object Name: | PA_RES_PROFILES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_RES_PROFILES_V
|
| 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 |
|---|---|---|---|---|
| PROFILE_ID | NUMBER | (15) | Yes | Internal identifier of the profile |
| PROFILE_NAME | VARCHAR2 | (80) | Yes | Profile name |
| RESOURCE_ID | NUMBER | (15) | ||
| PROFILE_TYPE_CODE | VARCHAR2 | (30) | Yes | Profile Type Code |
| PROFILE_TYPE_NAME | VARCHAR2 | (80) | Yes | Profile Type Name |
| DESCRIPTION | VARCHAR2 | (250) | Description of the profile | |
| EFFECTIVE_START_DATE | DATE | Yes | Effective start date of the profile | |
| EFFECTIVE_END_DATE | DATE | Effective end date of the profile | ||
| APPROVAL_STATUS_CODE | VARCHAR2 | (30) | Yes | Approval Status code of the profile |
| APPROVAL_STATUS_NAME | VARCHAR2 | (80) | Yes | Approval Status name of the profile |
| CURRENT_FLAG | VARCHAR2 | (1) | Flag that indicates whether the profile is current Actual profile |
Cut, paste (and edit) the following text to query this object:
SELECT PROFILE_ID
, PROFILE_NAME
, RESOURCE_ID
, PROFILE_TYPE_CODE
, PROFILE_TYPE_NAME
, DESCRIPTION
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, APPROVAL_STATUS_CODE
, APPROVAL_STATUS_NAME
, CURRENT_FLAG
FROM APPS.PA_RES_PROFILES_V;
APPS
PA_LOOKUPS
PA_PROJECT_STATUSES
PA_ROLE_PROFILES
APPS.PA_RES_PROFILES_V is not referenced by any database object
|
|
|
|