Search Results igs_as_servic_plan
Overview
The IGS_AS_SERVIC_PLAN table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module, specifically for versions 12.1.1 and 12.2.2. It functions as the master repository for defining and managing institutional transcript service plans. Each row in this table represents a distinct plan offered by the institution, which dictates the terms, conditions, and potentially the pricing associated with requesting official transcripts. A critical secondary function of this table is to support institutional policies allowing a specified number of "free" transcript requests per student career or academic year, thereby automating fee waivers. The table's design also accommodates the deactivation of pre-seeded service offerings if they do not align with the institution's operational model.
Key Information Stored
While the provided metadata does not list specific column names beyond the primary key, the table's structure is designed to encapsulate all necessary attributes for a service plan. The central identifier is the PLAN_ID column, which serves as the unique primary key. Based on its described functionality, other likely columns would store data such as the service plan name, description, an active/inactive flag, the type of plan (e.g., standard, expedited, electronic), associated fee amounts, and rules governing free transcript allowances. These rules would include parameters like the number of free transcripts permitted and the period to which they apply (career or academic year). This data collectively enables the system to correctly apply fees and validate transcript requests against institutional business rules.
Common Use Cases and Queries
The primary use case involves the transcript ordering process. When a student or administrative user requests a transcript, the application references the IGS_AS_SERVIC_PLAN table to determine the applicable plan, calculate any fees, and verify if a free transcript allowance applies. Common reporting and administrative queries include listing all active service plans, analyzing transcript request volumes by plan type, and auditing the usage of free transcript allowances. A typical SQL pattern for retrieving core plan information would involve selecting from this table, often joined to related transactional tables. For example, to find details for a specific plan referenced in a document request, one might query: SELECT * FROM igs.igs_as_servic_plan WHERE plan_id = :p_plan_id;. Another common query would identify all plans currently in use within the system for reporting purposes.
Related Objects
The IGS_AS_SERVIC_PLAN table is centrally linked to key transactional tables in the Student System through foreign key relationships, as documented in the provided metadata. Its primary key (PLAN_ID) is referenced by the following objects:
- IGS_AS_DOC_DETAILS: The PLAN_ID column in this table links individual document details (likely per transcript request) to a specific service plan, recording which plan was applied to that request.
- IGS_AS_DOC_FEE_PMNT: The PLAN_ID column in this fee payment table ties financial transactions for transcripts back to the governing service plan, ensuring fee calculations are auditable and consistent with the plan's rules.
-
Table: IGS_AS_SERVIC_PLAN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SERVIC_PLAN, object_name:IGS_AS_SERVIC_PLAN, status:VALID, product: IGS - Student System , description: Contains one row for each Transcript Service Plan offered by the institution. It is also used to support allowance of several "free" transcripts per career or academic year. If an institution does not desire a seeded service, use of the clo , implementation_dba_data: IGS.IGS_AS_SERVIC_PLAN ,
-
Table: IGS_AS_SERVIC_PLAN
12.2.2
product: IGS - Student System (Obsolete) , description: Contains one row for each Transcript Service Plan offered by the institution. It is also used to support allowance of several "free" transcripts per career or academic year. If an institution does not desire a seeded service, use of the clo , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_DOCUMENTS_API dependencies on IGS_AS_SERVIC_PLAN
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_AS_SERVIC_PLAN
12.1.1
-
APPS.IGS_AS_SERVIC_PLAN_PKG dependencies on IGS_AS_SERVIC_PLAN
12.1.1
-
SYNONYM: APPS.IGS_AS_SERVIC_PLAN
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SERVIC_PLAN, status:VALID,
-
APPS.IGS_AS_SERVIC_PLAN_PKG SQL Statements
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_LOOKUPS_VIEW
12.1.1
-
Table: IGS_AS_DOC_FEE_PMNT
12.2.2
product: IGS - Student System (Obsolete) , description: This tables stores the details of document fee payment , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SERVIC_PLAN_V
12.1.1
-
VIEW: APPS.IGS_AS_DOC_FEE_PMNT_V
12.1.1
-
APPS.IGS_AS_DOCUMENTS_API dependencies on IGS_LOOKUPS_VIEW
12.1.1
-
Table: IGS_AS_DOC_FEE_PMNT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_DOC_FEE_PMNT, object_name:IGS_AS_DOC_FEE_PMNT, status:VALID, product: IGS - Student System , description: This tables stores the details of document fee payment , implementation_dba_data: IGS.IGS_AS_DOC_FEE_PMNT ,
-
APPS.IGS_AS_SERVIC_PLAN_PKG dependencies on IGS_AS_SERVIC_PLAN_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SERVIC_PLAN_PKG
12.1.1
-
Table: IGS_AS_DOC_DETAILS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_DOC_DETAILS, object_name:IGS_AS_DOC_DETAILS, status:VALID, product: IGS - Student System , description: This table will store the information about the documents associated with the order , implementation_dba_data: IGS.IGS_AS_DOC_DETAILS ,
-
Table: IGS_AS_DOC_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: This table will store the information about the documents associated with the order , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AS_SERVIC_PLAN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SERVIC_PLAN, object_name:IGS_AS_SERVIC_PLAN, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_DOCUMENTS_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_DOCUMENTS_API, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_SERVIC_PLAN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_SERVIC_PLAN_PKG, status:VALID,
-
View: IGS_AS_SERVIC_PLAN_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains one row for each Transcript Service Plan offered by the institution. It is also used to support allowance of several "free" transcripts per career or academic year. If an institution does not desire a seeded service, use of the clo , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SERVIC_PLAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SERVIC_PLAN_V, object_name:IGS_AS_SERVIC_PLAN_V, status:VALID, product: IGS - Student System , description: Contains one row for each Transcript Service Plan offered by the institution. It is also used to support allowance of several "free" transcripts per career or academic year. If an institution does not desire a seeded service, use of the clo , implementation_dba_data: APPS.IGS_AS_SERVIC_PLAN_V ,
-
View: IGS_AS_DOC_FEE_PMNT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the Order Document Fee Payment against a transcript service plan for student. Also captures the data regarding the unsubscription of the transcript service plan. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_SS_DOC_REQUEST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_SS_DOC_REQUEST, status:VALID,
-
VIEW: APPS.IGSFV_AS_DOCUMENT_DETAILS
12.1.1
-
View: IGS_AS_DOC_FEE_PMNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_DOC_FEE_PMNT_V, object_name:IGS_AS_DOC_FEE_PMNT_V, status:VALID, product: IGS - Student System , description: Contains the Order Document Fee Payment against a transcript service plan for student. Also captures the data regarding the unsubscription of the transcript service plan. , implementation_dba_data: APPS.IGS_AS_DOC_FEE_PMNT_V ,
-
VIEW: APPS.IGS_AS_SERVIC_PLAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SERVIC_PLAN_V, object_name:IGS_AS_SERVIC_PLAN_V, status:VALID,
-
View: IGSFV_AS_DOCUMENT_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_DOCUMENT_DETAILS, object_name:IGSFV_AS_DOCUMENT_DETAILS, status:VALID, product: IGS - Student System , description: Shows the information about the documents associated with the order , implementation_dba_data: APPS.IGSFV_AS_DOCUMENT_DETAILS ,
-
VIEW: APPS.IGS_AS_DOC_FEE_PMNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_DOC_FEE_PMNT_V, object_name:IGS_AS_DOC_FEE_PMNT_V, status:VALID,
-
View: IGSFV_AS_DOCUMENT_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Shows the information about the documents associated with the order , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_AS_DOC_FEE_PMNT
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST SQL Statements
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_AS_DOC_DETAILS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AS_DOCUMENTS_API SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGSFV_AS_DOCUMENT_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_DOCUMENT_DETAILS, object_name:IGSFV_AS_DOCUMENT_DETAILS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_SS_DOC_REQUEST
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_DOCUMENTS_API
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'. ,
-
12.1.1 DBA Data
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'. ,