SlideShare a Scribd company logo
1 of 8
Download to read offline
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.

More Related Content

What's hot

R12 Intercompany Flow
R12 Intercompany FlowR12 Intercompany Flow
R12 Intercompany Flowravisagaram
 
Elshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items ScenarioElshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items ScenarioAhmed Elshayeb
 
R12 subinventory transfer and inter org transfers
R12 subinventory transfer and inter org transfersR12 subinventory transfer and inter org transfers
R12 subinventory transfer and inter org transfersshravan kumar chelika
 
Oracle Quality setup
Oracle Quality setupOracle Quality setup
Oracle Quality setupMina Lotfy
 
Personalization Validate Po Quantity With PR
Personalization Validate Po Quantity With PRPersonalization Validate Po Quantity With PR
Personalization Validate Po Quantity With PRAhmed Elshayeb
 
Blanket purchase agreement and blanket release in oracle r12
Blanket purchase agreement and blanket release in oracle r12Blanket purchase agreement and blanket release in oracle r12
Blanket purchase agreement and blanket release in oracle r12G Madhusudhan
 
Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionAhmed Elshayeb
 
Enhancing Oracle Outside Processing Functionality
Enhancing Oracle Outside Processing FunctionalityEnhancing Oracle Outside Processing Functionality
Enhancing Oracle Outside Processing FunctionalityKPIT
 
R12 inventory features
R12 inventory featuresR12 inventory features
R12 inventory featuresSuresh Mishra
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...Boopathy CS
 
1.overview of advanced pricing
1.overview of advanced pricing1.overview of advanced pricing
1.overview of advanced pricingNazmul Alam
 
Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...
Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...
Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...Boopathy CS
 
Elshayeb Oracle R12 Order Management
Elshayeb Oracle R12 Order ManagementElshayeb Oracle R12 Order Management
Elshayeb Oracle R12 Order ManagementAhmed Elshayeb
 
Oracle Process Manufacturing Setup EBS12.2
Oracle Process Manufacturing Setup EBS12.2Oracle Process Manufacturing Setup EBS12.2
Oracle Process Manufacturing Setup EBS12.2Mina Lotfy
 

What's hot (20)

R12 Intercompany Flow
R12 Intercompany FlowR12 Intercompany Flow
R12 Intercompany Flow
 
Elshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items ScenarioElshayeb Expense Subinventory And Items Scenario
Elshayeb Expense Subinventory And Items Scenario
 
R12 subinventory transfer and inter org transfers
R12 subinventory transfer and inter org transfersR12 subinventory transfer and inter org transfers
R12 subinventory transfer and inter org transfers
 
Oracle Quality setup
Oracle Quality setupOracle Quality setup
Oracle Quality setup
 
BOM & WIP
BOM & WIPBOM & WIP
BOM & WIP
 
R12 Oracle Inventory Management, New Features
R12 Oracle Inventory Management, New FeaturesR12 Oracle Inventory Management, New Features
R12 Oracle Inventory Management, New Features
 
Personalization Validate Po Quantity With PR
Personalization Validate Po Quantity With PRPersonalization Validate Po Quantity With PR
Personalization Validate Po Quantity With PR
 
Blanket purchase agreement and blanket release in oracle r12
Blanket purchase agreement and blanket release in oracle r12Blanket purchase agreement and blanket release in oracle r12
Blanket purchase agreement and blanket release in oracle r12
 
Oracle_WIP.ppt
Oracle_WIP.pptOracle_WIP.ppt
Oracle_WIP.ppt
 
Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal Requisition
 
Enhancing Oracle Outside Processing Functionality
Enhancing Oracle Outside Processing FunctionalityEnhancing Oracle Outside Processing Functionality
Enhancing Oracle Outside Processing Functionality
 
R12 inventory features
R12 inventory featuresR12 inventory features
R12 inventory features
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
 
Move order types
Move order typesMove order types
Move order types
 
How to create PO with ASN
How to create PO with ASNHow to create PO with ASN
How to create PO with ASN
 
Oracle ebs opm refernce guide for gulf oil
Oracle ebs opm refernce guide for gulf oilOracle ebs opm refernce guide for gulf oil
Oracle ebs opm refernce guide for gulf oil
 
1.overview of advanced pricing
1.overview of advanced pricing1.overview of advanced pricing
1.overview of advanced pricing
 
Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...
Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...
Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...
 
Elshayeb Oracle R12 Order Management
Elshayeb Oracle R12 Order ManagementElshayeb Oracle R12 Order Management
Elshayeb Oracle R12 Order Management
 
Oracle Process Manufacturing Setup EBS12.2
Oracle Process Manufacturing Setup EBS12.2Oracle Process Manufacturing Setup EBS12.2
Oracle Process Manufacturing Setup EBS12.2
 

Viewers also liked

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
 
как выявить и зафиксировать ограничения
как выявить и зафиксировать ограничениякак выявить и зафиксировать ограничения
как выявить и зафиксировать ограниченияЕвгений Пикулев
 

Viewers also liked (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 to 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
 
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.
 
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
 

Similar to 54188703 i proc-catalog (20)

Valuation & Split valuation in MM
Valuation & Split valuation in MMValuation & Split valuation in MM
Valuation & Split valuation in MM
 
Oracle i procurement
Oracle i procurementOracle i procurement
Oracle i procurement
 
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
 
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
 
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...
 

Recently uploaded

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
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
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
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
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
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
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 

Recently uploaded (20)

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
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
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
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
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
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
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 

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.