Search Results offset_date
Overview
IGS_EN_NSD_DLSTP is a public synonym/view in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environment, owned by the APPS schema. It is part of the Oracle Student System (the "IGS" application family) and, more specifically, the Enrollment / Non-Standard Registration area. The view exposes configuration data for the Non-Standard Discount Deadline Step entity (the name derives from Non-Standard Discount Deadline STeP), which governs how non-standard fee or discount deadlines are calculated for a given administrative unit.
The view joins the base table IGS_EN_NSD_DLSTP_ALL against several descriptive lookup tables to present human-readable meanings in place of codes: administrative unit status, definition level, offset date, and organization unit. It is a query-only reporting and integration object; it presents the rules that determine when a deadline falls relative to an offset date. In the search context of "offset_date," the view is directly relevant because it exposes the OFFSET_DT_CODE and its translated MEANING from the OFFSET_DATE lookup, together with OFFSET_DURATION and the weekend-inclusion flag.
Underlying Base Objects
Per the documented view text, the view is defined over five objects:
- IGS_EN_NSD_DLSTP_ALL — the primary driving table holding the non-standard discount deadline step records. The view is essentially a read-only projection of this table's
ALLrows. - IGS_AD_ADM_UNIT_STAT — provides the description of the administrative unit status.
- IGS_LOOKUPS_VIEW (aliased twice, LKV1 and LKV2) — supplies lookup meanings for
DEFINITION_CODE(lookup typeDEFINITION_LEVEL) and forOFFSET_DT_CODE(lookup typeOFFSET_DATE). - IGS_OR_UNIT — provides the organization unit description, joined with an outer-join (
(+)) onORG_UNIT_CD, meaning a step may exist without a matching organization unit.
The view also carries a multi-org filter. It compares NDDS.ORG_ID (defaulted to -99 when NULL) against the operating-unit value decoded from USERENV('CLIENT_INFO'), enforcing the Oracle EBS Multi-Org security model so that users see only records for their accessible organization.
Key Columns
- NON_STD_DISC_DLSTP_ID — primary identifier of the deadline step.
- ADMINISTRATIVE_UNIT_STATUS and accompanying DESCRIPTION — the status to which the step applies.
- DEFINITION_CODE with looked-up MEANING — the definition level of the rule.
- ORG_UNIT_CODE and DESCRIPTION — the organization unit context.
- FORMULA_METHOD and ROUND_METHOD — the calculation and rounding approach used to derive the deadline.
- OFFSET_DT_CODE with looked-up MEANING — the anchor date from which the deadline is offset (the "offset_date" referenced in the search).
- OFFSET_DURATION — the interval applied to the offset date.
- INCL_WKEND_DURATION_FLAG — indicates whether weekend days are counted in the duration.
- Standard audit columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include reporting on deadline-step configuration, validating offset date rules, and integration extracts that feed downstream enrollment or fee processes.
SELECT non_std_disc_dlstp_id,
administrative_unit_status,
definition_code,
offset_dt_code,
offset_duration,
incl_wkend_duration_flag
FROM apps.igs_en_nsd_dlstp
WHERE org_unit_code = :org_unit_code;
To inspect offset date meanings specifically:
SELECT offset_dt_code,
description,
offset_duration
FROM apps.igs_en_nsd_dlstp
WHERE definition_code = :definition_code
ORDER BY offset_dt_code;
Because the view is read-only, all maintenance of these rules is performed against IGS_EN_NSD_DLSTP_ALL through the Oracle Student System forms rather than the view itself.
-
Lookup Type: OFFSET_DATE
12.1.1
product: IGS - Student System , meaning: Offset Date , description: Offset Date ,
-
Lookup Type: OFFSET_DATE
12.2.2
product: IGS - Student System (Obsolete) , meaning: Offset Date , description: Offset Date ,
-
VIEW: APPS.IGS_EN_NSD_DLSTP
12.1.1
-
TABLE: IGS.IGS_PS_NSUS_RTN_DTL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_NSUS_RTN_DTL, object_name:IGS_PS_NSUS_RTN_DTL, status:VALID,
-
VIEW: APPS.IGS_EN_USEC_DISC_DL_V
12.1.1
-
APPS.IGS_FI_GEN_008 SQL Statements
12.1.1
-
VIEW: APPS.IGS_EN_NSU_DLSTP
12.1.1
-
VIEW: APPS.IGS_EN_NSTD_USEC_DL_V
12.1.1
-
View: IGS_EN_USEC_DISC_DL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes all the columns related to non-standard unit section discontinuation deadline dates , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_NSTD_USEC_DL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NSTD_USEC_DL_V, object_name:IGS_EN_NSTD_USEC_DL_V, status:VALID, product: IGS - Student System , description: Describes all the columns related to non-standard unit section enrollment deadline dates , implementation_dba_data: APPS.IGS_EN_NSTD_USEC_DL_V ,
-
View: IGS_EN_NSTD_USEC_DL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes all the columns related to non-standard unit section enrollment deadline dates , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_NSU_DLSTP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NSU_DLSTP, object_name:IGS_EN_NSU_DLSTP, status:VALID, product: IGS - Student System , description: Describes all the columns related to non-standard unit section enrollment deadline setup , implementation_dba_data: APPS.IGS_EN_NSU_DLSTP ,
-
View: IGS_EN_NSD_DLSTP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes all the columns related to non-standard unit section discontinuation deadline setup , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_USEC_DISC_DL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_USEC_DISC_DL_V, object_name:IGS_EN_USEC_DISC_DL_V, status:VALID, product: IGS - Student System , description: Describes all the columns related to non-standard unit section discontinuation deadline dates , implementation_dba_data: APPS.IGS_EN_USEC_DISC_DL_V ,
-
APPS.IGS_PS_NSUS_RTN_DTL_PKG SQL Statements
12.1.1
-
View: IGS_EN_NSD_DLSTP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NSD_DLSTP, object_name:IGS_EN_NSD_DLSTP, status:VALID, product: IGS - Student System , description: Describes all the columns related to non-standard unit section discontinuation deadline setup , implementation_dba_data: APPS.IGS_EN_NSD_DLSTP ,
-
View: IGS_EN_NSU_DLSTP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes all the columns related to non-standard unit section enrollment deadline setup , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_GEN_008
12.1.1
-
PACKAGE: APPS.MSC_DRP_UTIL
12.1.1
-
PACKAGE: APPS.MSC_DRP_UTIL
12.2.2
-
PACKAGE BODY: APPS.IGS_PS_NSUS_RTN_DTL_PKG
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.MSC_DRP_UTIL
12.2.2
-
PACKAGE BODY: APPS.MSC_DRP_UTIL
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_NSUS_RTN_DTL
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_NSUS_RTN
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_PS_NSUS_RTN
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_NSUS_RTN_DTL_S
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_PS_GEN_004
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_PS_NSUS_RTN_DTL
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_NSUS_RTN_DTL
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_PS_UNIT_OFR_OPT
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
-
APPS.MSC_DRP_UTIL dependencies on MSC_DRP_UTIL
12.1.1
-
PACKAGE: APPS.IGS_PS_GENERIC_PUB
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_NSUS_RTN
12.1.1
-
APPS.IGS_PS_NSUS_RTN_DTL_PKG dependencies on IGS_PS_NSUS_RTN_DTL
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_004
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_CREATE_GENERIC_PKG
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,