[Home] [Help]
[Dependency Information]
Object Name: | CR_RSRC_DTL_VW1 |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
NOT CURRENTLY USED.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESOURCES | VARCHAR2 | (16) | Yes | Resource name |
RESOURCE_DESC | VARCHAR2 | (40) | Yes | Description of the resource |
DELETE_MARK | NUMBER | (22) | Yes | Indicator to show if the resource is marked for purge. |
ORGN_CODE | VARCHAR2 | (4) | Organization code of the owner organization |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCES
, RESOURCE_DESC
, DELETE_MARK
, ORGN_CODE
FROM APPS.CR_RSRC_DTL_VW1;
APPS.CR_RSRC_DTL_VW1 is not referenced by any database object
|
|
|