[Home] [Help]
[Dependency Information]
Object Name: | CS_SR_OWNERS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
RESOURCE_ID | NUMBER | Resource identifier. | ||
RESOURCE_NUMBER | VARCHAR2 | (30) | Resource Number. | |
RESOURCE_NAME | VARCHAR2 | (360) | Resource Name. | |
SUPPORT_SITE_ID | NUMBER | Site attached to the resource. | ||
USAGE | VARCHAR2 | (240) | Usage attached to the resource. | |
RESOURCE_TYPE | VARCHAR2 | (11) | Type of resource eg. Employee, Team or Group. | |
ORG_ID | NUMBER | Organization Identifier of 'employee' type resource. |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, RESOURCE_NUMBER
, RESOURCE_NAME
, SUPPORT_SITE_ID
, USAGE
, RESOURCE_TYPE
, ORG_ID
FROM APPS.CS_SR_OWNERS_V;
|
|
|