SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
What Are The Steps For Enabling Items In The Procurement Catalog? [ID 751324.1]
                  Modified 31-MAR-2011 Type HOWTO Status PUBLISHED

In this Document
  Goal
  Solution



Applies to:

Oracle iProcurement - Version: 12.0.0 to 12.1 - Release: 12 to 12
Information in this document applies to any platform.

iProcurement - Version: 12.0 to 12.1

Goal

In Release 12.0 there is no longer an Item Extraction process concurrent program. This has been
replaced by functionality that updates the iProcurement catalog in real time. More information is available
in Note 396243.1.

As changes are made to the data in the various forms (Item Master, Purchase Order, Requisition
Template, Category Define, etc...) functionality is engaged to populate the corresponding iProcurement
tables.


Solution

The following steps should be considered for adding a item to the new iProcurement Unified Catalog.

Troubleshooting and common solutions follow these steps.

Category Definitions and Mapping

System Administrator - Profile - System




It is important to confirm the profile option - POR: Autocreate Shopping Category And Mapping

By default this is set to 'No'.

The purpose of this profile is to create iProcurement based categories and complete the mapping at the
time that the category is being created in the Core Purchasing Module - Define Categories form.




Purchasing Super User - Setup - Items - Categories - Category Codes

**Note - To properly query the category codes, it might be required to first confirm the Default Category
Set for Purchasing - by choosing the Default Category Set menu option - and then querying that
Category Set to confirm the Category Flex Structure - using the Category Sets menu option.

Pictured above is an example of Oracle Internal Category codes – 060.36 – etc…
As can be seen, the category is not very explicit or informative.

 iProcurement allows you to create and assign a more 'user friendly' category name to better represent
the Oracle Internal Categories to which they are mapped.

The profile previously mentioned – POR: Autocreate Shopping Category And Mapping - when set to Yes
– will automatically create the iProcurement shopping category - using the Description that has been
entered on the Oracle Internal Item Category.

When the profile is set:
 - The description on the internal category is created in iProcurement as a Item Shopping Category
 - The newly created iProcurement Shopping Item Category is mapped to the Oracle Internal Category

For example – 060.36 – if created and the profile is set to 'Yes' - will automatically be associated to the
iProcurement Category (created automatically when saved) by the name of ‘Electrical Accessories:
Alternators, Starters, etc’.




Purchasing Super User - Setup - Items - Categories - Category Set
After the category is created, you have to add it into the Category Set - as seen above.
Not until it is present in the Category Set will the automatic mapping take place into iProcurement.

____________________________________________________________________________________
____________________________________________________________________

Confirming the Category Mapping
To check the mapping is present in the system (which must be accomplished before creating the item in
the item master) – utilize the responsibility 'iProcurement Catalog administration'




In this example – it can be seen that the Oracle Category 060.36 – is NOT mapped.

There are two possibilities:
1. Create a new Item Category and Map it while here in iProcurement Catalog administration
2. Set the profile mentioned earlier for auto-mapping - return to core Purchasing and make a small
change to the Category (060.36) and save.
  - This will re-engage the procedures used to populate the Unified Catalog tables and the iProcurement
Shopping Category will be created from the Description on the Category in the Core Purchasing -
Category Definition form


For this example, a basic mapping will be performed to an already present iProcurement Shopping
Category.
 - Select the check box on the left and Choose Map (pictured above)
In this example, the mapping is being created to Office Supplies. Select the Item Shopping Category
(above). Choose the Apply button after choosing the iProcurement Category.




A refresh of the Search will show that the Category is now mapped (above).

**PLEASE NOTE - VERY IMPORTANT: If it is found that the categories are NOT mapped - and Items
are already created - Mapping the category properly IS NOT going to trigger the process to reconsider the
items for addition to the iProcurement. Please move to the end of this note where a reference is given
with the proper instructions to alleviating this type of problem.

____________________________________________________________________________________
____________________________________________________________________

Item Creation

Navigation - Purchasing Super User - Setup/Organizations/Financial Options

It is important to check and confirm the the inventory organization in the Financial Options.




The new procedures look at the item attributes - at the Inventory Organization Level - for the inventory
organization which has been selected in the Financial Options. Certain conditions need to be met when
defining the item in order for the item data to be moved to the iProcurement Unified Catalog tables.


Navigation - Purchasing Super User - Items/Master Items



Above is an example item being created. Take note the V1 is matching the inventory organization in the
financial options.

NOTE: If you are using Multiple Languages - then you mus choose the Globe Icon and define the
appropriate values for each language in order the item to be available in each language. The item
will not automatically be created in the language if the Globe Icon is not selected.




Ensure the item is purchased and purchasable. The item MUST have a list price as well.

These are mandatory for the item to be added to the Unified Catalog in the iProcurement.
Outside Processing based items are not able to be used in iProcurement.

Save your Item.

Upon saving, the item is considered for addition to the Catalog.

**Note The Item will be considered only at the time new changes are saved.




To confirm the category - while still in the item master - choose the top text menu - Tools/Categories




Only Items assigned to properly mapped categories are considered for addition to the Unified Catalog.



Navigation - iProcurement




A search in iprocurement reveals the item is now available for Requisition Creation.


____________________________________________________________________________________
______________________________________________________________________

Troubleshooting:

The following sql can be used to check if the item was added or not. This is a good first step because if
the item was not added to the Catalog, then the problem could be with the mappings and/or procedures
used to add the Item to the Catalog.

If the item was in fact added to the Catalog, then there could be limitations being imposed based on
certain profiles or the setups of the Content Zones.




select mi.segment1, icx.org_id, icx.description, icx.document_number, icx.language
from
mtl_system_items_b mi, icx_cat_items_ctx_hdrs_tlp icx
where upper(mi.segment1) like upper('%&item_number%')
and icx.inventory_item_id = mi.inventory_item_id
and icx.org_id = mi.organization_id;
When prompted, pass in a portion of the Item Number which was created.

In the example above, the item record is present and confirms it was added to the Unified Catalog.




____________________________________________________________________________________
______________________________________________________________________

Known Issues:

A key factor in this new process is the order in which the setups were executed.

There are situations where the items were defined – and the categories were mapped AFTER the item
creation.

The following notes outline workarounds to essentially engage the procedures used to consider data for
population into the Unified Catalog - on a mass scale. These notes identify how to call the API's which
are used to add the data to the Unified Catalog - and show how to engage the processes against a group
of records.

Note 454694.1 Items With Mapped Category After Item Creation Do Not Show Up In iProcurement

Note 729641.1 Large Quantity Of Inventory Items With Null List Price Cannot Be Updated

Note 579294.1 BPA Lines Created With One Time Item Before Associated Category Mapping , Can Not
Be Seen In iProcurement Catalog.

Note 566714.1 R12 iProcurement Catalog Does Not Reflect Category Change On A BPA Line

Note 580361.1 Updates To Blanket Purchase Agreements/Quotation Are Not Reflected In iProcurement
Catalog

Note 464255.1 BPA With Expense Lines Is Not Visible for Other Languages In iProcurement
 - Very common for Multi-Language Issues - regarding one time items on Blanket Agreements

____________________________________________________________________________________
______________________________________________________________________

If still the items are not present in the iProcurement catalog after completing the steps above - please take
these actions.

1. Reconfirm the category mapping – make sure it is properly mapped

2. Create the FND_LOG_MESSAGES table output - using the steps below.

A. Enable the fnd debug log by the setting the fnd debug profile as follows:
Set the following profiles(at both user and responsibility level)
FND: Debug Log Enabled : Yes
FND: Debug Log Filename : leave it as null
FND: Debug Log Level : Statement
FND: Debug Log Module : %

Login as the user and move to the Item Mater Form - query the item.

B. Now, while that user is in the item master form - login on another computer as the system administrator
- and Run the concurrent program "Purge Debug Log and System Alerts"

Another option, login to sql developer and run the following -

SQL>truncate table applsys.fnd_log_messages;

The table holds data that is used for debugging, so it can be truncated.

C. Now, as the user in the Item master - adjust the item description or list price - something that will
retrigger the api's for considering the item for addition to the Unified Catalog
- Save your changes (triggering the API's) - and do not do any other navigations

D. Now, run the following sql using Sql Developer or TOAD and export the query results in excel
spreadsheet.

You need to input the Application User name you have used to reproduce the issue for running the sql
below.

Upload this information for review if creating a service request via Metalink.

select * from fnd_log_messages flm,fnd_user fu
where flm.user_id=fu.user_id
and fu.user_name ='&app_user_name'
order by timestamp,log_sequence;

Pass in the Username that was used when creating the FND Logging.

The fnd_log_messages will need to be reviewed by Oracle Support to further determine the problem.

The following notes also offer a some very good information on the new processes.
Note 461747.1 How To Diagnose An Issue In The Unified Item Catalog (Release 12 onward)

Note 602896.1 How Has The iProcurement Catalog Data Model Changed In Release 12
iProcurement Account Generator FAQ
------------------------------------------------------------------------------
1. What is the difference in the account generator between iProcurement and
   Oracle Purchasing?
2. Are there additional setup steps required to generate accounts in
   iProcurement?
3. Why aren't there any LOV's on the accounting fields in the Edit Charge
   Account screen?
4. If I make changes to my account generator workflow will they be supported?
5. What exactly does profile option "Account Generator: Run in Debug Mode" do?

------------------------------------------------------------------------------
1. What is the difference in the account generator between iProcurement and
    Oracle Purchasing?

  A. Oracle Purchasing and iProcurement both use the same requisition
  account generator workflow. The only difference is that iProcurement will
  default the employee expense account onto the requisition if no value is
  returned from the workflow.

2. Are there additional setup steps required to generate accounts in
  iProcurement?

  A. Yes. There are two regions which must be changed to match the
  accounting structure of your organization:
  POR_BILLING_MULT_CHARGE_AC_R
  POR_BILLING_CHARGE_ACCOUNT_R
  If your organization has multiple Chart of Accounts, you must configure the
  following two profile options to support these multiple Chart of Accounts:
  POR: Edit Accounts Region
  POR: Multiple Accounts Region

  To configure accounting regions for multiple Chart of Accounts you should
  use the following responsibilities:
  For applications version 11..0.3 -11.5.3: AK Developer
  For applications after 11.5.5: Application Developer Common Modules
  --------------------------------------------------------------
  A. Copy the Account regions POR_BILLING_MULT_CHARGE_AC_R and
  POR_BILLING_CHARGE_ACCOUNT_R

  B. Rename the new regions created in step 1.

  C. Modify the region so that the prompt names and field lengths of the
  accounting segments match the accounting structure for the Chart of accounts.

  D. Assign the name of the new regions to the following profile options.

  POR: Edit Accounts Region. This profile option should be set to the new
  region name corresponding to POR_BILLING_CHARGE_AC_R created in step B.

  POR: Multiple Accounts Region. This profile option should be set to the
  new region name corresponding to POR_BILLING_MULT_CHARGE_
  ACCOUNT_R created in step B.

  Please see note.124911.1 if you don't find the new region names in
the list of values when setting the profile options.

  Note: you must bounce Apache in order for these changes to be visible on
  the web.

3. Why aren't there any LOV's on the accounting fields in the Edit Charge
  Account screen?

  A. LOV's must be built according to your unique accounting structure.
  This feature is not currently delivered 'out of the box', but can be
  implemented on site by a consultant.

4. If I make changes to my account generator workflow will they be supported?
  Modified account generator workflows are supported, however you may be
  asked to duplicate the problem on an unmodified workflow for diagnostic
  purposes.

5. What exactly does profile option "Account Generator: Run in Debug Mode" do?

 This profile option controls whether the account generator workflow
 process runs in synchronous mode (workflow-on-a-fly) or asynchronous
 mode(save the runtime data).

 When this profile is NULL (default) or NO, the workflow writes all the
 processing information to PL/SQL tables as opposed to the WF database
 tables. Hence, once the WF completes or errors out, there is no way to
 look at the process flow data for the WF run (using wfstatus script etc.)
 and debug it. This is why or when we set this profile option to YES.

 Because it is a synchronous process, it can handle only one process
 instance at a time. So, if an earlier process instance of this workflow
 did not complete successfully and failed, the subsequent process
 instances start failing. However once you set this profile option as
 Yes, then by the virtue of the process being able to store the runtime
 data in WF database tables, it can handle multiple process instances
 simultaneously. Therefore no errors. Performance, however, goes down.

Más contenido relacionado

La actualidad más candente

Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionAhmed Elshayeb
 
Inventory in Oracle apps
Inventory in Oracle apps Inventory in Oracle apps
Inventory in Oracle apps gbalagee
 
Purchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management EnginePurchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management EngineAh_Ismail
 
Oracle min-max-planning
Oracle min-max-planningOracle min-max-planning
Oracle min-max-planningmgarg82
 
Oracle R12.1.3 Costing Overview
Oracle R12.1.3 Costing OverviewOracle R12.1.3 Costing Overview
Oracle R12.1.3 Costing OverviewPritesh Mogane
 
Locator control in oracle inventory
Locator control in oracle inventoryLocator control in oracle inventory
Locator control in oracle inventorysheshito
 
Oracle Advance Pricing Demo
Oracle Advance Pricing DemoOracle Advance Pricing Demo
Oracle Advance Pricing Demogaurav.upmanyu
 
Oracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersOracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersBoopathy CS
 
Webinar - Oracle iProcurement in Oracle Purchasing Application
Webinar - Oracle iProcurement in Oracle Purchasing ApplicationWebinar - Oracle iProcurement in Oracle Purchasing Application
Webinar - Oracle iProcurement in Oracle Purchasing ApplicationiWare Logic Technologies Pvt. Ltd.
 
Oracle Apps SCM Functional Overview
Oracle Apps SCM Functional OverviewOracle Apps SCM Functional Overview
Oracle Apps SCM Functional OverviewAdu Jain
 
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...Boopathy CS
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory ModuleOracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory ModuleBoopathy CS
 
Oracle Inventory Complete Implementation Setups.
Oracle Inventory Complete Implementation Setups.Oracle Inventory Complete Implementation Setups.
Oracle Inventory Complete Implementation Setups.Muhammad Mansoor Ali
 
Standard Cost Accounting in Oracle ERP
Standard Cost Accounting in Oracle ERPStandard Cost Accounting in Oracle ERP
Standard Cost Accounting in Oracle ERPLarry Sherrod
 
Oracle Purchasing – Different types of Receiving Options
Oracle Purchasing – Different types of Receiving OptionsOracle Purchasing – Different types of Receiving Options
Oracle Purchasing – Different types of Receiving OptionsBoopathy CS
 
R12 inventory features
R12 inventory featuresR12 inventory features
R12 inventory featuresSuresh Mishra
 
Oracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order ManagementOracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order ManagementBoopathy CS
 
R12 features presentation inventory management
R12 features presentation inventory managementR12 features presentation inventory management
R12 features presentation inventory managementAmine Gallah
 

La actualidad más candente (20)

Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal Requisition
 
Oracle i procurement
Oracle i procurementOracle i procurement
Oracle i procurement
 
Inventory in Oracle apps
Inventory in Oracle apps Inventory in Oracle apps
Inventory in Oracle apps
 
Purchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management EnginePurchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management Engine
 
Oracle min-max-planning
Oracle min-max-planningOracle min-max-planning
Oracle min-max-planning
 
Oracle R12.1.3 Costing Overview
Oracle R12.1.3 Costing OverviewOracle R12.1.3 Costing Overview
Oracle R12.1.3 Costing Overview
 
Locator control in oracle inventory
Locator control in oracle inventoryLocator control in oracle inventory
Locator control in oracle inventory
 
Oracle Advance Pricing Demo
Oracle Advance Pricing DemoOracle Advance Pricing Demo
Oracle Advance Pricing Demo
 
Oracle Applications R12 Sourcing Training
Oracle Applications R12 Sourcing TrainingOracle Applications R12 Sourcing Training
Oracle Applications R12 Sourcing Training
 
Oracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersOracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move Orders
 
Webinar - Oracle iProcurement in Oracle Purchasing Application
Webinar - Oracle iProcurement in Oracle Purchasing ApplicationWebinar - Oracle iProcurement in Oracle Purchasing Application
Webinar - Oracle iProcurement in Oracle Purchasing Application
 
Oracle Apps SCM Functional Overview
Oracle Apps SCM Functional OverviewOracle Apps SCM Functional Overview
Oracle Apps SCM Functional Overview
 
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...
Oracle R12 Apps – SCM Functional Interview Questions & Answers – Purchasing M...
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory ModuleOracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory Module
 
Oracle Inventory Complete Implementation Setups.
Oracle Inventory Complete Implementation Setups.Oracle Inventory Complete Implementation Setups.
Oracle Inventory Complete Implementation Setups.
 
Standard Cost Accounting in Oracle ERP
Standard Cost Accounting in Oracle ERPStandard Cost Accounting in Oracle ERP
Standard Cost Accounting in Oracle ERP
 
Oracle Purchasing – Different types of Receiving Options
Oracle Purchasing – Different types of Receiving OptionsOracle Purchasing – Different types of Receiving Options
Oracle Purchasing – Different types of Receiving Options
 
R12 inventory features
R12 inventory featuresR12 inventory features
R12 inventory features
 
Oracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order ManagementOracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order Management
 
R12 features presentation inventory management
R12 features presentation inventory managementR12 features presentation inventory management
R12 features presentation inventory management
 

Destacado

Know where customers fail to convert - Measure your wins using Custom Funnels
Know where customers fail to convert - Measure your wins using Custom FunnelsKnow where customers fail to convert - Measure your wins using Custom Funnels
Know where customers fail to convert - Measure your wins using Custom FunnelsTatvic Analytics
 
Transformation class 04.01.2012
Transformation class 04.01.2012Transformation class 04.01.2012
Transformation class 04.01.2012Ken White
 
Transformation class 03.11.2012
Transformation class 03.11.2012Transformation class 03.11.2012
Transformation class 03.11.2012Ken White
 
כתוב בתמונה 9 written in the painting
כתוב בתמונה 9 written in the paintingכתוב בתמונה 9 written in the painting
כתוב בתמונה 9 written in the paintingHadassa Gorohovski
 
Transformation class 02.26.2012
Transformation class 02.26.2012Transformation class 02.26.2012
Transformation class 02.26.2012Ken White
 
как выявить и зафиксировать ограничения
как выявить и зафиксировать ограничениякак выявить и зафиксировать ограничения
как выявить и зафиксировать ограниченияЕвгений Пикулев
 

Destacado (13)

Uk standard-cdr-format
Uk standard-cdr-formatUk standard-cdr-format
Uk standard-cdr-format
 
Wo cost
Wo cost Wo cost
Wo cost
 
Proc contracts
Proc contractsProc contracts
Proc contracts
 
Know where customers fail to convert - Measure your wins using Custom Funnels
Know where customers fail to convert - Measure your wins using Custom FunnelsKnow where customers fail to convert - Measure your wins using Custom Funnels
Know where customers fail to convert - Measure your wins using Custom Funnels
 
RENTAS
RENTASRENTAS
RENTAS
 
So esitys kort
So esitys kortSo esitys kort
So esitys kort
 
Transformation class 04.01.2012
Transformation class 04.01.2012Transformation class 04.01.2012
Transformation class 04.01.2012
 
De digitale uitdaging in het onderwijs
De digitale uitdaging in het onderwijsDe digitale uitdaging in het onderwijs
De digitale uitdaging in het onderwijs
 
Transformation class 03.11.2012
Transformation class 03.11.2012Transformation class 03.11.2012
Transformation class 03.11.2012
 
כתוב בתמונה 9 written in the painting
כתוב בתמונה 9 written in the paintingכתוב בתמונה 9 written in the painting
כתוב בתמונה 9 written in the painting
 
Transformation class 02.26.2012
Transformation class 02.26.2012Transformation class 02.26.2012
Transformation class 02.26.2012
 
Mehr markenkompetenz1
Mehr markenkompetenz1Mehr markenkompetenz1
Mehr markenkompetenz1
 
как выявить и зафиксировать ограничения
как выявить и зафиксировать ограничениякак выявить и зафиксировать ограничения
как выявить и зафиксировать ограничения
 

Similar a 54188703 i proc-catalog

What's new in ax 2012 for retail
What's new in ax 2012 for retailWhat's new in ax 2012 for retail
What's new in ax 2012 for retailAhmed Farag
 
Order to cash flow cycle in order management
Order to cash flow cycle in order managementOrder to cash flow cycle in order management
Order to cash flow cycle in order managementvenkatesh gurusamy
 
Implementation Training Guide
Implementation Training GuideImplementation Training Guide
Implementation Training Guideboxcarcentral
 
13088674 oracle-adf-11g-learning-application-my-procurement-application
13088674 oracle-adf-11g-learning-application-my-procurement-application13088674 oracle-adf-11g-learning-application-my-procurement-application
13088674 oracle-adf-11g-learning-application-my-procurement-applicationmuzaffar1986
 
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-viewFaina Fridman
 
Material master views
Material master viewsMaterial master views
Material master viewsLokesh Modem
 
Oracle ebs r12eam part2
Oracle ebs r12eam part2Oracle ebs r12eam part2
Oracle ebs r12eam part2jcvd12
 
Magento 2 Auto Related Products
Magento 2 Auto Related ProductsMagento 2 Auto Related Products
Magento 2 Auto Related ProductsTheMagicians
 
Qs2 um en_05_customer_return_to_credit
Qs2 um en_05_customer_return_to_creditQs2 um en_05_customer_return_to_credit
Qs2 um en_05_customer_return_to_creditkhayer
 
Oracle R12 Inventory present.ppt
Oracle R12 Inventory present.pptOracle R12 Inventory present.ppt
Oracle R12 Inventory present.pptUmairIlyas21
 
Automatic Accounting in SAP.pdf
Automatic Accounting in SAP.pdfAutomatic Accounting in SAP.pdf
Automatic Accounting in SAP.pdfLarisa63
 
IRJET- Enhancement of Enterprise Resource Planning (ERP) for Construction Imp...
IRJET- Enhancement of Enterprise Resource Planning (ERP) for Construction Imp...IRJET- Enhancement of Enterprise Resource Planning (ERP) for Construction Imp...
IRJET- Enhancement of Enterprise Resource Planning (ERP) for Construction Imp...IRJET Journal
 
Qs2 um en_11_wall_to_wall_accuracy_physical_count
Qs2 um en_11_wall_to_wall_accuracy_physical_countQs2 um en_11_wall_to_wall_accuracy_physical_count
Qs2 um en_11_wall_to_wall_accuracy_physical_countkhayer
 
Inventory management system
Inventory management systemInventory management system
Inventory management systemAshrafee rakhi
 

Similar a 54188703 i proc-catalog (20)

Valuation & Split valuation in MM
Valuation & Split valuation in MMValuation & Split valuation in MM
Valuation & Split valuation in MM
 
92241650 split-valuation-configuration
92241650 split-valuation-configuration92241650 split-valuation-configuration
92241650 split-valuation-configuration
 
What's new in ax 2012 for retail
What's new in ax 2012 for retailWhat's new in ax 2012 for retail
What's new in ax 2012 for retail
 
Order to cash flow cycle in order management
Order to cash flow cycle in order managementOrder to cash flow cycle in order management
Order to cash flow cycle in order management
 
Oracle iprocurement-101018113112-phpapp01
Oracle iprocurement-101018113112-phpapp01Oracle iprocurement-101018113112-phpapp01
Oracle iprocurement-101018113112-phpapp01
 
Implementation Training Guide
Implementation Training GuideImplementation Training Guide
Implementation Training Guide
 
Bit2win 20r3.0 release pack
Bit2win 20r3.0 release packBit2win 20r3.0 release pack
Bit2win 20r3.0 release pack
 
13088674 oracle-adf-11g-learning-application-my-procurement-application
13088674 oracle-adf-11g-learning-application-my-procurement-application13088674 oracle-adf-11g-learning-application-my-procurement-application
13088674 oracle-adf-11g-learning-application-my-procurement-application
 
58528447 oracle-e am
58528447 oracle-e am58528447 oracle-e am
58528447 oracle-e am
 
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
 
Material master views
Material master viewsMaterial master views
Material master views
 
Oracle ebs r12eam part2
Oracle ebs r12eam part2Oracle ebs r12eam part2
Oracle ebs r12eam part2
 
Magento 2 Auto Related Products
Magento 2 Auto Related ProductsMagento 2 Auto Related Products
Magento 2 Auto Related Products
 
BEX.pptx
BEX.pptxBEX.pptx
BEX.pptx
 
Qs2 um en_05_customer_return_to_credit
Qs2 um en_05_customer_return_to_creditQs2 um en_05_customer_return_to_credit
Qs2 um en_05_customer_return_to_credit
 
Oracle R12 Inventory present.ppt
Oracle R12 Inventory present.pptOracle R12 Inventory present.ppt
Oracle R12 Inventory present.ppt
 
Automatic Accounting in SAP.pdf
Automatic Accounting in SAP.pdfAutomatic Accounting in SAP.pdf
Automatic Accounting in SAP.pdf
 
IRJET- Enhancement of Enterprise Resource Planning (ERP) for Construction Imp...
IRJET- Enhancement of Enterprise Resource Planning (ERP) for Construction Imp...IRJET- Enhancement of Enterprise Resource Planning (ERP) for Construction Imp...
IRJET- Enhancement of Enterprise Resource Planning (ERP) for Construction Imp...
 
Qs2 um en_11_wall_to_wall_accuracy_physical_count
Qs2 um en_11_wall_to_wall_accuracy_physical_countQs2 um en_11_wall_to_wall_accuracy_physical_count
Qs2 um en_11_wall_to_wall_accuracy_physical_count
 
Inventory management system
Inventory management systemInventory management system
Inventory management system
 

Último

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 

Último (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

54188703 i proc-catalog

  • 1. What Are The Steps For Enabling Items In The Procurement Catalog? [ID 751324.1] Modified 31-MAR-2011 Type HOWTO Status PUBLISHED In this Document Goal Solution Applies to: Oracle iProcurement - Version: 12.0.0 to 12.1 - Release: 12 to 12 Information in this document applies to any platform. iProcurement - Version: 12.0 to 12.1 Goal In Release 12.0 there is no longer an Item Extraction process concurrent program. This has been replaced by functionality that updates the iProcurement catalog in real time. More information is available in Note 396243.1. As changes are made to the data in the various forms (Item Master, Purchase Order, Requisition Template, Category Define, etc...) functionality is engaged to populate the corresponding iProcurement tables. Solution The following steps should be considered for adding a item to the new iProcurement Unified Catalog. Troubleshooting and common solutions follow these steps. Category Definitions and Mapping System Administrator - Profile - System It is important to confirm the profile option - POR: Autocreate Shopping Category And Mapping By default this is set to 'No'. The purpose of this profile is to create iProcurement based categories and complete the mapping at the time that the category is being created in the Core Purchasing Module - Define Categories form. Purchasing Super User - Setup - Items - Categories - Category Codes **Note - To properly query the category codes, it might be required to first confirm the Default Category
  • 2. Set for Purchasing - by choosing the Default Category Set menu option - and then querying that Category Set to confirm the Category Flex Structure - using the Category Sets menu option. Pictured above is an example of Oracle Internal Category codes – 060.36 – etc… As can be seen, the category is not very explicit or informative. iProcurement allows you to create and assign a more 'user friendly' category name to better represent the Oracle Internal Categories to which they are mapped. The profile previously mentioned – POR: Autocreate Shopping Category And Mapping - when set to Yes – will automatically create the iProcurement shopping category - using the Description that has been entered on the Oracle Internal Item Category. When the profile is set: - The description on the internal category is created in iProcurement as a Item Shopping Category - The newly created iProcurement Shopping Item Category is mapped to the Oracle Internal Category For example – 060.36 – if created and the profile is set to 'Yes' - will automatically be associated to the iProcurement Category (created automatically when saved) by the name of ‘Electrical Accessories: Alternators, Starters, etc’. Purchasing Super User - Setup - Items - Categories - Category Set After the category is created, you have to add it into the Category Set - as seen above. Not until it is present in the Category Set will the automatic mapping take place into iProcurement. ____________________________________________________________________________________ ____________________________________________________________________ Confirming the Category Mapping To check the mapping is present in the system (which must be accomplished before creating the item in the item master) – utilize the responsibility 'iProcurement Catalog administration' In this example – it can be seen that the Oracle Category 060.36 – is NOT mapped. There are two possibilities: 1. Create a new Item Category and Map it while here in iProcurement Catalog administration 2. Set the profile mentioned earlier for auto-mapping - return to core Purchasing and make a small change to the Category (060.36) and save. - This will re-engage the procedures used to populate the Unified Catalog tables and the iProcurement Shopping Category will be created from the Description on the Category in the Core Purchasing - Category Definition form For this example, a basic mapping will be performed to an already present iProcurement Shopping Category. - Select the check box on the left and Choose Map (pictured above)
  • 3. In this example, the mapping is being created to Office Supplies. Select the Item Shopping Category (above). Choose the Apply button after choosing the iProcurement Category. A refresh of the Search will show that the Category is now mapped (above). **PLEASE NOTE - VERY IMPORTANT: If it is found that the categories are NOT mapped - and Items are already created - Mapping the category properly IS NOT going to trigger the process to reconsider the items for addition to the iProcurement. Please move to the end of this note where a reference is given with the proper instructions to alleviating this type of problem. ____________________________________________________________________________________ ____________________________________________________________________ Item Creation Navigation - Purchasing Super User - Setup/Organizations/Financial Options It is important to check and confirm the the inventory organization in the Financial Options. The new procedures look at the item attributes - at the Inventory Organization Level - for the inventory organization which has been selected in the Financial Options. Certain conditions need to be met when defining the item in order for the item data to be moved to the iProcurement Unified Catalog tables. Navigation - Purchasing Super User - Items/Master Items Above is an example item being created. Take note the V1 is matching the inventory organization in the financial options. NOTE: If you are using Multiple Languages - then you mus choose the Globe Icon and define the appropriate values for each language in order the item to be available in each language. The item will not automatically be created in the language if the Globe Icon is not selected. Ensure the item is purchased and purchasable. The item MUST have a list price as well. These are mandatory for the item to be added to the Unified Catalog in the iProcurement.
  • 4. Outside Processing based items are not able to be used in iProcurement. Save your Item. Upon saving, the item is considered for addition to the Catalog. **Note The Item will be considered only at the time new changes are saved. To confirm the category - while still in the item master - choose the top text menu - Tools/Categories Only Items assigned to properly mapped categories are considered for addition to the Unified Catalog. Navigation - iProcurement A search in iprocurement reveals the item is now available for Requisition Creation. ____________________________________________________________________________________ ______________________________________________________________________ Troubleshooting: The following sql can be used to check if the item was added or not. This is a good first step because if the item was not added to the Catalog, then the problem could be with the mappings and/or procedures used to add the Item to the Catalog. If the item was in fact added to the Catalog, then there could be limitations being imposed based on certain profiles or the setups of the Content Zones. select mi.segment1, icx.org_id, icx.description, icx.document_number, icx.language from mtl_system_items_b mi, icx_cat_items_ctx_hdrs_tlp icx where upper(mi.segment1) like upper('%&item_number%') and icx.inventory_item_id = mi.inventory_item_id and icx.org_id = mi.organization_id;
  • 5. When prompted, pass in a portion of the Item Number which was created. In the example above, the item record is present and confirms it was added to the Unified Catalog. ____________________________________________________________________________________ ______________________________________________________________________ Known Issues: A key factor in this new process is the order in which the setups were executed. There are situations where the items were defined – and the categories were mapped AFTER the item creation. The following notes outline workarounds to essentially engage the procedures used to consider data for population into the Unified Catalog - on a mass scale. These notes identify how to call the API's which are used to add the data to the Unified Catalog - and show how to engage the processes against a group of records. Note 454694.1 Items With Mapped Category After Item Creation Do Not Show Up In iProcurement Note 729641.1 Large Quantity Of Inventory Items With Null List Price Cannot Be Updated Note 579294.1 BPA Lines Created With One Time Item Before Associated Category Mapping , Can Not Be Seen In iProcurement Catalog. Note 566714.1 R12 iProcurement Catalog Does Not Reflect Category Change On A BPA Line Note 580361.1 Updates To Blanket Purchase Agreements/Quotation Are Not Reflected In iProcurement Catalog Note 464255.1 BPA With Expense Lines Is Not Visible for Other Languages In iProcurement - Very common for Multi-Language Issues - regarding one time items on Blanket Agreements ____________________________________________________________________________________ ______________________________________________________________________ If still the items are not present in the iProcurement catalog after completing the steps above - please take these actions. 1. Reconfirm the category mapping – make sure it is properly mapped 2. Create the FND_LOG_MESSAGES table output - using the steps below. A. Enable the fnd debug log by the setting the fnd debug profile as follows:
  • 6. Set the following profiles(at both user and responsibility level) FND: Debug Log Enabled : Yes FND: Debug Log Filename : leave it as null FND: Debug Log Level : Statement FND: Debug Log Module : % Login as the user and move to the Item Mater Form - query the item. B. Now, while that user is in the item master form - login on another computer as the system administrator - and Run the concurrent program "Purge Debug Log and System Alerts" Another option, login to sql developer and run the following - SQL>truncate table applsys.fnd_log_messages; The table holds data that is used for debugging, so it can be truncated. C. Now, as the user in the Item master - adjust the item description or list price - something that will retrigger the api's for considering the item for addition to the Unified Catalog - Save your changes (triggering the API's) - and do not do any other navigations D. Now, run the following sql using Sql Developer or TOAD and export the query results in excel spreadsheet. You need to input the Application User name you have used to reproduce the issue for running the sql below. Upload this information for review if creating a service request via Metalink. select * from fnd_log_messages flm,fnd_user fu where flm.user_id=fu.user_id and fu.user_name ='&app_user_name' order by timestamp,log_sequence; Pass in the Username that was used when creating the FND Logging. The fnd_log_messages will need to be reviewed by Oracle Support to further determine the problem. The following notes also offer a some very good information on the new processes. Note 461747.1 How To Diagnose An Issue In The Unified Item Catalog (Release 12 onward) Note 602896.1 How Has The iProcurement Catalog Data Model Changed In Release 12
  • 7. iProcurement Account Generator FAQ ------------------------------------------------------------------------------ 1. What is the difference in the account generator between iProcurement and Oracle Purchasing? 2. Are there additional setup steps required to generate accounts in iProcurement? 3. Why aren't there any LOV's on the accounting fields in the Edit Charge Account screen? 4. If I make changes to my account generator workflow will they be supported? 5. What exactly does profile option "Account Generator: Run in Debug Mode" do? ------------------------------------------------------------------------------ 1. What is the difference in the account generator between iProcurement and Oracle Purchasing? A. Oracle Purchasing and iProcurement both use the same requisition account generator workflow. The only difference is that iProcurement will default the employee expense account onto the requisition if no value is returned from the workflow. 2. Are there additional setup steps required to generate accounts in iProcurement? A. Yes. There are two regions which must be changed to match the accounting structure of your organization: POR_BILLING_MULT_CHARGE_AC_R POR_BILLING_CHARGE_ACCOUNT_R If your organization has multiple Chart of Accounts, you must configure the following two profile options to support these multiple Chart of Accounts: POR: Edit Accounts Region POR: Multiple Accounts Region To configure accounting regions for multiple Chart of Accounts you should use the following responsibilities: For applications version 11..0.3 -11.5.3: AK Developer For applications after 11.5.5: Application Developer Common Modules -------------------------------------------------------------- A. Copy the Account regions POR_BILLING_MULT_CHARGE_AC_R and POR_BILLING_CHARGE_ACCOUNT_R B. Rename the new regions created in step 1. C. Modify the region so that the prompt names and field lengths of the accounting segments match the accounting structure for the Chart of accounts. D. Assign the name of the new regions to the following profile options. POR: Edit Accounts Region. This profile option should be set to the new region name corresponding to POR_BILLING_CHARGE_AC_R created in step B. POR: Multiple Accounts Region. This profile option should be set to the new region name corresponding to POR_BILLING_MULT_CHARGE_ ACCOUNT_R created in step B. Please see note.124911.1 if you don't find the new region names in
  • 8. the list of values when setting the profile options. Note: you must bounce Apache in order for these changes to be visible on the web. 3. Why aren't there any LOV's on the accounting fields in the Edit Charge Account screen? A. LOV's must be built according to your unique accounting structure. This feature is not currently delivered 'out of the box', but can be implemented on site by a consultant. 4. If I make changes to my account generator workflow will they be supported? Modified account generator workflows are supported, however you may be asked to duplicate the problem on an unmodified workflow for diagnostic purposes. 5. What exactly does profile option "Account Generator: Run in Debug Mode" do? This profile option controls whether the account generator workflow process runs in synchronous mode (workflow-on-a-fly) or asynchronous mode(save the runtime data). When this profile is NULL (default) or NO, the workflow writes all the processing information to PL/SQL tables as opposed to the WF database tables. Hence, once the WF completes or errors out, there is no way to look at the process flow data for the WF run (using wfstatus script etc.) and debug it. This is why or when we set this profile option to YES. Because it is a synchronous process, it can handle only one process instance at a time. So, if an earlier process instance of this workflow did not complete successfully and failed, the subsequent process instances start failing. However once you set this profile option as Yes, then by the virtue of the process being able to store the runtime data in WF database tables, it can handle multiple process instances simultaneously. Therefore no errors. Performance, however, goes down.