Search Results concurrent




Overview

Concurrent Program: CZTEST is a concurrent program registered in Oracle E-Business Suite under the CZ (Configurator) product family. Within the ETRM documentation, the program is identified by the user-facing name test and the internal short name CZTEST. Both ETRM 12.1.1 and 12.2.2 references classify it as belonging to the Oracle Configurator application, the module responsible for building and validating configurable models, option classes, and configuration rules used by order capture, quoting, and manufacturing processes.

The metadata records the concurrent program as Enabled: No. This is a significant documented fact: an enabled status of "No" indicates that the program is not active for submission in the current environment. Such a designation is typical of test, seed, or placeholder programs that ship with a product but are deliberately disabled to prevent accidental execution in a production instance. The user-facing name "test" reinforces this interpretation. As a result, CZTEST should be regarded as a non-operational or diagnostic entry rather than a program intended for routine business processing.

Execution Details

The ETRM metadata specifies the following execution attributes:

  • Execution Method: PL/SQL Stored Procedure
  • Argument Method: Standard
  • Executable: (not populated in the documented metadata)
  • Execution File: (not populated in the documented metadata)
  • Enabled: No

Because the Execution Method is PL/SQL Stored Procedure, the program would, when active, invoke a database stored procedure directly rather than a host script, Java class, or Oracle Reports executable. The Standard argument method means that any parameters are passed positionally in the order defined on the program's parameter form, without token substitution or named-argument handling. The Executable and Execution File fields are blank in the ETRM extract, so the specific package and procedure name cannot be confirmed from the documentation alone. In a functioning environment, these values would typically resolve to a package procedure within the CZ schema, such as a member of a CZ_% validation or test package.

How to Run

Concurrent programs are normally submitted through the Standard Request Submission (SRS) window: Requests → Run, or via the Submit Request form reachable from the responsibility menu. A user selects the program by its user-facing name ("test" for CZTEST), optionally supplies parameter values, chooses a language and output format, and submits the request. The program then executes in the concurrent manager, and its status is monitored from the View Requests form.

For CZTEST specifically, submission is not possible while Enabled is set to "No." A system administrator would first need to enable the program through the Concurrent Programs definition form. Because the program carries no documented description and uses a generic test designation, it is generally advisable to leave it disabled unless a specific Configurator diagnostic requirement justifies enabling it. If parameters exist, they follow the Standard argument method and should be supplied according to the order shown on the submission form.

Related Objects

As a Configurator concurrent program, CZTEST would be associated with the same infrastructure used by other CZ programs: the CZ schema tables that store models, option classes, and configuration rules, and the concurrent manager queues that service the Configurator application. Test-oriented programs of this type are sometimes used to exercise PL/SQL logic against Configurator interface data or to validate runtime rule evaluation. Relevant reference points include the concurrent program definitions and executables registered under the CZ application, the request group assignments controlling which responsibilities can access the program, and the standard concurrent manager administration forms used to enable or disable it. Because the ETRM metadata does not list interface tables, APIs, or reports explicitly tied to CZTEST, related objects should be confirmed against the actual CZ application registration before relying on the program for any functional purpose.

  • Concurrent Program: CZTEST 12.1.1

    product: CZ - Configuratoruser_name: test ,  argument_method: Standard ,  enabled: No ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZUPGCONFIGSBYITEMS 12.1.1

    execution_filename: CZ_MODEL_MIGRATION_PVT.UPGRADE_CONFIGS_BY_ITEMS_CP ,  product: CZ - Configuratoruser_name: Upgrade Saved Configurations with Model Node Names by Items ,  description: Upgrade model node names on saved configurations identified by a list of imported BOM models ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZREPOP 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.REPOPULATE_CP ,  product: CZ - Configuratoruser_name: Repopulate Model ,  description: Repopulate Model ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: MIGRATEFCBYMODELCP 12.1.1

    execution_filename: MigrateFCByModelCP ,  product: CZ - Configuratoruser_name: MigrateFCByModelCP ,  description: Migrate functional companions to configurator extensions for a single model ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Java Concurrent Program , 

  • Concurrent Program: CZREPGS 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.GETSETTING ,  product: CZ - Configuratoruser_name: View Configurator Parameters ,  description: Show Configurator Application Settings ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZMDLCONVSINGLE 12.1.1

    execution_filename: CZ_MODEL_CONVERT.Model_Convert_CP ,  product: CZ - Configuratoruser_name: Process Model Conversion ,  description: Process Model Conversion ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZALLBOMSIM 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.check_all_models_similarity_cp ,  product: CZ - Configuratoruser_name: Check all models/bilss similarity ,  description: Check all models/bilss similarity ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZCNVPBTGTTODEV 12.1.1

    execution_filename: CZ_MODEL_MIGRATION_PVT.CONVERT_INSTANCE_CP ,  product: CZ - Configuratoruser_name: Convert Publication Target To Development ,  description: Convert Publication Target To Development ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZMIGRSETUP 12.1.1

    execution_filename: CZ_MIGRATE.SETUP_MIGRATION_CP ,  product: CZ - Configuratoruser_name: CZSETUPMIGR ,  description: Setup Configuration Data Migration ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZUPGCONFIGSBYPRD 12.1.1

    execution_filename: CZ_MODEL_MIGRATION_PVT.UPGRADE_CONFIGS_BY_PRODUCT_CP ,  product: CZ - Configuratoruser_name: Upgrade Saved Configurations with Model Node Names by a Product Key ,  description: Upgrade model node names on saved configurations identified by a single product key ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZPUBLISHMODEL 12.1.1

    execution_filename: CZ_PB_MGR.publish_models_cp ,  product: CZ - Configuratoruser_name: Export All Published Models ,  description: Export All Published Models ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZPURGE 12.2.2

    execution_filename: CZ_MANAGER.PURGE_CP ,  product: CZ - Configuratoruser_name: Purge Configurator Tables ,  description: Purge Configurator Tables ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZSYNCTGTDATA 12.2.2

    execution_filename: CZ_PB_SYNC.sync_cloned_tgt_pub_data_cp ,  product: CZ - Configuratoruser_name: Synchronize Cloned Target Data ,  description: Synchronize Cloned Target Data ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZREPOP 12.2.2

    execution_filename: CZ_ORAAPPS_INTEGRATE.REPOPULATE_CP ,  product: CZ - Configuratoruser_name: Repopulate Model ,  description: Repopulate Model ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZREPGIMP 12.2.2

    execution_filename: CZ_ORAAPPS_INTEGRATE.GETTABLEIMPORT ,  product: CZ - Configuratoruser_name: Show Tables to be Imported ,  description: Show tables to be Imported ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZAPPIMP 12.2.2

    execution_filename: CZ_ORAAPPS_INTEGRATE.GO_CP ,  product: CZ - Configuratoruser_name: Refresh Configuration Models from BOM ,  description: Import Apps Data into Configurator ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZMDLCONVMULT 12.2.2

    execution_filename: CZ_MODEL_CONVERT.Model_Convert_CP ,  product: CZ - Configuratoruser_name: Process Model Conversion ,  description: Process Model Conversion ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZREPIN 12.2.2

    execution_filename: CZ_ORAAPPS_INTEGRATE.ASSIGNSETTING ,  product: CZ - Configuratoruser_name: Modify Configurator Parameters ,  description: Change Configurator Application Settings ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZALLBOMSIM 12.2.2

    execution_filename: CZ_ORAAPPS_INTEGRATE.check_all_models_similarity_cp ,  product: CZ - Configuratoruser_name: Check all models/bilss similarity ,  description: Check all models/bilss similarity ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZMRUMP 12.2.2

    execution_filename: CZ_CF_API.unregister_model_from_pool_cp ,  product: CZ - Configuratoruser_name: Unregister Model From Server Pool ,  description: Unregister CZ Model from specified Pool of Servers ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZCNVPBTGTTODEV 12.2.2

    execution_filename: CZ_MODEL_MIGRATION_PVT.CONVERT_INSTANCE_CP ,  product: CZ - Configuratoruser_name: Convert Publication Target To Development ,  description: Convert Publication Target To Development ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZMDLCONVMULT 12.1.1

    execution_filename: CZ_MODEL_CONVERT.Model_Convert_CP ,  product: CZ - Configuratoruser_name: Process Model Conversion ,  description: Process Model Conversion ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZAPPIMPRFCM 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.REFRESHSINGLEMODEL_CP ,  product: CZ - Configuratoruser_name: Refresh Single Configuration Model from BOM ,  description: Refresh a Configuration Model ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZSYNCSRCDATA 12.1.1

    execution_filename: CZ_PB_SYNC.sync_cloned_src_pub_data_cp ,  product: CZ - Configuratoruser_name: Synchronize Cloned Source Data ,  description: Synchronize Cloned Source Data ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZREPGIMP 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.GETTABLEIMPORT ,  product: CZ - Configuratoruser_name: Show Tables to be Imported ,  description: Show tables to be Imported ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZPOPULATESRV 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.POPULATE_CZ_SERVER_CP ,  product: CZ - Configuratoruser_name: Define Remote Server ,  description: Define Remote Server ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZSHOWSERVERS 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.SHOW_CZ_SERVERS_CP ,  product: CZ - Configuratoruser_name: Show Remote Servers ,  description: Show Remote Servers ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZUPGCONFIGSBYITEMS 12.2.2

    execution_filename: CZ_MODEL_MIGRATION_PVT.UPGRADE_CONFIGS_BY_ITEMS_CP ,  product: CZ - Configuratoruser_name: Upgrade Saved Configurations with Model Node Names by Items ,  description: Upgrade model node names on saved configurations identified by a list of imported BOM models ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZMRRMP 12.2.2

    execution_filename: CZ_CF_API.register_model_to_pool_cp ,  product: CZ - Configuratoruser_name: Register Model To Server Pool ,  description: Assign CZ Model to specified Pool of Servers ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZAPPIMPEDCM 12.2.2

    execution_filename: CZ_ORAAPPS_INTEGRATE.UpdateImportFlag_cp ,  product: CZ - Configuratoruser_name: Enable/Disable Import Flag ,  description: Enable/Disable Import Flag for Configuration Model ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZ_MDLCONV 12.2.2

    product: CZ - Configuratoruser_name: Model Conversion XML Publisher Concurrent Program ,  description: Model Conversion XML Publisher Concurrent Program ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Java Concurrent Program , 

  • Concurrent Program: CZEXTAPPS 12.2.2

    execution_filename: cz_pb_mgr.seed_fnd_application_cp ,  product: CZ - Configuratoruser_name: Add Application to Publication Applicability List ,  description: CP for entering data into cz_ext_applications ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZPOPULATESRV 12.2.2

    execution_filename: CZ_ORAAPPS_INTEGRATE.POPULATE_CZ_SERVER_CP ,  product: CZ - Configuratoruser_name: Define Remote Server ,  description: Define Remote Server ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZMIGRATEMODELCP 12.2.2

    execution_filename: cz_model_migration_pvt.migrate_models_cp ,  product: CZ - Configuratoruser_name: Migrate Configuration Models ,  description: Migrate Configuration Models ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: MIGRATEALLFCCP 12.2.2

    execution_filename: MigrateAllFCCP ,  product: CZ - Configuratoruser_name: MigrateAllFCCP ,  description: Migrate all functional companions to configurator extensions ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Java Concurrent Program , 

  • Concurrent Program: CZPUBLISHMODEL 12.2.2

    execution_filename: CZ_PB_MGR.publish_models_cp ,  product: CZ - Configuratoruser_name: Export All Published Models ,  description: Export All Published Models ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZMRUP 12.2.2

    execution_filename: CZ_CF_API.unregister_pool_cp ,  product: CZ - Configuratoruser_name: Unregister Pool ,  description: Unregister given Pool and all CZ Models registered to this Pool ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZSYNCSRCDATA 12.2.2

    execution_filename: CZ_PB_SYNC.sync_cloned_src_pub_data_cp ,  product: CZ - Configuratoruser_name: Synchronize Cloned Source Data ,  description: Synchronize Cloned Source Data ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZAPPIMPRMCM 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.REMOVEMODEL_CP ,  product: CZ - Configuratoruser_name: Change Import Parameters for a Configuration Model ,  description: Change Import Parameters for a Configuration Model ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZSYNRESTGTSRCDATA 12.1.1

    execution_filename: CZ_PUBL_SYNC_CRASH.sync_target_cp ,  product: CZ - Configuratoruser_name: Synchronize Restored Target from Source Database ,  description: Synchronize Restored Target from Source Database ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZMIGRATE 12.1.1

    execution_filename: CZ_MIGRATE.RUN_MIGRATION_CP ,  product: CZ - Configuratoruser_name: CZMIGRATE ,  description: Migrate Data ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZREPSIMP 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.SETTABLEIMPORT ,  product: CZ - Configuratoruser_name: Select Tables to Be Imported ,  description: Select Tables to Be Imported ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZCREATELNK 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.CREATE_LINK_CP ,  product: CZ - Configuratoruser_name: Enable Remote Server for Configurator ,  description: Enable Remote Server for Configurator ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZIPURGETD 12.1.1

    execution_filename: CZ_IMP_MGR.PURGE_TO_DATE_CP ,  product: CZ - Configuratoruser_name: Purge-to-Date Configurator Import Tables ,  description: Purge All Import Tables Records Older Than Number Of Days Specified ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZAPPIMPPCM 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.POPULATEMODELS_CP ,  product: CZ - Configuratoruser_name: Populate Configuration Models ,  description: Populate Configuration Models ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZREPIN 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.ASSIGNSETTING ,  product: CZ - Configuratoruser_name: Modify Configurator Parameters ,  description: Change Configurator Application Settings ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZEXTAPPS 12.1.1

    execution_filename: cz_pb_mgr.seed_fnd_application_cp ,  product: CZ - Configuratoruser_name: Add Application to Publication Applicability List ,  description: CP for entering data into cz_ext_applications ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZALTERSERVER 12.1.1

    execution_filename: CZ_ORAAPPS_INTEGRATE.ALTER_CZ_SERVER_CP ,  product: CZ - Configuratoruser_name: Modify Remote Server ,  description: Modify Remote Server ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZMIGRATE 12.2.2

    execution_filename: CZ_MIGRATE.RUN_MIGRATION_CP ,  product: CZ - Configuratoruser_name: CZMIGRATE ,  description: Migrate Data ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: CZREPSIMP 12.2.2

    execution_filename: CZ_ORAAPPS_INTEGRATE.SETTABLEIMPORT ,  product: CZ - Configuratoruser_name: Select Tables to Be Imported ,  description: Select Tables to Be Imported ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure ,