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


TABLE: IEC.IEC_G_SUBSET_COUNT

Object Details
Object Name: IEC_G_SUBSET_COUNT
Object Type: TABLE
Owner: IEC
Subobject Name:
Status: VALID


Stores the number of entries present in a list subset.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
LIST_HEADER_ID NUMBER (15) Yes Foreign key to ams_list_entries table
LIST_SUBSET_ID NUMBER (15) Yes Foreign key to subset table.
SUBSET_COUNT NUMBER (15)
Number of entries for this particular subset
SECURITY_GROUP_ID NUMBER (15)
Used in hosted environments.
Query Text

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


SELECT LIST_HEADER_ID
,      LIST_SUBSET_ID
,      SUBSET_COUNT
,      SECURITY_GROUP_ID
FROM IEC.IEC_G_SUBSET_COUNT;

Dependencies

[top of page]

IEC.IEC_G_SUBSET_COUNT does not reference any database object

IEC.IEC_G_SUBSET_COUNT is referenced by following:

SchemaAPPS
SynonymIEC_G_SUBSET_COUNT