[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_NSUS_RTN |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_NSUS_RTN
|
| Subobject Name: | |
| Status: | VALID |
This table stores the info about Retention master setup
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_NSUS_RTN_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
NON_STD_USEC_RTN_ID
|
| IGS_PS_NSUS_RTN_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UOO_ID
FEE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NON_STD_USEC_RTN_ID | NUMBER | Yes | System generated number to uniquely identify the non-standard unit section master setup | |
| UOO_ID | NUMBER | Unit Section Identifier associated with retention | ||
| FEE_TYPE | VARCHAR2 | (10) | Fee Type associated with retention | |
| DEFINITION_CODE | VARCHAR2 | (30) | Yes | The definition level for retention |
| FORMULA_METHOD | VARCHAR2 | (1) | Yes | The formula for calculating the retention offset date. Valid values are D - Number of Duration days, P - Percentage of Duration Days, N - Number of Meeting Days, M - Percentage of Meeting days |
| ROUND_METHOD | VARCHAR2 | (1) | Yes | The method of rounding off the result i.e. either S - Standard Round or A - Always Round Up |
| INCL_WKEND_DURATION_FLAG | VARCHAR2 | (1) | Yes | This will indicate whether to consider weekends for formula method duration days |
| 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 NON_STD_USEC_RTN_ID
, UOO_ID
, FEE_TYPE
, DEFINITION_CODE
, FORMULA_METHOD
, ROUND_METHOD
, INCL_WKEND_DURATION_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_NSUS_RTN;
IGS.IGS_PS_NSUS_RTN does not reference any database object
IGS.IGS_PS_NSUS_RTN is referenced by following:
APPS
IGS_PS_NSUS_RTN
|
|
|
|