Search Results activity_source_meaning
Overview
The view IGS_AD_EXTRACURR_ACT_V belongs to the Oracle E-Business Suite Student System family, carrying the IGS product prefix associated with the obsolete student information management modules shipped alongside Oracle HRMS and Oracle Advanced Benefits. ETRM classifies the object as Obsolete and records that it is not implemented in this database under Oracle EBS 12.1.1 / 12.2.2. Its purpose is to present consolidated data about a person's extracurricular activities and personal interests, joining HRMS party interest records to an IGS extracurricular activity detail table and enriching coded values with lookup meanings.
Functionally the view acts as a reporting and integration facade. Rather than forcing consumers to resolve foreign keys across three separate tables and to join lookup values manually, it exposes a denormalized row containing person interest attributes plus the corresponding activity end date, effort metrics (hours per week, weeks per year), and decoded meaning columns. It also exposes ROWID and the full set of standard WHO/audit columns, allowing it to serve as a data source for extracts, Fast Formulas, and OAF/Forms blocks.
Underlying Base Objects
The definition is a two-branch UNION ALL query over three base objects documented in the view text:
HZ_PERSON_INTEREST— aliasedPI; the primary driver containing person-level interest records keyed byPERSON_INTEREST_IDandPARTY_ID.IGS_AD_HZ_EXTRACURR_ACT— aliasedHEA; the extracurricular activity detail table, joined with an outer join ((+)) onPERSON_INTEREST_ID, supplying end date, effort hours/weeks, and the activity source code.FND_LOOKUP_VALUES— aliasedFL1; joined onINTEREST_TYPE_CODEacross the lookup typesINTEREST_TYPE,ENTERTAINMENT, andPREFERENCES, restricted toVIEW_APPLICATION_ID = 222,SECURITY_GROUP_ID = 0, and the session language.
Note that ACTIVITY_SOURCE_MEANING is decoded from IGS_LOOKUP_VALUES (lookup type ACTIVITY_SOURCE), not from FND_LOOKUP_VALUES. ETRM documents no referenced base objects in its metadata, so the relationships above are derived from the published view text.
Key Columns
PERSON_INTEREST_ID,PARTY_ID— the identity keys linking an interest row to a person party.INTEREST_TYPE_CODE/MEANING— the coded interest category and its decoded display name.ACTIVITY_SOURCE_CD/ACTIVITY_SOURCE_MEANING— the source of the activity record, decoded through theACTIVITY_SOURCElookup. This pair is the most relevant columns when the search term "activity_source" is used, and is the only column family in the view drawing onIGS_LOOKUP_VALUES.END_DATE,HOURS_PER_WEEK,WEEKS_PER_YEAR— activity duration and effort metrics from the extracurricular detail table.LEVEL_OF_INTEREST,LEVEL_OF_PARTICIPATIONand their decodedRANKandLEVEL_OF_PARTICIPATION_MEANINGcounterparts.SPORT_INDICATOR,SUB_INTEREST_TYPE_CODE,INTEREST_NAME,TEAM,COMMENTS,SINCE— descriptive interest attributes.- Standard audit/WHO columns:
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,REQUEST_ID,PROGRAM_APPLICATION_ID,PROGRAM_ID,PROGRAM_UPDATE_DATE,OBJECT_VERSION_NUMBER, plusROWIDand a constantWH_UPDATE_DATE.
Common Use Cases and Queries
Typical uses include extracting extracurricular activity records for a party, filtering by activity source, and reporting participation levels. A representative query retrieves activities for a party together with their decoded source:
SELECT pi.party_id,
v.activity_source_cd,
v.activity_source_meaning,
v.hours_per_week,
v.weeks_per_year,
v.end_date
FROM igs_ad_extracurr_act_v v
WHERE v.party_id = :p_party_id
AND v.activity_source_cd IS NOT NULL;
Because the object is documented as obsolete and not implemented, deployments on 12.1.1 / 12.2.2 should confirm its existence in ALL_VIEWS before relying on it, and treat any dependent customizations as candidates for migration to supported HRMS/party-interest reporting structures.
-
View: IGS_AD_EXTRACURR_ACT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_EXTRACURR_ACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_EXTRACURR_ACT_V, object_name:IGS_AD_EXTRACURR_ACT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_EXTRACURR_ACT_V ,
-
VIEW: APPS.IGS_AD_EXTRACURR_ACT_V
12.1.1
-
VIEW: APPS.IGS_AD_EXTRACURR_ACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_EXTRACURR_ACT_V, object_name:IGS_AD_EXTRACURR_ACT_V, status:VALID,
-
VIEW: APPS.IGS_AD_INQ_ENTRY_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INQ_ENTRY_STAT_V, object_name:IGS_AD_INQ_ENTRY_STAT_V, status:VALID,
-
View: IGS_RC_I_ENTRY_STATS_CV
12.2.2
product: IGS - Student System (Obsolete) , description: Foreign Key resolved View for Inquiry Entry Status. The following attributes in the old view are made obsolete: ENQUIRY_SOURCE_TYPE ,ENQ_SOURCE_DESCRIPTION ,ACTIVITY_SOURCE_CD ,ACTIVITY_SOURCE_MEANING ,TEST_SOURCE_ID , HIERARCHY_CD , HIERAR , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_ENTRY_STATS_CV
12.1.1
product: IGS - Student System , description: Foreign Key resolved View for Inquiry Entry Status. The following attributes in the old view are made obsolete: ENQUIRY_SOURCE_TYPE ,ENQ_SOURCE_DESCRIPTION ,ACTIVITY_SOURCE_CD ,ACTIVITY_SOURCE_MEANING ,TEST_SOURCE_ID , HIERARCHY_CD , HIERAR , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_INQ_ENTRY_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INQ_ENTRY_STAT_V, object_name:IGS_AD_INQ_ENTRY_STAT_V, status:VALID, product: IGS - Student System , description: Obsolete - This view is created using a join between IGS_AD_I_ENTRY_STATS, IGS_AD_CODE_CLASSES, IGS_PE_SRC_TYPES, IGS_IN_ENQ_SRC_TYPE and IGS_LOOKUPS_VIEW , implementation_dba_data: APPS.IGS_AD_INQ_ENTRY_STAT_V ,
-
View: WIP_EAM_WORK_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_WORK_ORDERS_V, object_name:WIP_EAM_WORK_ORDERS_V, status:VALID, product: WIP - Work in Process , description: Maintenance Work Orders , implementation_dba_data: APPS.WIP_EAM_WORK_ORDERS_V ,
-
View: WIP_EAM_WORK_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_WORK_ORDERS_V, object_name:WIP_EAM_WORK_ORDERS_V, status:VALID, product: WIP - Work in Process , description: Maintenance Work Orders , implementation_dba_data: APPS.WIP_EAM_WORK_ORDERS_V ,
-
View: IGS_AD_INQ_ENTRY_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete - This view is created using a join between IGS_AD_I_ENTRY_STATS, IGS_AD_CODE_CLASSES, IGS_PE_SRC_TYPES, IGS_IN_ENQ_SRC_TYPE and IGS_LOOKUPS_VIEW , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WIP_EAM_WORK_ORDERS_V
12.1.1
-
VIEW: APPS.WIP_EAM_WORK_ORDERS_V
12.2.2
-
View: EAM_WORK_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WORK_ORDERS_V, object_name:EAM_WORK_ORDERS_V, status:VALID, product: EAM - Enterprise Asset Management , description: View shows all maintenance work orders along with the work requests/service requests associated to them. , implementation_dba_data: APPS.EAM_WORK_ORDERS_V ,
-
View: EAM_WORK_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WORK_ORDERS_V, object_name:EAM_WORK_ORDERS_V, status:VALID, product: EAM - Enterprise Asset Management , description: View shows all maintenance work orders alongwith the service requests associated to them , implementation_dba_data: APPS.EAM_WORK_ORDERS_V ,
-
VIEW: APPS.EAM_WORK_ORDERS_V
12.2.2
-
VIEW: APPS.EAM_WORK_ORDERS_V
12.1.1
-
VIEW: APPS.EAM_WORK_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WORK_ORDERS_V, object_name:EAM_WORK_ORDERS_V, status:VALID,
-
VIEW: APPS.EAM_WORK_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WORK_ORDERS_V, object_name:EAM_WORK_ORDERS_V, status:VALID,
-
VIEW: APPS.WIP_EAM_WORK_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_WORK_ORDERS_V, object_name:WIP_EAM_WORK_ORDERS_V, status:VALID,
-
VIEW: APPS.WIP_EAM_WORK_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_WORK_ORDERS_V, object_name:WIP_EAM_WORK_ORDERS_V, status:VALID,
-
APPS.CST_PENDINGTXNSREPORT_PVT SQL Statements
12.2.2
-
APPS.CST_PENDINGTXNSREPORT_PVT SQL Statements
12.1.1
-
APPS.CST_PENDINGTXNSREPORT_PVT dependencies on MFG_LOOKUPS
12.1.1
-
APPS.CST_PENDINGTXNSREPORT_PVT dependencies on MFG_LOOKUPS
12.2.2
-
PACKAGE BODY: APPS.CST_PENDINGTXNSREPORT_PVT
12.2.2
-
PACKAGE BODY: APPS.CST_PENDINGTXNSREPORT_PVT
12.1.1
-
eTRM - EAM Tables and Views
12.1.1
description: Table for storing workflow item type and keys corresponding to a work order ,
-
eTRM - EAM Tables and Views
12.2.2
description: Table for storing workflow item type and keys corresponding to a work order ,
-
eTRM - WIP Tables and Views
12.1.1
-
eTRM - WIP Tables and Views
12.2.2
-
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'. ,