[Home] [Help]
[Dependency Information]
Object Name: | IC_PURG_VW1 |
---|---|
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.
A public view which may be useful for custom reporting or other data
requirements.
View for transaction purging. Contains data on closed
documents for which transactions can be purged.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DOC_TYPE | VARCHAR2 | (4) | ||
ORGN_CODE | VARCHAR2 | (4) | ||
DOC_NO | VARCHAR2 | (32) | ||
DOC_ID | NUMBER | (10) | ||
DOC_DATE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT DOC_TYPE
, ORGN_CODE
, DOC_NO
, DOC_ID
, DOC_DATE
FROM APPS.IC_PURG_VW1;
APPS.IC_PURG_VW1 is not referenced by any database object
|
|
|