[Home] [Help]
[Dependency Information]
| Object Name: | IGS_HE_SUBMSN_RETURN |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_HE_SUBMSN_RETURN
|
| Subobject Name: | |
| Status: | VALID |
Holds all the returns that the user wants to define for a Submission.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_HE_SUBMSN_RETURN_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SUBMISSION_NAME
USER_RETURN_SUBCLASS
RETURN_NAME
|
| IGS_HE_SUBMSN_RETURN_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SUB_RTN_ID
|
| 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 |
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;
IGS.IGS_HE_SUBMSN_RETURN does not reference any database object
IGS.IGS_HE_SUBMSN_RETURN is referenced by following:
APPS
IGS_HE_SUBMSN_RETURN
|
|
|
|