Search Results revenue_account_code
Overview
APPS.IGSBV_LOCATIONS is a read-only database view within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, owned by the APPS schema and part of the Oracle Student System (IGS) product family. The "BV" suffix in its name indicates that it is a "Base View," the lowest-level, singular-object view typically published for use by higher-level business views and external interfaces. Its role is to expose location reference data maintained by the institution's student and academic administration modules in a denormalized, renamed form that is convenient for reporting, integration, and extension development.
The view projects a subset of columns from the IGS_AD_LOCATION_ALL table, renaming them to more descriptive alias names such as LOCATION_CODE, MAIL_DELIVERY_WORKING_DAYS, CLOSED_INDICATOR, REVENUE_ACCOUNT_CODE, and COORDINATE_PERSON_ID. This column alias strategy mirrors Oracle's convention of publishing stable reporting interfaces over internally named columns, insulating downstream reports, extracts, and custom code from physical column-name changes. Because the view is defined with the WITH READ ONLY clause, it cannot be used to perform data manipulation; it is strictly a query surface.
Underlying Base Objects
Per the documented view text, IGSBV_LOCATIONS is defined exclusively as a SELECT with aliased columns over the base table IGS_AD_LOCATION_ALL. No additional documented base objects are referenced. This makes the view a straightforward, single-table projection with no joins, unions, or analytical logic. Because IGS_AD_LOCATION_ALL is a table ending in _ALL, it is generally the multi-organization or "all records" table, meaning the view inherits whatever organizational visibility and security the base table carries. The WITH READ ONLY clause is applied at view definition time and cannot be overridden by a DML statement issued against the view. In practice, this means reports and integrations can select from IGSBV_LOCATIONS without concern for row-level locking or accidental writes, but any data maintenance must target the underlying table directly.
Key Columns
The view exposes ten columns, each corresponding to a renamed base column:
- LOCATION_CODE (LOCATION_CD) — The unique business identifier for the location record.
- DESCRIPTION — The human-readable description of the location.
- LOCATION_TYPE — Classifies the location; the base column and its values drive downstream filtering and validation.
- MAIL_DELIVERY_WORKING_DAYS (MAIL_DLVRY_WRK_DAYS) — Indicates the working days used for mail delivery scheduling.
- CLOSED_INDICATOR (CLOSED_IND) — A flag marking whether the location is inactive or closed.
- REVENUE_ACCOUNT_CODE (REV_ACCOUNT_CD) — The revenue account associated with the location, used for billing or accounting integration.
- COORDINATE_PERSON_ID (COORD_PERSON_ID) — The person identifier of the primary coordinator or responsible contact for the location. This is the column users locate when searching for "coord_person_id," and it is the renamed form of COORD_PERSON_ID.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — Standard Oracle WHO columns for audit and lineage.
Common Use Cases and Queries
The view is most commonly used to resolve a location's coordinator or revenue account for operational reporting. A typical query returning active locations for a coordinator is:
- SELECT location_code, description, coordinate_person_id, revenue_account_code FROM apps.igsbv_locations WHERE closed_indicator = 'N' AND coordinate_person_id = :p_person_id;
- Enumerate locations and their coordinators: SELECT location_code, description, coordinate_person_id FROM apps.igsbv_locations ORDER BY location_code;
- Audit recently changed records: SELECT location_code, last_update_date, last_updated_by FROM apps.igsbv_locations WHERE last_update_date >= :p_since_date;
Because the view is read only and defined over a single table, it is safe to join it to person, account, and delivery-related objects on COORDINATE_PERSON_ID and REVENUE_ACCOUNT_CODE, respectively. For write operations or access to columns not published by the view, the underlying IGS_AD_LOCATION_ALL table must be used.
-
VIEW: APPS.IGSBV_LOCATIONS
12.1.1
-
View: IGSBV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_LOCATIONS, object_name:IGSBV_LOCATIONS, status:VALID, product: IGS - Student System , description: This entity describes available physical locations , implementation_dba_data: APPS.IGSBV_LOCATIONS ,
-
View: IGSBV_LOCATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes available physical locations , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_LOCATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes available physical locations , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_HIGH_ED_PROG_VERSIONS
12.1.1
-
View: IGSBV_HIGH_ED_PROG_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes Program Versions including information about the intermission, financial aid, supplemental exams , minimum and maximum credit points. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_HIGH_ED_PROG_VERSIONS
12.1.1
-
View: IGSFV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_LOCATIONS, object_name:IGSFV_LOCATIONS, status:VALID, product: IGS - Student System , description: This entity describes available physical locations , implementation_dba_data: APPS.IGSFV_LOCATIONS ,
-
View: IGSBV_HIGH_ED_PROG_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_PROG_VERSIONS, object_name:IGSBV_HIGH_ED_PROG_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes Program Versions including information about the intermission, financial aid, supplemental exams , minimum and maximum credit points. , implementation_dba_data: APPS.IGSBV_HIGH_ED_PROG_VERSIONS ,
-
VIEW: APPS.IGSFV_UNIT_OFFERING_OPTIONS
12.1.1
-
VIEW: APPS.IGSFV_LOCATIONS
12.1.1
-
View: IGSFV_HIGH_ED_PROG_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_PROG_VERSIONS, object_name:IGSFV_HIGH_ED_PROG_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes Program Versions including information about the intermission, financial aid, supplemental exams , minimum and maximum credit points. , implementation_dba_data: APPS.IGSFV_HIGH_ED_PROG_VERSIONS ,
-
View: IGSBV_UNIT_OFFERING_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_OFFERING_OPTIONS, object_name:IGSBV_UNIT_OFFERING_OPTIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit offering options with details about the unit section, grading schema details, attendance requirements , special permission and grading indicators. , implementation_dba_data: APPS.IGSBV_UNIT_OFFERING_OPTIONS ,
-
View: IGSFV_HIGH_ED_PROG_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes Program Versions including information about the intermission, financial aid, supplemental exams , minimum and maximum credit points. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_UNIT_OFFERING_OPTIONS
12.1.1
-
VIEW: APPS.IGSBV_AD_ADM_APPL_TYP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ADM_APPL_TYP, object_name:IGSBV_AD_ADM_APPL_TYP, status:VALID,
-
View: IGSBV_AD_APPL_FEE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_APPL_FEE, object_name:IGSBV_AD_APPL_FEE, status:VALID, product: IGS - Student System , description: Holds Applicant's Admission Fee Detail , implementation_dba_data: APPS.IGSBV_AD_APPL_FEE ,
-
View: IGSFV_UNIT_OFFERING_OPTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit offering options with details about the unit section, grading schema details, attendance requirements, special permission and grading indicators. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_LOCATIONS, object_name:IGSBV_LOCATIONS, status:VALID,
-
View: IGSBV_UNIT_OFFERING_OPTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit offering options with details about the unit section, grading schema details, attendance requirements , special permission and grading indicators. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AD_ADM_APPL_TYP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes Self Service Admission Application Type details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_OFFERING_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_OFFERING_OPTIONS, object_name:IGSFV_UNIT_OFFERING_OPTIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit offering options with details about the unit section, grading schema details, attendance requirements, special permission and grading indicators. , implementation_dba_data: APPS.IGSFV_UNIT_OFFERING_OPTIONS ,
-
VIEW: APPS.IGSFV_AD_APPL_FEE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_APPL_FEE, object_name:IGSFV_AD_APPL_FEE, status:VALID,
-
VIEW: APPS.IGSBV_AD_APPL_FEE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_APPL_FEE, object_name:IGSBV_AD_APPL_FEE, status:VALID,
-
VIEW: APPS.IGSFV_AD_ADM_APPL_TYP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_APPL_TYP, object_name:IGSFV_AD_ADM_APPL_TYP, status:VALID,
-
VIEW: APPS.IGSFV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_LOCATIONS, object_name:IGSFV_LOCATIONS, status:VALID,
-
VIEW: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
View: IGSBV_AD_APPL_FEE
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Applicant's Admission Fee Detail , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_HIGH_ED_PROG_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_PROG_VERSIONS, object_name:IGSFV_HIGH_ED_PROG_VERSIONS, status:VALID,
-
View: IGSBV_AD_ADM_APPL_TYP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AD_ADM_APPL_TYP, object_name:IGSBV_AD_ADM_APPL_TYP, status:VALID, product: IGS - Student System , description: Describes Self Service Admission Application Type details , implementation_dba_data: APPS.IGSBV_AD_ADM_APPL_TYP ,
-
View: IGSFV_AD_APPL_FEE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_APPL_TYP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_APPL_TYP, object_name:IGSFV_AD_ADM_APPL_TYP, status:VALID, product: IGS - Student System , description: Describes Self Service Admission Application Type Details , implementation_dba_data: APPS.IGSFV_AD_ADM_APPL_TYP ,
-
View: IGSFV_AD_ADM_APPL_TYP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes Self Service Admission Application Type Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_APPL_FEE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_APPL_FEE, object_name:IGSFV_AD_APPL_FEE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_AD_APPL_FEE ,
-
VIEW: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
VIEW: APPS.IGSBV_HIGH_ED_PROG_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_PROG_VERSIONS, object_name:IGSBV_HIGH_ED_PROG_VERSIONS, status:VALID,
-
View: IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_UNIT_VERSIONS, object_name:IGSBV_HIGH_ED_UNIT_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS ,
-
View: IGSBV_HIGH_ED_UNIT_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_UNIT_OFFERING_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_OFFERING_OPTIONS, object_name:IGSBV_UNIT_OFFERING_OPTIONS, status:VALID,
-
VIEW: APPS.IGSFV_UNIT_OFFERING_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_OFFERING_OPTIONS, object_name:IGSFV_UNIT_OFFERING_OPTIONS, status:VALID,
-
View: IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_UNIT_VERSIONS, object_name:IGSFV_HIGH_ED_UNIT_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS ,
-
View: IGSFV_HIGH_ED_UNIT_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: Not implemented in this database ,
-
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'. ,