Search Results ucas_cycle
Overview
The IGS_UC_HRC_TIMSTMPS table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the UCAS (Universities and Colleges Admissions Service) integration modules. Owned by the IGS (iGrants) schema, this table functions as a control and audit mechanism for the Hercules data transfer process. Its primary role is to store individual timestamps for each distinct "Hercules View" within a specific UCAS application cycle. By tracking the last successful data extraction or synchronization timestamp per view and cycle, it ensures data integrity and prevents duplicate processing during the critical exchange of applicant information between the institution's EBS system and the UCAS service.
Key Information Stored
The table's structure is designed to capture the essential metadata for the Hercules view synchronization process. The key business columns are VIEW_NAME, UCAS_CYCLE, and TIMESTAMP. The VIEW_NAME (VARCHAR2(30)) identifies the specific Hercules data view or extract. The UCAS_CYCLE (NUMBER(15)) is a mandatory foreign key that links the timestamp to a specific admissions cycle, which is the central concept in the user's search context. The TIMESTAMP (DATE) records the point-in-time for that view's last successful data transfer. The table is secured by a unique primary key index (IGS_UC_HRC_TIMSTMPS_PK) on the combination of VIEW_NAME and UCAS_CYCLE, guaranteeing only one timestamp record per view per cycle. Standard EBS WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) provide full auditability for all DML operations.
Common Use Cases and Queries
This table is primarily accessed by background concurrent processes responsible for generating and transmitting UCAS data extracts (Hercules files). A typical use case involves a process querying the table to determine if a specific view's data has changed since the last successful transmission for the active UCAS cycle. Common operational and reporting queries include retrieving the latest status for all views in a cycle or identifying views that may be stale or unsynchronized. A fundamental pattern is to join this table with the master UCAS cycle definition to filter for active cycles.
- Check the last timestamp for all views in a specific UCAS cycle (e.g., 2025):
SELECT VIEW_NAME, TIMESTAMP FROM IGS.IGS_UC_HRC_TIMSTMPS WHERE UCAS_CYCLE = 2025 ORDER BY VIEW_NAME; - Identify Hercules views that have not been updated within the last 24 hours for the current cycle:
SELECT VIEW_NAME FROM IGS.IGS_UC_HRC_TIMSTMPS WHERE UCAS_CYCLE = 2025 AND TIMESTAMP < SYSDATE - 1;
Related Objects
Based on the provided dependency information, the IGS_UC_HRC_TIMSTMPS table does not reference other objects via foreign keys. However, it is a referenced object, meaning other application components depend on it. The metadata indicates it is referenced by an object named "IGS_UC_HRC_TIMSTMPS" under the APPS synonym. This typically implies the existence of a public synonym (IGS_UC_HRC_TIMSTMPS) pointing to the IGS.IGS_UC_HRC_TIMSTMPS table, which is used by EBS application code and reports. The most critical logical relationship is with the master table defining UCAS cycles (likely named IGS_UC_CYCLE or similar), where the UCAS_CYCLE column in this table is a foreign key. This relationship is essential for all cycle-specific timestamp queries.
-
APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_CYC_DEFAULTS
12.1.1
-
APPS.IGS_UC_TRX_GEN_HOOK SQL Statements
12.1.1
-
APPS.IGS_UC_EXPORT_UCAS_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_UCAS_CONTROL
12.1.1
-
APPS.IGS_UC_TRX_GEN_HOOK dependencies on IGS_UC_CYC_DEFAULTS
12.1.1
-
APPS.IGS_UC_MV_DATA_UPLD dependencies on IGS_UC_TRANSACTIONS
12.1.1
-
APPS.IGS_UC_TRX_GEN_HOOK dependencies on IGS_UC_APP_CHOICES
12.1.1
-
APPS.IGS_UC_EXPORT_UCAS_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_UC_UCAS_CONTROL_PKG dependencies on IGS_UC_UCAS_CONTROL
12.1.1
-
APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on IGS_UC_APP_CHOICES
12.1.1
-
TABLE: IGS.IGS_UC_HRC_TIMSTMPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_HRC_TIMSTMPS, object_name:IGS_UC_HRC_TIMSTMPS, status:VALID,
-
APPS.IGS_UC_START_NEW_CYCLE dependencies on IGS_UC_CYC_DEFAULTS
12.1.1
-
APPS.IGS_UC_EXPORT_UCAS_PKG dependencies on IGS_UC_CYC_DEFAULTS
12.1.1
-
APPS.IGS_UC_EXPORT_UCAS_PKG dependencies on IGS_UC_DEFAULTS
12.1.1
-
TABLE: IGS.IGS_UC_IOFFER_INTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_IOFFER_INTS, object_name:IGS_UC_IOFFER_INTS, status:VALID,
-
TABLE: IGS.IGS_UC_CYC_DEFAULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_CYC_DEFAULTS, object_name:IGS_UC_CYC_DEFAULTS, status:VALID,
-
APPS.IGS_UC_EXPORT_UCAS_PKG dependencies on IGS_UC_UCAS_CONTROL
12.1.1
-
VIEW: APPS.IGSBV_UC_TRANSACTIONS
12.1.1
-
APPS.IGS_UC_MV_DATA_UPLD dependencies on IGS_UC_ISTARC_INTS
12.1.1
-
APPS.IGS_UC_START_NEW_CYCLE dependencies on IGS_UC_UCAS_CONTROL
12.1.1
-
APPS.IGS_UC_EXT_MARVIN dependencies on IGS_UC_CYC_DEFAULTS
12.1.1
-
View: IGSBV_UC_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_TRANSACTIONS, object_name:IGSBV_UC_TRANSACTIONS, status:VALID, product: IGS - Student System , description: Base View for UCAS Transactions table , implementation_dba_data: APPS.IGSBV_UC_TRANSACTIONS ,
-
APPS.IGS_UC_TRX_GEN_HOOK dependencies on IGS_UC_APPLICANTS
12.1.1
-
TABLE: IGS.IGS_UC_ISTARG_INTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_ISTARG_INTS, object_name:IGS_UC_ISTARG_INTS, status:VALID,
-
APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_ISTARC_INTS
12.1.1
-
View: IGSBV_UC_TRANSACTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for UCAS Transactions table , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_CYC_DEFAULTS_PKG dependencies on IGS_UC_CYC_DEFAULTS
12.1.1
-
APPS.IGS_UC_HRC_TIMSTMPS_PKG dependencies on IGS_UC_HRC_TIMSTMPS
12.1.1
-
APPS.IGS_UC_START_NEW_CYCLE SQL Statements
12.1.1
-
APPS.IGS_UC_MV_DATA_UPLD dependencies on IGS_UC_UCAS_CONTROL
12.1.1
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_UCAS_CONTROL
12.1.1
-
APPS.IGS_UC_CONFIG_CYCLE dependencies on IGS_UC_CYC_DEFAULTS
12.1.1
-
View: IGSBV_UC_APPLICANT_CHOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_APPLICANT_CHOICES, object_name:IGSBV_UC_APPLICANT_CHOICES, status:VALID, product: IGS - Student System , description: Base View for Applicant Choices , implementation_dba_data: APPS.IGSBV_UC_APPLICANT_CHOICES ,
-
APPS.IGS_UC_EXT_MARVIN SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_UC_APPLICANT_CHOICES
12.1.1
-
View: IGSFV_UC_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_TRANSACTIONS, object_name:IGSFV_UC_TRANSACTIONS, status:VALID, product: IGS - Student System , description: Full View for UCAS Transactions table , implementation_dba_data: APPS.IGSFV_UC_TRANSACTIONS ,
-
View: IGSBV_UC_APPLICANT_CHOICES
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for Applicant Choices , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UC_TRANSACTIONS
12.1.1
-
VIEW: APPS.IGS_UC_UCAPCH_OSSAPPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_UCAPCH_OSSAPPL_V, object_name:IGS_UC_UCAPCH_OSSAPPL_V, status:VALID,
-
View: IGSFV_UC_TRANSACTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UCAS Transactions table , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_HRC_TIMSTMPS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds individual timestamps for each Hercules View , in a UCAS Cycle , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_UC_UCAS_CONTROL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_UCAS_CONTROL, object_name:IGS_UC_UCAS_CONTROL, status:VALID,
-
Table: IGS_UC_HRC_TIMSTMPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_HRC_TIMSTMPS, object_name:IGS_UC_HRC_TIMSTMPS, status:VALID, product: IGS - Student System , description: Holds individual timestamps for each Hercules View , in a UCAS Cycle , implementation_dba_data: IGS.IGS_UC_HRC_TIMSTMPS ,
-
APPS.IGS_UC_UPD_PENDING_TRANS_PKG dependencies on IGS_UC_UCAS_CONTROL
12.1.1
-
Table: IGS_UC_CYC_DEFAULTS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds cycle default values , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_CYC_DEFAULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_CYC_DEFAULTS, object_name:IGS_UC_CYC_DEFAULTS, status:VALID, product: IGS - Student System , description: Holds cycle default values , implementation_dba_data: IGS.IGS_UC_CYC_DEFAULTS ,
-
APPS.IGS_UC_UPD_PENDING_TRANS_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on FND_FILE
12.1.1
-
TABLE: IGS.IGS_UC_ISTARC_INTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_ISTARC_INTS, object_name:IGS_UC_ISTARC_INTS, status:VALID,
-
VIEW: APPS.IGSBV_UC_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_TRANSACTIONS, object_name:IGSBV_UC_TRANSACTIONS, status:VALID,