[Home] [Help]
[Dependency Information]
| Object Name: | PA_ROLE_PROFILE_LINES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_ROLE_PROFILE_LINES_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 | Unique identifier |
| ROLE_ID | NUMBER | (15) | Yes | Project role id |
| ROLE_NAME | VARCHAR2 | (80) | Yes | |
| WEIGHTING | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PROFILE_ID
, ROLE_ID
, ROLE_NAME
, WEIGHTING
FROM APPS.PA_ROLE_PROFILE_LINES_V;
APPS
PA_PROJECT_ROLE_TYPES
PA_ROLE_JOB_BG_UTILS
- show dependent code
PA_ROLE_PROFILES
PA_ROLE_PROFILE_LINES
APPS.PA_ROLE_PROFILE_LINES_V is not referenced by any database object
|
|
|
|