[Home] [Help]
[Dependency Information]
| Object Name: | CN_ROLES_SEARCH |
|---|---|
| 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.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROLE_ID | NUMBER | Yes | ||
| NAME | VARCHAR2 | (60) | Yes | |
| SALESREP_NAME | VARCHAR2 | (360) | ||
| START_DATE_ROLE | DATE | |||
| END_DATE_ROLE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT ROLE_ID
, NAME
, SALESREP_NAME
, START_DATE_ROLE
, END_DATE_ROLE
FROM APPS.CN_ROLES_SEARCH;
APPS
CN_ROLES
CN_SALESREPS
CN_SRP_ROLES
APPS.CN_ROLES_SEARCH is not referenced by any database object
|
|
|
|