Search Results source_promotion_code
Overview
The IGR_I_APPL_V view is a reporting and integration object owned by the APPS schema within the Oracle E-Business Suite Student System (IGS) product family. Its documented purpose is to present enquiry and application data that originates in Oracle Marketing (OMO) and to join that data to the Student System's own application records through the IGR_I_APPL_ALL junction table. In practical terms, the view provides a consolidated, enquiry-oriented projection of sales lead information enriched with student-system attributes such as academic calendar context, admission calendar context, entry levels, and educational goals. The view is marked VALID and is available in the EBS 12.1.1 and 12.2.2 releases.
The view is particularly relevant to reporting on prospect and enquiry pipelines, since it exposes both the OMO-generated lead identity and the IGS-specific classification data used by admissions and recruitment staff.
Underlying Base Objects
The ETRM documentation states that the view is based on the OMO public view AS_SALES_LEADS_V and the IGR_I_APPL_ALL junction table. The view text confirms this relationship through the alias EAP, which represents the enquiry/application junction data, and through references to AS_STATUSES_VL for status descriptions. Person-level attributes are projected through the alias PDV, providing party number, known-as name, preferred given name, first name, and last name. Additional decode and lookup logic resolves entry levels (IEL), educational goals, how-did-you-hear-of-us, and who-influenced-you references from the relevant IGS and OMO lookup structures. No additional referenced base objects are documented in the ETRM metadata, and the object is a read-only view rather than a table.
Key Columns
ROW_ID,SALES_LEAD_ID,PERSON_ID,PERSON_NUMBER— primary identifiers linking the enquiry to the OMO sales lead and the person/party record.ENQUIRY_APPL_NUMBER,S_ENQUIRY_STATUS,ENQUIRY_STATUS,MEANING— the enquiry application number and its decoded status description derived fromAS_STATUSES_VL.ACAD_CAL_TYPE,ACAD_CI_SEQUENCE_NUMBER,ADM_CAL_TYPE,ADM_CI_SEQUENCE_NUMBER— academic and admission calendar context for the enquiry.INQUIRY_METHOD,INQUIRY_METHOD_CODE,ENQUIRY_DT,INQ_ENTRY_LEVEL_ID,INQ_ENTRY_LEVEL— how and when the enquiry was received, plus the entry level of interest.EDU_GOAL_ID,EDU_GOAL_NAME,HOW_KNOWUS_ID,WHO_INFLUENCED_ID— enquiry classification and source attribution fields.DSP_PREFERRED_NAME,PREFERRED_GIVEN_NAME,KNOWN_AS— person display names.ATTRIBUTE1throughATTRIBUTE18(and the associatedATTRIBUTE_CATEGORY) — descriptive flexfield columns.
Notably, the metadata does not expose a column literally named source_promotion_code; source attribution in this view is represented through the how-know-us and who-influenced identifiers and their decoded names.
Common Use Cases and Queries
Typical uses include enquiry pipeline reporting, lead source analysis, and reconciliation between OMO sales leads and IGS applications.
- Listing active enquiries with status and person details.
- Aggregating enquiries by entry level, educational goal, or how-know-us source.
- Joining the view to IGS application tables to confirm converted leads.
A representative query:
SELECT PERSON_NUMBER,
ENQUIRY_APPL_NUMBER,
MEANING,
INQ_ENTRY_LEVEL,
EDU_GOAL_NAME,
HOW_KNOWUS_NAME,
ENQUIRY_DT
FROM APPS.IGR_I_APPL_V
WHERE ENQUIRY_STATUS IS NOT NULL
ORDER BY ENQUIRY_DT DESC;
Because the view is a reporting projection, queries should be designed for read-only extraction and should avoid reliance on the temporary column positions shown in the view text.
-
View: IGR_I_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_APPL_V, object_name:IGR_I_APPL_V, status:VALID, product: IGS - Student System , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGR_I_APPL_ALL junction table. , implementation_dba_data: APPS.IGR_I_APPL_V ,
-
View: IGS_RC_I_APPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_APPL_V
12.1.1
product: IGS - Student System , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_DS_SALES_LEADS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DS_SALES_LEADS_V, object_name:AMS_DS_SALES_LEADS_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_DS_SALES_LEADS_V ,
-
View: AST_LS_SALES_LEADS_CONTACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_CONTACT_V, object_name:AST_LS_SALES_LEADS_CONTACT_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LS_SALES_LEADS_CONTACT_V ,
-
View: AMS_DS_SALES_LEADS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DS_SALES_LEADS_V, object_name:AMS_DS_SALES_LEADS_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_DS_SALES_LEADS_V ,
-
View: IGR_I_APPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGR_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
View: AST_LS_SALES_LEADS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_V, object_name:AST_LS_SALES_LEADS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LS_SALES_LEADS_V ,
-
View: AST_LS_SALES_LEADS_CONTACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_CONTACT_V, object_name:AST_LS_SALES_LEADS_CONTACT_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LS_SALES_LEADS_CONTACT_V ,
-
View: AST_LS_SALES_LEADS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_V, object_name:AST_LS_SALES_LEADS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LS_SALES_LEADS_V ,
-
View: AS_SALES_LEADS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_LEADS_V, object_name:AS_SALES_LEADS_V, status:VALID, product: AS - Sales Foundation , description: sales lead header details , implementation_dba_data: APPS.AS_SALES_LEADS_V ,
-
View: AS_SALES_LEADS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_LEADS_V, object_name:AS_SALES_LEADS_V, status:VALID, product: AS - Sales Foundation , description: sales lead header details , implementation_dba_data: APPS.AS_SALES_LEADS_V ,
-
VIEW: APPS.IGR_I_APPL_V
12.1.1
-
VIEW: APPS.AMS_DS_SALES_LEADS_V
12.1.1
-
VIEW: APPS.AST_LS_SALES_LEADS_BSC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_BSC_V, object_name:AST_LS_SALES_LEADS_BSC_V, status:VALID,
-
VIEW: APPS.AMS_DS_SALES_LEADS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DS_SALES_LEADS_V, object_name:AMS_DS_SALES_LEADS_V, status:VALID,
-
VIEW: APPS.AST_LS_SALES_LEADS_BSC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_BSC_V, object_name:AST_LS_SALES_LEADS_BSC_V, status:VALID,
-
VIEW: APPS.AMS_DS_SALES_LEADS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DS_SALES_LEADS_V, object_name:AMS_DS_SALES_LEADS_V, status:VALID,
-
VIEW: APPS.AS_SALES_LEADS_V
12.1.1
-
VIEW: APPS.AS_SALES_LEADS_V
12.2.2
-
VIEW: APPS.AST_LS_SALES_LEADS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_V, object_name:AST_LS_SALES_LEADS_V, status:VALID,
-
VIEW: APPS.AST_LS_SALES_LEADS_CONTACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_CONTACT_V, object_name:AST_LS_SALES_LEADS_CONTACT_V, status:VALID,
-
VIEW: APPS.AST_LS_SALES_LEADS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_V, object_name:AST_LS_SALES_LEADS_V, status:VALID,
-
VIEW: APPS.AMS_DS_SALES_LEADS_V
12.2.2
-
VIEW: APPS.AST_LS_SALES_LEADS_CONTACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_CONTACT_V, object_name:AST_LS_SALES_LEADS_CONTACT_V, status:VALID,
-
VIEW: APPS.AST_LS_SALES_LEADS_CONTACT_V
12.1.1
-
VIEW: APPS.AST_LS_SALES_LEADS_V
12.2.2
-
VIEW: APPS.AST_LS_SALES_LEADS_CONTACT_V
12.2.2
-
VIEW: APPS.AS_SALES_LEADS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_LEADS_V, object_name:AS_SALES_LEADS_V, status:VALID,
-
VIEW: APPS.AST_SALES_LEADS_EBC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_LEADS_EBC_V, object_name:AST_SALES_LEADS_EBC_V, status:VALID,
-
VIEW: APPS.AS_SALES_LEADS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_LEADS_V, object_name:AS_SALES_LEADS_V, status:VALID,
-
VIEW: APPS.AST_SALES_LEADS_EBC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_LEADS_EBC_V, object_name:AST_SALES_LEADS_EBC_V, status:VALID,
-
VIEW: APPS.AST_LS_SALES_LEADS_V
12.1.1
-
View: AST_LS_SALES_LEADS_BSC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_BSC_V, object_name:AST_LS_SALES_LEADS_BSC_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LS_SALES_LEADS_BSC_V ,
-
View: AST_LS_SALES_LEADS_BSC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_SALES_LEADS_BSC_V, object_name:AST_LS_SALES_LEADS_BSC_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LS_SALES_LEADS_BSC_V ,
-
VIEW: APPS.AST_SALES_LEADS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_LEADS_V, object_name:AST_SALES_LEADS_V, status:VALID,
-
VIEW: APPS.AST_SALES_LEADS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_LEADS_V, object_name:AST_SALES_LEADS_V, status:VALID,
-
View: AST_SALES_LEADS_EBC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_LEADS_EBC_V, object_name:AST_SALES_LEADS_EBC_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALES_LEADS_EBC_V ,
-
View: AST_SALES_LEADS_EBC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_LEADS_EBC_V, object_name:AST_SALES_LEADS_EBC_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALES_LEADS_EBC_V ,
-
VIEW: APPS.IGR_I_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_APPL_V, object_name:IGR_I_APPL_V, status:VALID,
-
View: AST_SALES_LEADS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_LEADS_V, object_name:AST_SALES_LEADS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALES_LEADS_V ,
-
View: AST_SALES_LEADS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_LEADS_V, object_name:AST_SALES_LEADS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALES_LEADS_V ,
-
APPS.AS_SALES_LEAD_OPP_PVT SQL Statements
12.2.2
-
APPS.AS_SALES_LEAD_OPP_PVT SQL Statements
12.1.1
-
PACKAGE: APPS.AS_OPPORTUNITY_PUB
12.2.2
-
PACKAGE: APPS.AS_OPPORTUNITY_PUB
12.1.1
-
eTRM - AST Tables and Views
12.1.1
description: All available web searches ,
-
eTRM - AST Tables and Views
12.2.2
description: All available web searches ,
-
PACKAGE BODY: APPS.AS_OPPORTUNITY_PUB_W
12.1.1
-
APPS.AS_OPPORTUNITY_PUB dependencies on FND_API
12.1.1