Search Results mgr_name
Overview
APPS.OAM_GCS is a server-side PL/SQL package body that supports the Oracle Applications Manager (OAM) Generic Collection Service (GCS) infrastructure within Oracle E-Business Suite. Its principal business function is to programmatically register, configure, and maintain the concurrent manager service instances that OAM uses to collect diagnostic, runtime, and forms runtime information from application tier nodes. These registered service instances appear as specialized concurrent managers of type "OAMGCS" and upload collected data at a defined interval. The package therefore bridges OAM's data-collection framework with the standard concurrent processing architecture, ensuring that each targeted node has a correctly named, correctly parameterized collector manager.
Key Procedures and Functions
The documented API surface consists of five procedures and functions, classified as OTHER:
- REGISTER_OAMGCS_FCQ — Registers a service instance for a specified node. It constructs the manager name by prefixing "OAMGCS_" to the uppercased node name, truncates it to a 30-byte limit, and assembles a service-parameter string (NODE, LOADINTERVAL, RTI_KEEP_DAYS, FRD_KEEP_DAYS, ORACLE_HOME, FORMS60_RTI_DIR). It checks for an existing queue on the node before inserting, and resolves a display name from FND message lookup.
- UPDATE_GCS — Updates the configuration of an existing GCS service registration, allowing parameters such as the load interval or node-specific paths to be revised.
- DELETE_GCS — Removes a previously registered GCS service instance, cleanly decommissioning the collector from the concurrent manager configuration.
- SERVICE_EXISTS — Boolean-style function returning whether a GCS service registration already exists, used to guard against duplicate registrations.
- SERVICE_STATUS — Reports the operational status of a registered GCS service, enabling administrators to confirm whether the collector is active.
Tables Accessed
The package operates primarily against the concurrent processing data model, referencing the following tables through APPS synonyms:
- FND_CONCURRENT_QUEUES — The core concurrent manager definition table; queried by node name and manager type, and the source of the OAMGCS manager registration.
- FND_CONCURRENT_QUEUES_S — The sequence source used to obtain a unique suffix when a manager-name collision is detected.
- FND_CONCURRENT_QUEUES_TL — Stores translated (language-specific) queue names and descriptions.
- FND_CONCURRENT_QUEUE_SIZE — Holds worker-process sizing information for the manager.
- FND_CP_SERVICES — The service registry that maps the "OAMGCS" service handle to its numeric service ID, used to filter queues by manager type.
- DUAL — Used for sequence and utility evaluations.
Usage Notes
Operator or administrator action, rather than direct end-user invocation, normally drives OAM_GCS. It is typically called from Oracle Applications Manager's administrative pages or from concurrent-program and registration routines that provision a new collector manager when an application tier node is added or reconfigured. The parameter profile shows a default load interval of 300000 milliseconds (five minutes), with retention defaults of one day for RTI data and seven days for FRD data. Because the documented metadata indicates zero referencing packages, OAM_GCS is effectively a top-level entry point called by forms or administrative scripts rather than a shared library. The "mgr_name" local variable and its 30-byte truncation logic reflect the FND_CONCURRENT_QUEUES naming constraint, so custom callers must expect manager names to be shortened and, on collision, suffixed with a generated sequence value. All deployment should respect the APPS schema ownership and standard EBS patching conventions.
-
APPS.OAM_GCS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OAM_GCS
12.2.2
-
VIEW: OSM.AS_OSI_CONS_CCS_BASE#
12.2.2
-
PACKAGE BODY: APPS.OAM_GCS
12.1.1
-
PACKAGE BODY: APPS.FND_CP_FNDSM
12.2.2
-
APPS.OAM_GCS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.FND_CP_FNDSM
12.1.1
-
APPS.FND_CP_FNDSM SQL Statements
12.1.1
-
VIEW: OSM.AS_OSI_CONS_CCS_BASE#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_OSI_CONS_CCS_BASE#, status:VALID,
-
TABLE: OSM.AS_OSI_CONS_CCS_BASE
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_OSI_CONS_CCS_BASE, object_name:AS_OSI_CONS_CCS_BASE, status:VALID,
-
APPS.FND_CP_FNDSM SQL Statements
12.2.2
-
TABLE: OSM.AS_OSI_CONS_CCS_BASE
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_OSI_CONS_CCS_BASE, object_name:AS_OSI_CONS_CCS_BASE, status:VALID,
-
PACKAGE BODY: APPS.CN_TSR_PVT
12.2.2
-
APPS.CN_SALES_HIER_PUB SQL Statements
12.1.1
-
APPS.CN_SALES_HIER_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CN_TSR_PVT
12.1.1
-
PACKAGE BODY: APPS.HR_WPM_NTF_UTIL
12.2.2
-
PACKAGE BODY: APPS.CN_TSR_PVT_W
12.2.2
-
PACKAGE BODY: APPS.CN_TSR_PVT_W
12.1.1
-
APPS.CN_COMP_GRP_HIER_PUB SQL Statements
12.2.2
-
PACKAGE: APPS.CN_TSR_PVT
12.2.2
-
PACKAGE: APPS.CN_SALES_HIER_PUB
12.2.2
-
PACKAGE: APPS.CN_SALES_HIER_PUB
12.1.1
-
APPS.CN_COMP_GRP_HIER_PUB SQL Statements
12.1.1
-
PACKAGE: APPS.CN_TSR_PVT
12.1.1
-
PACKAGE: APPS.CN_PSUM_PVT
12.2.2
-
PACKAGE BODY: APPS.HR_WPM_MASS_SCORE_CARD_TRNSF
12.1.1
-
PACKAGE: APPS.CN_PSUM_PVT
12.1.1
-
PACKAGE BODY: APPS.CN_SALES_HIER_PUB
12.1.1
-
APPS.JTF_RS_IMP_RES_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CN_PSUM_PVT
12.1.1
-
PACKAGE BODY: APPS.CN_PSUM_PVT
12.2.2
-
APPS.CN_TSR_PVT SQL Statements
12.2.2
-
APPS.CN_TSR_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CN_SALES_HIER_PUB_W
12.1.1
-
PACKAGE BODY: APPS.CN_SALES_HIER_PUB_W
12.2.2
-
PACKAGE BODY: APPS.CN_SALES_HIER_PUB
12.2.2
-
APPS.JTF_RS_IMP_RES_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CN_PSUM_PVT_W
12.1.1
-
PACKAGE BODY: APPS.CN_PSUM_PVT_W
12.2.2
-
View: BEN_CWB_WS_DOWNLOAD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_WS_DOWNLOAD_V, object_name:BEN_CWB_WS_DOWNLOAD_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_WS_DOWNLOAD_V ,
-
VIEW: APPS.BEN_CWB_WS_DOWNLOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_WS_DOWNLOAD_V, object_name:BEN_CWB_WS_DOWNLOAD_V, status:VALID,
-
PACKAGE BODY: APPS.HR_WPM_MASS_SCORE_CARD_TRNSF
12.2.2
-
View: BEN_CWB_WS_DOWNLOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_WS_DOWNLOAD_V, object_name:BEN_CWB_WS_DOWNLOAD_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_CWB_WS_DOWNLOAD_V ,
-
VIEW: APPS.BEN_CWB_WS_DOWNLOAD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_CWB_WS_DOWNLOAD_V, object_name:BEN_CWB_WS_DOWNLOAD_V, status:VALID,
-
PACKAGE BODY: APPS.HR_WPM_NTF_UTIL
12.1.1
-
APPS.JTF_RS_CONC_RES_PUB SQL Statements
12.1.1
-
APPS.JTF_RS_CONC_RES_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CN_COMP_GRP_HIER_PUB
12.1.1
-
PACKAGE BODY: APPS.CN_COMP_GRP_HIER_PUB
12.2.2