[Home] [Help]
[Dependency Information]
| Object Name: | IEC_O_VALIDATION_REPORT_SUMM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View of validation report detailing invalid record counts.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCHEDULE_ID | NUMBER | Yes | Campaign id. | |
| LIST_HEADER_ID | NUMBER | (15) | Yes | List Header ID |
| DO_NOT_USE_REASON | VARCHAR2 | (30) | Yes | Reason why the records can not be used |
| RECORD_COUNT | NUMBER | Number of records |
Cut, paste (and edit) the following text to query this object:
SELECT SCHEDULE_ID
, LIST_HEADER_ID
, DO_NOT_USE_REASON
, RECORD_COUNT
FROM APPS.IEC_O_VALIDATION_REPORT_SUMM_V;
APPS
IEC_G_AO_LISTS_V
IEC_LOOKUPS
IEC_O_VALIDATION_REPORT_DETS
APPS.IEC_O_VALIDATION_REPORT_SUMM_V is not referenced by any database object
|
|
|
|