Search Results gme_transform_batch
Overview
The APPS.GME_TRANSFORM_BATCH package is an Oracle Process Manufacturing (OPM) Process Execution migration utility supplied by Oracle E-Business Suite. Its documented purpose is to transform GME (Process Execution) data from release 11.5.10 to release 12, as stated in the package header comment: "This package transforms GME data from 11.5.10 to 12." It belongs to the OPM Process Execution APIs family and is owned by the APPS schema. The package is classified under the "OTHER" API category in ETRM, indicating that it is an internal migration/upgrade component rather than a public, supported integration API.
The header revision ($Header: GMEVTRFS.pls 120.3 2005/11/21 …) confirms it was authored in the 11.5.10-to-12 upgrade timeframe and has been carried forward into the 12.1.1 and 12.2.2 codelines. It is not referenced by any other package, which reinforces its role as a top-down upgrade driver invoked during the upgrade cycle rather than a reusable library.
Key Procedures and Functions
- GET_PROFILE_VALUE — A function that retrieves the value of a named profile option for a given application identifier. It is used internally to obtain migration-related profile settings.
- GME_MIGRATION — The top-level driver procedure for the GME data transformation. It accepts a migration run identifier and a commit flag, and returns a failure count. It orchestrates the subordinate transformation steps.
- CREATE_GME_PARAMETERS — Creates GME parameter records required by the transformed data set, returning an exception count.
- UPDATE_BATCH_HEADER — The procedure most commonly referenced in upgrade troubleshooting. It updates batch header records as part of the migration, keyed by the migration run identifier, and returns an exception count. This is the object returned when users search on "update_batch_header."
- UPDATE_WIP_ENTITIES — Updates WIP entity records associated with GME batches, returning an exception count.
- UPDATE_FROM_DOC_NO — Populates or corrects document-number-derived values for the migration run.
- UPDATE_REASON_ID — Populates or corrects reason identifiers on migrated records.
Tables Accessed
The package reads and writes the following documented objects (through APPS synonyms):
- GME_BATCH_HEADER — The primary batch header table updated by
UPDATE_BATCH_HEADER. - GME_PARAMETERS — Populated by
CREATE_GME_PARAMETERS. - GME_RESOURCE_TXNS and GME_RESOURCE_TXNS_MIG — Resource transaction data and its migration staging counterpart.
- WIP_ENTITIES and WIP_ENTITIES_S — Work-in-process entity records and their sequence source, updated by
UPDATE_WIP_ENTITIES. - GMD_RECIPE_VALIDITY_RULES — Recipe validity data consulted during transformation.
- GME_GANTT_DOCUMENT_FILTER — Gantt view filtering data.
- FND_PROFILE_OPTIONS and FND_PROFILE_OPTION_VALUES — Profile option definitions and values used by
GET_PROFILE_VALUE. - MTL_GEN_OBJECT_ID_S and SY_DOCS_SEQ — Sequence sources for document and object identifiers.
- SY_ORGN_MST and SY_REAS_CDS_B — Organization master and reason code seed data.
- DUAL — Used for singleton queries.
Usage Notes
GME_TRANSFORM_BATCH is not a form-driven or concurrent-program-invoked API in the normal operational sense. It is executed by the Oracle Applications upgrade driver during the 11.5.10-to-12 (and subsequent 12.1.1/12.2.2) upgrade path, typically under the control of GME_MIGRATION with an appropriate migration run identifier and commit mode. Because it is classified as "OTHER" and is referenced by zero other packages, it should not be called directly from custom code. The individual procedures are separately addressable for diagnostic reruns when a migration run reports exceptions, but any such invocation should be performed only under Oracle Support guidance, as direct execution against production batch header data carries data-integrity risk.
-
PACKAGE: APPS.GME_TRANSFORM_BATCH
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GME_TRANSFORM_BATCH, status:VALID,
-
PACKAGE: APPS.GME_TRANSFORM_BATCH
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GME_TRANSFORM_BATCH, status:VALID,
-
PACKAGE BODY: APPS.GME_TRANSFORM_BATCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GME_TRANSFORM_BATCH, status:VALID,
-
PACKAGE: APPS.GME_TRANSFORM_BATCH
12.2.2
-
PACKAGE: APPS.GME_TRANSFORM_BATCH
12.1.1
-
PACKAGE BODY: APPS.GME_TRANSFORM_BATCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GME_TRANSFORM_BATCH, status:VALID,
-
SYNONYM: APPS.GME_RESOURCE_TXNS_MIG
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GME_RESOURCE_TXNS_MIG, status:VALID,
-
SYNONYM: APPS.GME_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GME_PARAMETERS, status:VALID,
-
SYNONYM: APPS.SY_REAS_CDS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SY_REAS_CDS_B, status:VALID,
-
SYNONYM: APPS.GME_GANTT_DOCUMENT_FILTER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GME_GANTT_DOCUMENT_FILTER, status:VALID,
-
SYNONYM: APPS.GME_GANTT_DOCUMENT_FILTER
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GME_GANTT_DOCUMENT_FILTER, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.GME_RESOURCE_TXNS_MIG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GME_RESOURCE_TXNS_MIG, status:VALID,
-
SYNONYM: APPS.GME_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GME_PARAMETERS, status:VALID,
-
SYNONYM: APPS.SY_REAS_CDS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SY_REAS_CDS_B, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.SY_DOCS_SEQ
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SY_DOCS_SEQ, status:VALID,
-
SYNONYM: APPS.SY_DOCS_SEQ
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SY_DOCS_SEQ, status:VALID,
-
SYNONYM: APPS.MTL_GEN_OBJECT_ID_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_GEN_OBJECT_ID_S, status:VALID,
-
SYNONYM: APPS.WIP_ENTITIES_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_ENTITIES_S, status:VALID,
-
SYNONYM: APPS.MTL_GEN_OBJECT_ID_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_GEN_OBJECT_ID_S, status:VALID,
-
SYNONYM: APPS.WIP_ENTITIES_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_ENTITIES_S, status:VALID,
-
PACKAGE: APPS.GMA_COMMON_LOGGING
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMA_COMMON_LOGGING, status:VALID,
-
PACKAGE: APPS.GMA_COMMON_LOGGING
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMA_COMMON_LOGGING, status:VALID,
-
SYNONYM: APPS.GME_RESOURCE_TXNS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GME_RESOURCE_TXNS, status:VALID,
-
SYNONYM: APPS.GME_RESOURCE_TXNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GME_RESOURCE_TXNS, status:VALID,
-
SYNONYM: APPS.GMD_RECIPE_VALIDITY_RULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMD_RECIPE_VALIDITY_RULES, status:VALID,
-
SYNONYM: APPS.SY_ORGN_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SY_ORGN_MST, status:VALID,
-
SYNONYM: APPS.GMD_RECIPE_VALIDITY_RULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMD_RECIPE_VALIDITY_RULES, status:VALID,
-
SYNONYM: APPS.SY_ORGN_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SY_ORGN_MST, status:VALID,
-
SYNONYM: APPS.FND_PROFILE_OPTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_PROFILE_OPTIONS, status:VALID,
-
SYNONYM: APPS.GME_BATCH_HEADER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GME_BATCH_HEADER, status:VALID,
-
PACKAGE BODY: APPS.GME_TRANSFORM_BATCH
12.1.1
-
SYNONYM: APPS.GME_BATCH_HEADER
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GME_BATCH_HEADER, status:VALID,
-
SYNONYM: APPS.FND_PROFILE_OPTION_VALUES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_PROFILE_OPTION_VALUES, status:VALID,
-
PACKAGE BODY: APPS.GME_TRANSFORM_BATCH
12.2.2
-
APPS.GME_TRANSFORM_BATCH dependencies on GME_TRANSFORM_BATCH
12.2.2
-
APPS.GME_TRANSFORM_BATCH dependencies on GME_TRANSFORM_BATCH
12.1.1
-
SYNONYM: APPS.WIP_ENTITIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_ENTITIES, status:VALID,
-
SYNONYM: APPS.WIP_ENTITIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_ENTITIES, status:VALID,
-
PACKAGE: APPS.FND_LOG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_LOG, status:VALID,
-
PACKAGE: APPS.FND_LOG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_LOG, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
SYNONYM: PUBLIC.DUAL
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
SYNONYM: PUBLIC.DUAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:DUAL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1