DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IEC_G_REP_SUBSET_UNAVAIL_RECS

Object Details
Object Name: IEC_G_REP_SUBSET_UNAVAIL_RECS
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


View displays unavailable record count for subsets.


[View Source]

Columns
Name Datatype Length Mandatory Comments
SUBSET_ID NUMBER (15)
Subset id.
RECORD_UNAVAILABLE NUMBER

Number of records currently unavailable for calling within subset.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SUBSET_ID
,      RECORD_UNAVAILABLE
FROM APPS.IEC_G_REP_SUBSET_UNAVAIL_RECS;

Dependencies

[top of page]

APPS.IEC_G_REP_SUBSET_UNAVAIL_RECS references the following:

SchemaAPPS
SynonymIEC_G_MKTG_ITEM_CC_TZS
APPS.IEC_G_REP_SUBSET_UNAVAIL_RECS is referenced by following:

SchemaAPPS
ViewIEC_G_REP_SUBSET_DETAILS_V