Search Results template_flag
Overview
APPS.GMS_PROJECTS_BASIC_V is a reporting and integration view in Oracle E-Business Suite (12.1.1 and 12.2.2) that exposes a curated, security-aware subset of project header information drawn from the Oracle Projects foundation. Its name and definition tie it to the Grants Management (GMS) subsystem, which relies heavily on Oracle Projects to store award-linked and non-contract project structures. The view is owned by APPS and is intended for read-only consumption by reports, concurrent programs, Discoverer workbooks, OBIEE extracts, and inbound/outbound interfaces.
Two filters define its behavior. First, it excludes records where PROJECT_TYPE_CLASS_CODE equals 'CONTRACT', so contract-type projects are intentionally omitted. Second, it retains only rows for which GMS_COMMON_PKG.IS_PROJECT_TEMPLATE(TEMPLATE_FLAG) returns 1, thereby restricting output to records the GMS package classifies as templates. The result set is ordered by PROJECT_NUMBER, producing a stable, human-readable sequencing useful for LOVs and lookups keyed on project number.
Underlying Base Objects
The view's primary source is the Oracle Projects view PA_PROJECTS_BASIC_V, from which it projects thirteen columns without modification. Because PA_PROJECTS_BASIC_V is itself a secured view, row-level access to projects is enforced as part of its definition before GMS_PROJECTS_BASIC_V further narrows the result set.
Several PL/SQL packages appear in the dependency chain. GMS_COMMON_PKG supplies IS_PROJECT_TEMPLATE, the predicate that determines template eligibility. HR_GENERAL and HR_SECURITY supply the standard Oracle EBS security primitives (organization and business-group access) used throughout Projects views. PA_SECURITY provides the Projects-specific security model, including project-level and organization-level authorization. MO_GLOBAL supplies multi-org context resolution, which is consistent with the presence of ORG_ID and OPERATING_UNIT in the projection.
Key Columns
- PROJECT_ID — Internal surrogate key for the project; the join key to underlying Projects tables.
- PROJECT_NUMBER — The user-facing project identifier. This is the column most frequently searched, and the view's ORDER BY clause sorts on it.
- PROJECT_NAME and LONG_NAME — Short and extended descriptive names for display and reporting.
- PROJECT_TYPE_CLASS_CODE — Classification of the project type; values other than 'CONTRACT' are retained.
- PROJECT_STATUS_CODE — Lifecycle status of the project, useful for filtering active versus closed records.
- TEMPLATE_FLAG — Indicator consumed by GMS_COMMON_PKG.IS_PROJECT_TEMPLATE to qualify template records.
- PM_PROJECT_REFERENCE — Cross-reference to the Project Management project reference.
- PROJECT_NUMBER_SORT_ORDER — Sort key supporting alphanumeric ordering of project numbers.
- PROJECT_CURRENCY_CODE — Functional currency for the project.
- CC_PRVDR_FLAG — Cross-charge provider indicator.
- ORG_ID and OPERATING_UNIT — Legal entity and operating unit context for multi-org security.
Common Use Cases and Queries
Typical uses include populating template selection LOVs, validating a project number during GMS award or budget entry, and feeding downstream reporting that must exclude contract projects.
- Lookup by project number:
SELECT project_id, project_number, project_name FROM apps.gms_projects_basic_v WHERE project_number = :p_project_number;
- Listing available templates:
SELECT project_number, project_name, project_status_code FROM apps.gms_projects_basic_v WHERE project_status_code = 'APPROVED' ORDER BY project_number;
- Validating a project in an interface: join PROJECT_ID back to Projects tables to confirm existence and template eligibility before inserts.
Because template qualification is enforced through GMS_COMMON_PKG, results reflect the same rules used by GMS forms, ensuring consistency between UI and reports.
-
VIEW: APPS.GMS_PROJECTS_BASIC_V
12.2.2
-
VIEW: QPR.QPR_SET_LEVELS#
12.2.2
-
VIEW: APPS.GMS_PROJECTS_BASIC_V
12.1.1
-
APPS.JTF_TASK_DEPENDENCY_PVT SQL Statements
12.1.1
-
APPS.JTF_TASK_DEPENDENCY_PVT SQL Statements
12.2.2
-
VIEW: QPR.QPR_LVL_ATTRIBUTES#
12.2.2
-
VIEW: QPR.QPR_DIM_ATTRIBUTES#
12.2.2
-
VIEW: QPR.QPR_HIER_LEVELS#
12.2.2
-
VIEW: QPR.QPR_CUBES#
12.2.2
-
View: GMS_PROJECTS_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_PROJECTS_BASIC_V, object_name:GMS_PROJECTS_BASIC_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_PROJECTS_BASIC_V ,
-
VIEW: QPR.QPR_CUBE_DIMS#
12.2.2
-
VIEW: JTF.JTF_TASK_DEPENDS#
12.2.2
-
VIEW: QPR.QPR_HIERARCHIES#
12.2.2
-
VIEW: QPR.QPR_PRICE_PLANS_B#
12.2.2
-
VIEW: QPR.QPR_DIMENSIONS#
12.2.2
-
VIEW: APPS.CSI_COUNTER_GROUPS_V
12.1.1
-
VIEW: APPS.CSI_COUNTER_GROUPS_BCV_V
12.1.1
-
View: GMS_PROJECTS_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_PROJECTS_BASIC_V, object_name:GMS_PROJECTS_BASIC_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_PROJECTS_BASIC_V ,
-
VIEW: QPR.QPR_MEAS_AGGRS#
12.2.2
-
VIEW: APPS.CSI_COUNTER_GROUPS_V
12.2.2
-
VIEW: WMS.WMS_OP_PLANS_B#
12.2.2
-
VIEW: CS.CS_CSI_COUNTER_GROUPS#
12.2.2
-
VIEW: APPS.CSI_COUNTER_GROUPS_BCV_V
12.2.2
-
VIEW: QPR.QPR_MEASURES#
12.2.2
-
VIEW: APPS.CS_COVERAGES_V
12.1.1
-
VIEW: APPS.CS_COVERAGES_V
12.2.2
-
VIEW: ENG.ENG_CHANGE_ROUTES#
12.2.2
-
VIEW: APPS.PA_PROJECTS_SEC_V
12.2.2
-
VIEW: APPS.PA_PROJECTS_SEC_V
12.1.1
-
View: PA_PROJECTS_SEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_SEC_V, object_name:PA_PROJECTS_SEC_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_SEC_V ,
-
VIEW: PA.PA_AGREEMENTS_ALL#
12.2.2
-
View: CSI_COUNTER_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_GROUPS_V, object_name:CSI_COUNTER_GROUPS_V, status:VALID, product: CSI - Install Base , description: Counter groups view , implementation_dba_data: APPS.CSI_COUNTER_GROUPS_V ,
-
View: CSI_COUNTER_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_GROUPS_V, object_name:CSI_COUNTER_GROUPS_V, status:VALID, product: CSI - Install Base , description: Counter groups view , implementation_dba_data: APPS.CSI_COUNTER_GROUPS_V ,
-
VIEW: CS.CS_COVERAGES#
12.2.2
-
View: CSI_COUNTER_GROUPS_BCV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_GROUPS_BCV_V, object_name:CSI_COUNTER_GROUPS_BCV_V, status:VALID, product: CSI - Install Base , description: Backward compatible view for CS_COUNTER_GROUPS_V , implementation_dba_data: APPS.CSI_COUNTER_GROUPS_BCV_V ,
-
View: PA_PROJECTS_SEC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_SEC_V, object_name:PA_PROJECTS_SEC_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_SEC_V ,
-
View: CSI_COUNTER_GROUPS_BCV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_GROUPS_BCV_V, object_name:CSI_COUNTER_GROUPS_BCV_V, status:VALID, product: CSI - Install Base , description: Backward compatible view for CS_COUNTER_GROUPS_V , implementation_dba_data: APPS.CSI_COUNTER_GROUPS_BCV_V ,
-
VIEW: AMS.AMS_DIALOGS_ALL_B#
12.2.2
-
VIEW: EAM.EAM_FORECASTS#
12.2.2
-
APPS.JTF_TASK_INST_TEMPLATES_PUB SQL Statements
12.1.1
-
View: OKX_COUNTER_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_COUNTER_GROUPS_V, object_name:OKX_COUNTER_GROUPS_V, status:VALID, product: OKX - Contracts Integration , description: Counter groups, counter group instances and counter group templates , implementation_dba_data: APPS.OKX_COUNTER_GROUPS_V ,
-
APPS.JTF_TASK_INST_TEMPLATES_PUB SQL Statements
12.2.2
-
View: OKX_COUNTER_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_COUNTER_GROUPS_V, object_name:OKX_COUNTER_GROUPS_V, status:VALID, product: OKX - Contracts Integration , description: Counter groups, counter group instances and counter group templates , implementation_dba_data: APPS.OKX_COUNTER_GROUPS_V ,
-
VIEW: AHL.AHL_VISITS_B#
12.2.2
-
VIEW: APPS.CSI_COUNTER_GROUPS_BC_V
12.2.2
-
VIEW: APPS.OKX_COUNTER_GROUPS_V
12.1.1
-
VIEW: JTF.JTF_TERR_ALL#
12.2.2
-
VIEW: APPS.OKX_COUNTER_GROUPS_V
12.2.2
-
VIEW: MSD.MSD_DEMAND_PLANS#
12.2.2
-
VIEW: APPS.PA_AGREEMENTS_AMG_V
12.2.2