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


TABLE: IGS.IGS_HE_SUBMSN_RETURN

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


Holds all the returns that the user wants to define for a Submission.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_HE_SUBMSN_RETURN_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUBMISSION_NAME
ColumnUSER_RETURN_SUBCLASS
ColumnRETURN_NAME
IGS_HE_SUBMSN_RETURN_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUB_RTN_ID
Columns
Name Datatype Length Mandatory Comments
SUB_RTN_ID NUMBER
Yes Sequence generated column used to uniquely identify the submission returns
SUBMISSION_NAME VARCHAR2 (50) Yes Contains the Submission Name
USER_RETURN_SUBCLASS VARCHAR2 (50) Yes Holds the User Defined Return Sub Class information
RETURN_NAME VARCHAR2 (50) Yes Contains the name of this return sub class
LRR_START_DATE DATE

Holds the Late Return Period Start Date. This will be populated only if it is a Late Return
LRR_END_DATE DATE

Holds the Late Return Period End Date. This will be populated only if it is a Late Return
RECORD_ID VARCHAR2 (15) Yes Record Identifier. De-normalized value held here purely to facilitate query
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 SUB_RTN_ID
,      SUBMISSION_NAME
,      USER_RETURN_SUBCLASS
,      RETURN_NAME
,      LRR_START_DATE
,      LRR_END_DATE
,      RECORD_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_HE_SUBMSN_RETURN;

Dependencies

[top of page]

IGS.IGS_HE_SUBMSN_RETURN does not reference any database object

IGS.IGS_HE_SUBMSN_RETURN is referenced by following:

SchemaAPPS
SynonymIGS_HE_SUBMSN_RETURN