[Home] [Help]
[Dependency Information]
| Object Name: | CR_RSRC_DTL_VW2 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMP.CR_RSRC_DTL_VW2
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for identifying group reources.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCES | VARCHAR2 | (16) | Yes | Resource name. |
| RESOURCE_DESC | VARCHAR2 | (240) | Yes | Resource description. |
| DELETE_MARK | NUMBER | (22) | Yes | Delete mark. 0=not deleted, 1=deleted. |
| ORGN_CODE | VARCHAR2 | (4) | Organization code. |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCES
, RESOURCE_DESC
, DELETE_MARK
, ORGN_CODE
FROM APPS.CR_RSRC_DTL_VW2;
APPS
CR_RSRC_DTL
CR_RSRC_MST
APPS.CR_RSRC_DTL_VW2 is not referenced by any database object
|
|
|
|