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

AME Requisition Approval Heirarchy
AME Requisition Approval Heirarchy AME Requisition Approval Heirarchy
AME Requisition Approval Heirarchy Mohammad Younus
 
Oracle R-12 Procure To Pay | Oracle R-12 Procure To Pay Training
Oracle R-12 Procure To Pay | Oracle R-12 Procure To Pay TrainingOracle R-12 Procure To Pay | Oracle R-12 Procure To Pay Training
Oracle R-12 Procure To Pay | Oracle R-12 Procure To Pay TrainingOracleTrainings
 
20894109 te040-i procurement-test-script-on-oracle-iprocurement
20894109 te040-i procurement-test-script-on-oracle-iprocurement20894109 te040-i procurement-test-script-on-oracle-iprocurement
20894109 te040-i procurement-test-script-on-oracle-iprocurementPietro Prestia
 
Oracle WIP – Supply Types:
Oracle WIP – Supply Types:Oracle WIP – Supply Types:
Oracle WIP – Supply Types:Boopathy CS
 
Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionAhmed Elshayeb
 
R12 inventory features
R12 inventory featuresR12 inventory features
R12 inventory featuresSuresh Mishra
 
Oracle R12 Work In Process
Oracle R12 Work In ProcessOracle R12 Work In Process
Oracle R12 Work In ProcessPritesh Mogane
 
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
 
Locator control in oracle inventory
Locator control in oracle inventoryLocator control in oracle inventory
Locator control in oracle inventorysheshito
 
128224154 oracle-inventory-ppt
128224154 oracle-inventory-ppt128224154 oracle-inventory-ppt
128224154 oracle-inventory-pptRamthilak R
 
Procure to Pay Overview.ppt
Procure to Pay Overview.pptProcure to Pay Overview.ppt
Procure to Pay Overview.pptHaithamEzzat6
 
Oracle Eam Implementation Steps For Oracle E Am Module
Oracle Eam   Implementation Steps For Oracle E Am ModuleOracle Eam   Implementation Steps For Oracle E Am Module
Oracle Eam Implementation Steps For Oracle E Am Moduleapplearn
 
Oracle Sourcing Setup
Oracle Sourcing SetupOracle Sourcing Setup
Oracle Sourcing SetupAjay Singh
 
R12 features presentation inventory management
R12 features presentation inventory managementR12 features presentation inventory management
R12 features presentation inventory managementAmine Gallah
 

What's hot (20)

AME Requisition Approval Heirarchy
AME Requisition Approval Heirarchy AME Requisition Approval Heirarchy
AME Requisition Approval Heirarchy
 
R12 Oracle Inventory Management, New Features
R12 Oracle Inventory Management, New FeaturesR12 Oracle Inventory Management, New Features
R12 Oracle Inventory Management, New Features
 
Oracle R-12 Procure To Pay | Oracle R-12 Procure To Pay Training
Oracle R-12 Procure To Pay | Oracle R-12 Procure To Pay TrainingOracle R-12 Procure To Pay | Oracle R-12 Procure To Pay Training
Oracle R-12 Procure To Pay | Oracle R-12 Procure To Pay Training
 
Oracle eAM Overview And Integration With E-Business Suite
Oracle eAM Overview And Integration With E-Business SuiteOracle eAM Overview And Integration With E-Business Suite
Oracle eAM Overview And Integration With E-Business Suite
 
EAM Overview
EAM OverviewEAM Overview
EAM Overview
 
20894109 te040-i procurement-test-script-on-oracle-iprocurement
20894109 te040-i procurement-test-script-on-oracle-iprocurement20894109 te040-i procurement-test-script-on-oracle-iprocurement
20894109 te040-i procurement-test-script-on-oracle-iprocurement
 
Oracle WIP – Supply Types:
Oracle WIP – Supply Types:Oracle WIP – Supply Types:
Oracle WIP – Supply Types:
 
Oracle Purchasing Internal Requisition
Oracle Purchasing Internal RequisitionOracle Purchasing Internal Requisition
Oracle Purchasing Internal Requisition
 
R12 inventory features
R12 inventory featuresR12 inventory features
R12 inventory features
 
Oracle R12 Work In Process
Oracle R12 Work In ProcessOracle R12 Work In Process
Oracle R12 Work In Process
 
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
 
Locator control in oracle inventory
Locator control in oracle inventoryLocator control in oracle inventory
Locator control in oracle inventory
 
128224154 oracle-inventory-ppt
128224154 oracle-inventory-ppt128224154 oracle-inventory-ppt
128224154 oracle-inventory-ppt
 
Procure to Pay Overview.ppt
Procure to Pay Overview.pptProcure to Pay Overview.ppt
Procure to Pay Overview.ppt
 
Oracle Eam Implementation Steps For Oracle E Am Module
Oracle Eam   Implementation Steps For Oracle E Am ModuleOracle Eam   Implementation Steps For Oracle E Am Module
Oracle Eam Implementation Steps For Oracle E Am Module
 
Oracle Sourcing Setup
Oracle Sourcing SetupOracle Sourcing Setup
Oracle Sourcing Setup
 
Oracle Applications R12 Sourcing Training
Oracle Applications R12 Sourcing TrainingOracle Applications R12 Sourcing Training
Oracle Applications R12 Sourcing Training
 
Basics of Oracle Purchasing
Basics of Oracle PurchasingBasics of Oracle Purchasing
Basics of Oracle Purchasing
 
Oracle i procurement
Oracle i procurementOracle i procurement
Oracle i procurement
 
R12 features presentation inventory management
R12 features presentation inventory managementR12 features presentation inventory management
R12 features presentation inventory management
 

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

Inventory in Oracle apps
Inventory in Oracle apps Inventory in Oracle apps
Inventory in Oracle apps gbalagee
 
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
 

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
 
92241650 split-valuation-configuration
92241650 split-valuation-configuration92241650 split-valuation-configuration
92241650 split-valuation-configuration
 
Inventory in Oracle apps
Inventory in Oracle apps Inventory in Oracle apps
Inventory in Oracle apps
 
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
 

Recently uploaded

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 

Recently uploaded (20)

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 

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.