Search Results financials_system_parameters
Overview
The concurrent program POMRCUPG, presented to users as MRC Setup - Purchasing Transactions Upgrade, is a Purchasing (PO) module utility within Oracle E-Business Suite 12.1.1 and 12.2.2. Its role is to support the Multiple Reporting Currencies (MRC) feature by upgrading and populating MRC-related columns on Purchasing transaction data. The program belongs to the PO - Purchasing product and is part of the broader MRC setup and migration toolchain.
According to the ETRM metadata, the program is currently documented as not enabled (Enabled: No). This is an important operational characteristic: although the executable and concurrent program definitions exist in the environment, the program is not exposed for normal submission and is typically invoked only during specific MRC implementation, upgrade, or migration activities, or selectively as part of a controlled support procedure. The user-facing name and the underlying "POMRCUPG" short name confirm its association with Purchasing MRC upgrade processing.
Execution Details
The documented execution method is PL/SQL Stored Procedure, with a Standard argument method. This indicates the program is not a Java or host-based executable but a database-stored procedure invoked through the concurrent manager. The ETRM metadata does not supply a clear executable name or execution file name in the provided excerpt, so the effective call is governed by the concurrent program definition registered in the Purchasing application.
Because the program is a PL/SQL stored procedure, it executes within the database session managed by the concurrent manager and inherits the standard concurrent processing framework behaviors, including request logging and completion status reporting. Its disabled status means the definition may need to be enabled in the Concurrent Programs form before submission where a controlled run is required.
How to Run
When active, the program is submitted through the standard Submit Request (SRS) window in the Purchasing responsibility, or programmatically via the concurrent manager. The metadata explicitly states that the program is run separately for each table. This means a complete upgrade of Purchasing MRC data generally requires multiple submissions, each targeting one table rather than a single consolidated run.
The request set arguments reveal two principal parameters. ATTRIBUTE1 identifies the target table, with documented values including PO_HEADERS_ALL, PO_DISTRIBUTIONS_ALL, RCV_SHIPMENT_HEADERS, RCV_SHIPMENT_LINES, RCV_TRANSACTIONS, RCV_RECEIVING_SUB_LEDGER, and RCV_SUB_LEDGER_DETAILS. ATTRIBUTE2 supplies the primary set of books name, defaulted through the query:
SELECT sob.name FROM GL_SETS_OF_BOOKS sob, FINANCIALS_SYSTEM_PARAMETERS fsp WHERE fsp.set_of_books_id = sob.set_of_books_id AND sob.mrc_sob_type_code = 'P'
This default resolves the primary (P) MRC set of books via FINANCIALS_SYSTEM_PARAMETERS, the very object the user searched for. The dependence on FINANCIALS_SYSTEM_PARAMETERS means a correctly configured primary set of books is a prerequisite for submission.
Related Objects
The program directly touches the core Purchasing and Receiving transaction tables listed as ATTRIBUTE1 values, including PO_HEADERS_ALL, PO_DISTRIBUTIONS_ALL, RCV_TRANSACTIONS, and the receiving sub-ledger tables. It relies on GL_SETS_OF_BOOKS and FINANCIALS_SYSTEM_PARAMETERS for parameter defaulting. Related setup objects include MRC sets of books definitions and the Purchasing MRC upgrade request set. Administrators should verify these prerequisites and run the program table by table when performing MRC-related data preparation.
-
Concurrent Program: POMRCUPG
12.2.2
product: PO - Purchasing , user_name: MRC Setup - Purchasing Transactions Upgrade , description: You run this program separately for each tables , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: POMRCUPG
12.1.1
product: PO - Purchasing , user_name: MRC Setup - Purchasing Transactions Upgrade , description: You run this program separately for each tables , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
VIEW: APPS.POR_REQUESTER_LOV_V
12.1.1
-
VIEW: APPS.POR_REQUESTER_LOV_V
12.2.2
-
VIEW: APPS.POR_RCV_REQ_LOV_V
12.2.2
-
VIEW: APPS.POR_RCV_REQ_LOV_V
12.1.1
-
View: POR_REQUESTER_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_REQUESTER_LOV_V, object_name:POR_REQUESTER_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: List of Values for Requesters , implementation_dba_data: APPS.POR_REQUESTER_LOV_V ,
-
VIEW: APPS.PO_POS_ALL_TRX_V
12.2.2
-
VIEW: APPS.PO_POS_ALL_V
12.2.2
-
View: POR_REQUESTER_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_REQUESTER_LOV_V, object_name:POR_REQUESTER_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: List of Values for Requesters , implementation_dba_data: APPS.POR_REQUESTER_LOV_V ,
-
VIEW: APPS.PO_POS_ALL_V
12.1.1
-
View: PO_POS_ALL_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_POS_ALL_TRX_V, object_name:PO_POS_ALL_TRX_V, status:VALID, product: PO - Purchasing , description: PUB , implementation_dba_data: APPS.PO_POS_ALL_TRX_V ,
-
VIEW: APPS.ORG_ORG_DEFINITIONS_ALL_V
12.2.2
-
VIEW: APPS.ORG_ORG_DEFINITIONS_ALL_V
12.1.1
-
View: POR_RCV_REQ_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_LOV_V, object_name:POR_RCV_REQ_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: The List of Value of Requester in Receive Expanded Search , implementation_dba_data: APPS.POR_RCV_REQ_LOV_V ,
-
VIEW: APPS.SO_DROP_SHIP_LINKS_V
12.2.2
-
VIEW: APPS.MTL_ITEM_REVISIONS_ORG_VAL_V
12.1.1
-
VIEW: APPS.ICX_REQS_LOCATION_LOV
12.2.2
-
VIEW: APPS.GL_PERIOD_NAMES_ALL_V
12.1.1
-
VIEW: APPS.ICX_REQS_LOCATION_V
12.1.1
-
VIEW: APPS.ICX_REQS_LOCATION_V
12.2.2
-
View: POR_RCV_REQ_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_LOV_V, object_name:POR_RCV_REQ_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: The List of Value of Requester in Receive Expanded Search , implementation_dba_data: APPS.POR_RCV_REQ_LOV_V ,
-
APPS.JL_GLOBE_UTIL_PKG SQL Statements
12.2.2
-
VIEW: APPS.SO_DROP_SHIP_LINKS_V
12.1.1
-
VIEW: APPS.GL_PERIOD_NAMES_ALL_V
12.2.2
-
VIEW: APPS.POR_LOCATION_LOV_V
12.2.2
-
APPS.POA_CM_EVALUATION_ICX SQL Statements
12.1.1
-
VIEW: APPS.PER_POSITION_STRUCTURES_ALL_V
12.2.2
-
VIEW: APPS.POR_LOCATION_LOV_V
12.1.1
-
VIEW: APPS.ICX_REQS_LOCATION_LOV
12.1.1
-
VIEW: APPS.POR_VIEW_DIST_LINES_V
12.2.2
-
VIEW: APPS.PER_POSITION_STRUCTURES_ALL_V
12.1.1
-
VIEW: APPS.PSA_AP_XLA_UPG_V
12.1.1
-
VIEW: APPS.POR_USSGL_TC_LOV_V
12.1.1
-
VIEW: APPS.MTL_ITEM_REVISIONS_ORG_VAL_V
12.2.2
-
VIEW: APPS.PO_EMPLOYEE_HIERARCHIES
12.1.1
-
VIEW: APPS.PO_EMPLOYEE_HIERARCHIES
12.2.2
-
APPS.MRP_SOURCING_GRP SQL Statements
12.1.1
-
APPS.PO_POXPRIPR_XMLP_PKG SQL Statements
12.1.1
-
APPS.PO_POXPRIPR_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.PSA_AP_XLA_UPG_V
12.2.2
-
VIEW: APPS.POR_USSGL_TC_LOV_V
12.2.2
-
APPS.MRP_SOURCING_GRP SQL Statements
12.2.2
-
View: PO_POS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_POS_ALL_V, object_name:PO_POS_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_POS_ALL_V ,
-
VIEW: APPS.POR_VIEW_DIST_LINES_V
12.1.1
-
VIEW: APPS.OKL_ACC_GEN_SRC_MAP_UV
12.2.2
-
VIEW: APPS.POR_VIEW_DIST_HEADER_V
12.1.1
-
VIEW: APPS.POR_VIEW_DIST_HEADER_V
12.2.2
-
View: PO_POS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_POS_ALL_V, object_name:PO_POS_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_POS_ALL_V ,
-
View: SO_DROP_SHIP_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_DROP_SHIP_LINKS_V, object_name:SO_DROP_SHIP_LINKS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_DROP_SHIP_LINKS_V ,