Search Results concurrent




Overview

GLUJITX is a concurrent program owned by the General Ledger (GL) module of Oracle E-Business Suite. Its user-facing name is GL - Update Tax Details in Journal Import, and its documented description is "Update Tax Details in Journal Import." As the name indicates, the program operates within the Journal Import flow, the mechanism by which GL_INTERFACE rows are validated and converted into journal entries in GL_JE_BATCHES, GL_JE_HEADERS, and GL_JE_LINES. Its specific purpose is to populate or refresh tax-related attributes on journal import data prior to, or as part of, that conversion.

A key documented fact is that the program is not enabled in the reference environment captured by the ETRM metadata. Technically, the concurrent program definition still exists, along with its executable definition, but the Enabled flag is set to No, meaning it cannot be submitted from the Submit Request window until an administrator explicitly enables it. This is typical of utility or diagnostic programs that Oracle ships dormant and enables only for specific patching, diagnostic, or backfill scenarios.

Execution Details

The ETRM metadata records the following execution attributes:

  • Product: GL - General Ledger
  • Execution Method: PL/SQL Stored Procedure
  • Argument Method: Standard
  • Executable: GLUJITX
  • Execution Filename: GL_JOURNAL_IMPORT_TAX_PKG.Update_taxes
  • Subroutine Name: (not specified)
  • Enabled: No

Because the execution method is PL/SQL Stored Procedure, the program is invoked directly through the package procedure GL_JOURNAL_IMPORT_TAX_PKG.Update_taxes rather than through a shell script, host program, or Java class. The "Standard" argument method means the program uses the conventional concurrent program argument definition framework, where parameters are declared on the concurrent program definition and passed positionally to the stored procedure. The absence of a subroutine name is consistent with a stored procedure execution method, where the procedure itself is the entry point rather than a routine within a shared library.

How to Run

Like all concurrent programs, GLUJITX is submitted through the Standard Request Submission (SRS) interface — navigator path Requests > Run in the EBS forms interface, or the equivalent Scheduled Processes work area in the Oracle Applications Cloud-style navigation available in later 12.2.x releases. Before submission, an administrator must set the program's Enabled flag to Yes using the Concurrent Programs form (Application Developer responsibility, under Concurrent > Program). Only after enabling will it appear in the list of values for the request name.

Because the documented argument method is Standard, the program accepts parameters defined on its concurrent program definition. In practice, such tax update utilities typically expect a ledger or set of books identifier, a date or period range, and possibly a batch identifier to scope the rows processed. Users should confirm the exact parameter list from the Concurrent Programs form's Parameters region in their environment, since parameter definitions can vary by patch level and configuration. As with any data-modifying concurrent request, the program should be run in a controlled manner, ideally after a backup of the affected interface data, and the request log and output should be reviewed for errors on completion.

Related Objects

The program sits within the Journal Import toolchain and is therefore most closely associated with the following:

  • GL_INTERFACE: the open interface table that holds journal import rows awaiting validation and transfer into the GL journal tables. This is the primary table whose tax details the program would update.
  • GL_JOURNAL_IMPORT_TAX_PKG: the PL/SQL package containing the Update_taxes procedure that implements the program's logic.
  • Journal Import concurrent program (GLLEZL): the standard program that consumes GL_INTERFACE and creates journal batches, headers, and lines; tax detail updates are relevant to the data this program processes.
  • GL_JE_BATCHES, GL_JE_HEADERS, GL_JE_LINES: the destination journal tables populated by Journal Import.
  • GL_TAX_OPTIONS / tax configuration objects: general ledger tax options and related setup that govern how tax attributes are derived and stored.

Because the program is disabled and described only briefly in the ETRM metadata, its exact parameter set and the precise scope of the tax update should be verified against the concurrent program definition and package source in the target environment before use.

  • Concurrent Program: GLUJITX 12.1.1

    execution_filename: GL_JOURNAL_IMPORT_TAX_PKG.Update_taxes ,  product: GL - General Ledgeruser_name: GLUJITX ,  description: Update Tax Details in Journal Import ,  argument_method: Standard ,  enabled: No ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: GLACTANL2 12.1.1

    execution_filename: GLRJED ,  product: GL - General Ledgeruser_name: GLRJED ,  description: Account Analysis Report ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLRXVCJ 12.1.1

    execution_filename: GLWACCTR ,  product: GL - General Ledgeruser_name: GLWACCTR ,  description: Account Analysis - Contra Account ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLGENLED2_XML 12.1.1

    product: GL - General Ledgeruser_name: General Ledger - (180 Char) (XML) - Not Supported: Reserved For Future Use ,  description: General Ledger ,  argument_method: Standard ,  enabled: No ,  execution_method: Java Concurrent Program , 

  • Concurrent Program: GLTCAL 12.1.1

    execution_filename: GLTCAL ,  product: GL - General Ledgeruser_name: GLTCAL ,  description: Weighted Average Rate Program ,  argument_method: Database fetch ,  enabled: No ,  execution_method: Spawned , 

  • Concurrent Program: GLACTANP 12.1.1

    execution_filename: GLACTANP ,  product: GL - General Ledgeruser_name: GLACTANP ,  description: Account Analysis with Payables Detail ,  argument_method: Standard ,  enabled: No ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLGHIST 12.1.1

    execution_filename: PSA_REP_ATTRIBUTES.gl_history ,  product: GL - General Ledgeruser_name: GLGHIST ,  description: Gov Historical Program for GL Reporting Attributes ,  argument_method: Standard ,  enabled: No ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: GLPPOS 12.1.1

    execution_filename: GLPPOS ,  product: GL - General Ledgeruser_name: GLPPOS ,  description: Posting ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: FGLACTANL180 12.1.1

    execution_filename: GLRJED ,  product: GL - General Ledgeruser_name: GLRJED ,  description: Account Analysis Report ,  argument_method: Standard ,  enabled: No ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLASCHK1 12.1.1

    execution_filename: GL_AS_PRE_UPG_CHK_PKG.Verify_Setup ,  product: GL - General Ledgeruser_name: GLASCHK1 ,  description: Accounting Setup Manager Pre-Update Check ,  argument_method: Standard ,  enabled: No ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: GLOOFP 12.1.1

    execution_filename: GLOOFP ,  product: GL - General Ledgeruser_name: GLOOFP ,  description: Open the First Period ,  argument_method: Database fetch ,  enabled: No ,  execution_method: Spawned , 

  • Concurrent Program: GLLDEL 12.1.1

    execution_filename: GLLDEL ,  product: GL - General Ledgeruser_name: GLLDEL ,  description: Delete Journal Import Source ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: GLXRCUNR 12.1.1

    execution_filename: GLXRCTRS ,  product: GL - General Ledgeruser_name: GLXRCTRS ,  description: Reconciled Transaction Report ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLBCMP 12.1.1

    execution_filename: GLTRRG ,  product: GL - General Ledgeruser_name: GLTRRG ,  description: Dual Currency Program ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: GLGENLED_XML 12.1.1

    product: GL - General Ledgeruser_name: General Ledger - (132 Char) (XML) - Not Supported: Reserved For Future Use ,  description: General Ledger ,  argument_method: Standard ,  enabled: No ,  execution_method: Java Concurrent Program , 

  • Concurrent Program: GLTKBC 12.1.1

    execution_filename: GLTKBC ,  product: GL - General Ledgeruser_name: GLTKBC ,  argument_method: Standard ,  enabled: Yes ,  execution_method: SQL*Plus , 

  • Concurrent Program: GLMGT3 12.1.1

    execution_filename: GL_MANAGEMENT_SEGMENT_UPGRADE.Assign_Management_Segment ,  product: GL - General Ledgeruser_name: GLMGT3 ,  description: Management Segment Upgrade Phase 3 Executable ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: GLXRLBOL_XML 12.1.1

    product: GL - General Ledgeruser_name: Budget - Organization Listing (XML) - Not Supported: Reserved For Future Use ,  description: Budget Organization Listing ,  argument_method: Standard ,  enabled: No ,  execution_method: Java Concurrent Program , 

  • Concurrent Program: FGLACTANL132 12.1.1

    execution_filename: GLRJED ,  product: GL - General Ledgeruser_name: GLRJED ,  description: Account Analysis Report ,  argument_method: Standard ,  enabled: No ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLXRCUNR_XML 12.1.1

    product: GL - General Ledgeruser_name: Reconciliation - Unreconciled Transactions (XML) - Not Supported: Reserved For Future Use ,  argument_method: Standard ,  enabled: No ,  execution_method: Java Concurrent Program , 

  • Concurrent Program: GLSTPM 12.1.1

    execution_filename: GLSTPM ,  product: GL - General Ledgeruser_name: GLSTPM ,  description: Add/Delete Summary Accounts ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: GLMGT2 12.1.1

    execution_filename: GL_MANAGEMENT_SEGMENT_UPGRADE.Process_Incremental_Data ,  product: GL - General Ledgeruser_name: GLMGT2 ,  description: Management Segment Upgrade Phase 2 Executable ,  argument_method: Standard ,  enabled: Yes ,  execution_method: PL/SQL Stored Procedure , 

  • Concurrent Program: GLMMMP 12.1.1

    execution_filename: GLMMMP ,  product: GL - General Ledgeruser_name: GLMMMP ,  description: Mass Maintenance Program ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: GLXJETAX 12.1.1

    execution_filename: GLXJETAX ,  product: GL - General Ledgeruser_name: GLXJETAX ,  description: Tax Journals Report ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLXRLRUR_XML 12.1.1

    product: GL - General Ledgeruser_name: Chart of Accounts - Rollup Range Listing (XML) - Not Supported: Reserved For Future Use ,  description: Reports on parent/child rollups by range ,  argument_method: Standard ,  enabled: No ,  execution_method: Java Concurrent Program , 

  • Concurrent Program: GLXRLMAB 12.1.1

    execution_filename: GLXRLMAB ,  product: GL - General Ledgeruser_name: GLXRLMAB ,  description: Mass Allocations Formula Listing Report ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLTRBAL1 12.1.1

    execution_filename: GLRTR1 ,  product: GL - General Ledgeruser_name: GLRTR1 ,  description: Summary 1 Trial Balance ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLXIEUAT 12.1.1

    execution_filename: GLXIEUAT ,  product: GL - General Ledgeruser_name: GLXIEUAT ,  description: Unapproved Intercompany Transactions Listing ,  argument_method: Standard ,  enabled: No ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLPAUTOP 12.1.1

    execution_filename: GLPAUTOP ,  product: GL - General Ledgeruser_name: GLPAUTOP ,  description: Automatically selects batches for posting using je_source, period and balance type as criteria. ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: GLXRLFBL_XML 12.1.1

    product: GL - General Ledgeruser_name: Budget - Frozen Budgets Accounts Listing (XML) - Not Supported: Reserved For Future Use ,  description: All frozen budgets. organizations and accounts ,  argument_method: Standard ,  enabled: No ,  execution_method: Java Concurrent Program , 

  • Concurrent Program: GLTRREVD 12.1.1

    execution_filename: GLRTBD ,  product: GL - General Ledgeruser_name: GLRTBD ,  description: Detail Trial Balance ,  argument_method: Standard ,  enabled: No ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLPPOSS 12.1.1

    execution_filename: GLPPOS ,  product: GL - General Ledgeruser_name: GLPPOS ,  description: Posting ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: GLXRLTCL 12.1.1

    execution_filename: GLXRLTCL ,  product: GL - General Ledgeruser_name: GLXRLTCL ,  description: Transaction codes Listing Report ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLYCCJ1 12.1.1

    execution_filename: GLYCCJ ,  product: GL - General Ledgeruser_name: GLYCCJ ,  description: Closing Journals ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: GLPARV 12.1.1

    execution_filename: GLPARV ,  product: GL - General Ledgeruser_name: GLPARV ,  description: Automatically reverses journals and posts their reversals. ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: GLRGCBGT 12.1.1

    execution_filename: GLRGCBGT ,  product: GL - General Ledgeruser_name: Account Balances Across Ledgers ,  description: Account Balances Across Ledgers ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLAMAS 12.1.1

    execution_filename: GLAMAS ,  product: GL - General Ledgeruser_name: GLAMAS ,  description: Run MassAllocations ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: GLXRDRTS 12.1.1

    execution_filename: GLXRDRTS ,  product: GL - General Ledgeruser_name: GLXRDRTS ,  description: Reports on daily conversion rates by period/currency. ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLYRLJRE 12.1.1

    execution_filename: GLYRLJRE ,  product: GL - General Ledgeruser_name: GLYRLJRE ,  description: Journal Batch Summary ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLHRRT 12.1.1

    execution_filename: GLHRRT ,  product: GL - General Ledgeruser_name: GLHRRT ,  description: Assign Historical Rates ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: GLXRLBOL 12.1.1

    execution_filename: GLXRLBOL ,  product: GL - General Ledgeruser_name: GLXRLBOL ,  description: Budget Organization Listing ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLXDFUSR 12.1.1

    execution_filename: GLXDFUSR ,  product: GL - General Ledgeruser_name: GLXDFUSR ,  description: Definition Access By User Report ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLCRVL 12.1.1

    execution_filename: GLCRVL ,  product: GL - General Ledgeruser_name: GLCRVL ,  description: Revalue Balances ,  argument_method: Database fetch ,  enabled: Yes ,  execution_method: Spawned , 

  • Concurrent Program: GLTDCJ 12.1.1

    execution_filename: GLTDCJ ,  product: GL - General Ledgeruser_name: GLTDCJ ,  description: Dual Currency Journals Report ,  argument_method: Standard ,  enabled: No ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLXBOR_XML 12.1.1

    product: GL - General Ledgeruser_name: Budget - Organization Range Listing (XML) - Not Supported: Reserved For Future Use ,  description: Budget Organization Range Listing ,  argument_method: Standard ,  enabled: No ,  execution_method: Java Concurrent Program , 

  • Concurrent Program: GLXBCRBC 12.1.1

    execution_filename: GLXBCRBC ,  product: GL - General Ledgeruser_name: GLXBCRBC ,  description: Budgetary Control Transactions Report ,  argument_method: Standard ,  enabled: No ,  execution_method: Oracle Reports , 

  • Concurrent Program: RGXCOLS 12.1.1

    product: GL - General Ledgeruser_name: FSG - Column Set Summary Listing ,  description: Column Set Summary Listing ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: RGXRSETD_XML 12.1.1

    product: GL - General Ledgeruser_name: FSG - Report Set Detail Listing (XML) - Not Supported: Reserved For Future Use ,  description: Report Set Detail Listing ,  argument_method: Standard ,  enabled: No ,  execution_method: Java Concurrent Program , 

  • Concurrent Program: GLXRBCR 12.1.1

    execution_filename: GLXRBCR ,  product: GL - General Ledgeruser_name: GLXRBCR ,  description: Master/Detail Budget Report ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports , 

  • Concurrent Program: GLRFCLD 12.1.1

    execution_filename: GLRFCLD ,  product: GL - General Ledgeruser_name: GLRFCLD ,  description: Foreign Currency General Ledger ,  argument_method: Standard ,  enabled: Yes ,  execution_method: Oracle Reports ,