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


TABLE: IGS.IGS_PS_RPT_FMLY_ALL

Object Details
Object Name: IGS_PS_RPT_FMLY_ALL
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_PS_RPT_FMLY_ALL
Subobject Name:
Status: VALID


The units are to be grouped under common code to indicate they belong to same repeat family. This tables records the repeat code under which units are grouped together


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_RPT_FMLY_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRPT_FMLY_ID
IGS_PS_RPT_FMLY_ALL_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREPEAT_CODE
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
RPT_FMLY_ID NUMBER
Yes Unique System generated number to identify the repeat details. Populated by IGS_PS_RPT_FMLY_ALL_S
REPEAT_CODE VARCHAR2 (10) Yes The repeat code to indicate the repeat family
DESCRIPTION VARCHAR2 (80) Yes Description for repeat code
CLOSED_IND VARCHAR2 (1) Yes It indicates if the repeat code is available for use or not.
ORG_ID NUMBER (15)
Operating Unit Identifier
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT RPT_FMLY_ID
,      REPEAT_CODE
,      DESCRIPTION
,      CLOSED_IND
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_RPT_FMLY_ALL;

Dependencies

[top of page]

IGS.IGS_PS_RPT_FMLY_ALL does not reference any database object

IGS.IGS_PS_RPT_FMLY_ALL is referenced by following:

SchemaAPPS
SynonymIGS_PS_RPT_FMLY_ALL