Search Results wk_inst_time_calc_pymt
Overview
APPS.IGF_GR_YTD_ORIG is a database view in the Oracle E-Business Suite Financial Aid subsystem, registered under the APPS schema with the FND Design Data reference IGF.IGF_GR_YTD_ORIG. The object name reflects its function: IGF denotes the Financial Aid (IGF) product family, GR refers to grant-related processing, YTD indicates year-to-date aggregation, and ORIG denotes origination records. The view is documented as VALID in all supported releases and is classified as a multi-org view — it retrieves data only for the current operating unit, automatically filtering out records belonging to other operating units. This behavior is enforced through the ORG_ID column, which participates in the multi-org security predicate generated by the Multi-Org architecture.
In release 12.1.1 and 12.2.2, this view serves reporting and integration purposes for the federal Pell Grant origination process. It consolidates year-to-date origination data — including origination identifiers, student identifiers, disbursement amounts, and calendar context — into a single addressable object. Financial aid administrators and downstream interfaces query it to reconcile origination records against disbursement activity.
Underlying Base Objects
The ETRM metadata for this view does not document any referenced base objects. In practice, views of this naming pattern in the IGF schema are defined over the base origination tables and year-to-date transaction tables maintained by the Grant Origination (Pell) module. Because the dependency list is empty in the supplied metadata, the view should be treated as an interface object: consumers should rely on its exposed columns rather than assuming a specific join path to underlying tables. Any customization or extension should be implemented against the view itself, not against assumed base tables, since column-level dependencies are not published.
Key Columns
- YTDOR_ID — Primary numeric identifier for the year-to-date origination record.
- ORIGINATION_ID — External origination identifier used for federal reporting and reconciliation.
- ORIGINAL_SSN — Student Social Security Number as originally submitted.
- ATTEND_PELL_ID — Pell identifier for the attendance period or institution.
- ACCPT_AWD_AMT, ACCPT_EFC — Accepted award amount and Expected Family Contribution.
- ACCPT_DISB_DT1 … ACCPT_DISB_DT15 — Up to fifteen accepted disbursement dates, reflecting the disbursement schedule.
- ACCPT_WKS_INST_PYMT and WK_INST_TIME_CALC_PYMT — Weeks of institutional payment and the calculated payment-time value. The latter is the column that matches the user's search term.
- ACCPT_COA, ACCPT_PYMT_METHOD — Cost of attendance and payment method indicators.
- YTD_DISB_AMT — Year-to-date disbursement amount.
- ORG_ID — Operating unit identifier driving multi-org filtering.
- CI_CAL_TYPE, CI_SEQUENCE_NUMBER — Calendar type and calendar instance identifier.
- Standard Who columns (
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,REQUEST_ID,PROGRAM_ID, etc.) support auditing and concurrent request traceability.
Common Use Cases and Queries
Typical usage involves reconciling origination records and validating disbursement timing. A representative query retrieving records for the current operating unit follows:
SELECT ytdor_id, origination_id, original_ssn, accpt_awd_amt, ytd_disb_amt, wk_inst_time_calc_pymt
FROM apps.igf_gr_ytd_orig
WHERE origination_id = :p_origination_id;
To review all disbursement dates associated with an award, select the ACCPT_DISB_DT1 through ACCPT_DISB_DT15 columns alongside the calendar columns. Note that the multi-org view automatically restricts results to the session's operating unit, so no explicit ORG_ID predicate is required for standard calls. When reporting across operating units, use the _ALL organization security profile or query the underlying table directly where authorized.
-
VIEW: APPS.IGF_GR_YTD_ORIG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_YTD_ORIG, object_name:IGF_GR_YTD_ORIG, status:VALID,
-
View: IGFBV_PELL_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PELL_ORIGINATIONS, object_name:IGFBV_PELL_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that Stores all the RFMS data that needs to be sent to the COD system. , implementation_dba_data: APPS.IGFBV_PELL_ORIGINATIONS ,
-
View: IGF_GR_PELL_SETUP
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_PELL_SETUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_PELL_SETUP, object_name:IGF_GR_PELL_SETUP, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_PELL_SETUP ,
-
View: IGF_GR_PELL_SETUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_PELL_SETUP_V, object_name:IGF_GR_PELL_SETUP_V, status:VALID, product: IGF - Financial Aid , description: Shows the federal Pell grants details , implementation_dba_data: APPS.IGF_GR_PELL_SETUP_V ,
-
View: IGF_GR_PELL_SETUP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows the federal Pell grants details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_GR_PELL_SETUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_PELL_SETUP, object_name:IGF_GR_PELL_SETUP, status:VALID,
-
View: IGFBV_PELL_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that Stores all the RFMS data that needs to be sent to the COD system. , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_YTD_ORIG
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_YTD_ORIG, object_name:IGF_GR_YTD_ORIG, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_YTD_ORIG ,
-
View: IGFFV_PELL_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that Stores all the RFMS data that needs to be sent to the COD system. , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_RFMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS, object_name:IGF_GR_RFMS, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_RFMS ,
-
View: IGFFV_PELL_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_ORIGINATIONS, object_name:IGFFV_PELL_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that Stores all the RFMS data that needs to be sent to the COD system. , implementation_dba_data: APPS.IGFFV_PELL_ORIGINATIONS ,
-
View: IGF_GR_RFMS
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_YTD_ORIG
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_GR_PELL_SETUP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_PELL_SETUP_ALL, object_name:IGF_GR_PELL_SETUP_ALL, status:VALID,
-
View: IGF_GR_RFMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_V, object_name:IGF_GR_RFMS_V, status:VALID, product: IGF - Financial Aid , description: Shows RFMS data which needs to be sent to the RFMS system , implementation_dba_data: APPS.IGF_GR_RFMS_V ,
-
VIEW: APPS.IGF_GR_PELL_SETUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_PELL_SETUP_V, object_name:IGF_GR_PELL_SETUP_V, status:VALID,
-
View: IGF_GR_RFMS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows RFMS data which needs to be sent to the RFMS system , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFBV_PELL_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PELL_ORIGINATIONS, object_name:IGFBV_PELL_ORIGINATIONS, status:VALID,
-
TABLE: IGF.IGF_GR_YTD_ORIG_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_YTD_ORIG_ALL, object_name:IGF_GR_YTD_ORIG_ALL, status:VALID,
-
APPS.IGF_GR_PELL_SETUP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGFFV_PELL_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_ORIGINATIONS, object_name:IGFFV_PELL_ORIGINATIONS, status:VALID,
-
TABLE: IGF.IGF_GR_RFMS_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_RFMS_ALL, object_name:IGF_GR_RFMS_ALL, status:VALID,
-
VIEW: APPS.IGF_GR_RFMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS, object_name:IGF_GR_RFMS, status:VALID,
-
APPS.IGF_GR_YTD_ORIG_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_GR_RFMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_RFMS_V, object_name:IGF_GR_RFMS_V, status:VALID,
-
APPS.IGF_GR_RFMS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_YTD_ORIG_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_PELL_SETUP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_RFMS_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,