[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_NSU_DLSTP |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_EN_NSU_DLSTP
|
| Subobject Name: | |
| Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
Describes all the columns related to non-standard unit section enrollment deadline setup
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row identifier for this view | |
| NON_STD_USEC_DLS_ID | NUMBER | (15) | Yes | System generated number to uniquely identify the non standard unit section discontinution deadline setup |
| FUNCTION_NAME | VARCHAR2 | (30) | Yes | The name of an institution-defined administrative unit status |
| FUNCTION_NAME_MEANING | VARCHAR2 | (80) | Yes | Function name meaning |
| DEFINITION_CODE | VARCHAR2 | (30) | Yes | The definition level of the administrative unit status |
| DEFINITION_CODE_MEANING | VARCHAR2 | (80) | Yes | Definition code meaning |
| ORG_UNIT_CODE | VARCHAR2 | (30) | The code for the organisational unit.An organisational unit is a business unit of an institution organisation | |
| ORG_DESCRIPTION | VARCHAR2 | (360) | Organisation description | |
| FORMULA_METHOD | VARCHAR2 | (1) | Yes | The formula for caliculating the deadline date.It can be either the duration days or meeting days |
| ROUND_METHOD | VARCHAR2 | (1) | Yes | The method of rounding off the result |
| OFFSET_DT_CODE | VARCHAR2 | (30) | Yes | The offset datye equivalent to some existing date |
| OFFSET_DT_CODE_MEANING | VARCHAR2 | (80) | Yes | Offset date code meaning |
| OFFSET_DURATION | NUMBER | (5) | Yes | The duration of offset as a percentage value |
| 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 ROW_ID
, NON_STD_USEC_DLS_ID
, FUNCTION_NAME
, FUNCTION_NAME_MEANING
, DEFINITION_CODE
, DEFINITION_CODE_MEANING
, ORG_UNIT_CODE
, ORG_DESCRIPTION
, FORMULA_METHOD
, ROUND_METHOD
, OFFSET_DT_CODE
, OFFSET_DT_CODE_MEANING
, OFFSET_DURATION
, INCL_WKEND_DURATION_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_NSU_DLSTP;
APPS
IGS_EN_NSU_DLSTP_ALL
IGS_LOOKUPS_VIEW
IGS_OR_UNIT
APPS
IGS_PS_CREATE_GENERIC_PKG
- show dependent code
IGS_PS_GEN_004
- show dependent code
IGS_PS_GEN_004
- show dependent code
|
|
|
|