[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 | (240) | Yes | Resource description |
DELETE_MARK | NUMBER | (22) | Yes | Marked for deletion |
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_VW1;
APPS.CR_RSRC_DTL_VW1 is not referenced by any database object
|
|
|