I’m sharing the information. Creating this blog is not just a hobby it’s a partnership to grow together.
Wednesday, 16 October 2013
Query to find the responsibility for quering supplier sites of a perticular operating unit in R12
Tuesday, 15 October 2013
Deleting a template from back end
Best Regards,
Boge Prasanth kumar Reddy.
Friday, 2 August 2013
Concurrent Program Phase codes and Status Codes
| LOOKUP_CODE | MEANING |
| C | Completed |
I | Inactive |
| P | Pending |
| R | Running |
| LOOKUP_CODE | MEANING |
| R | Normal |
I | Normal |
Z | Waiting |
D | Cancelled |
| U | Disabled |
| E | Error |
| M | No Manager |
| C | Normal |
| H | On Hold |
| W | Paused |
| B | Resuming |
| P | Scheduled |
| Q | Standby |
| S | Suspended |
| X | Terminated |
| T | Terminating |
| A | Waiting |
| G | Warning |
Tuesday, 4 June 2013
How to enable About this page in oracle apps
How to enable About this page in oracle apps
Profile: FND: Diagnostics
Set the site value to Yes
Logout and log back in.
Monday, 3 June 2013
RICE/CEMLI Terminology
RICE/CEMLI Terminology
AIM (Applications Implementation Methodology) => During packaged ERP(enterprise resource planning) implementations, Clients often have additional requirements apart from the existing (standard) business process, for which they need to create/change theVanila system (Unchanged ERP Implemented system) processes, and its these changes that come under RICE/RICEW components. AIM is the methodology/standards/published guidelines, which Oracle suggests it's Clients to follow while developing
RICE/RICEW components for their business requirements.
RICE stands for Reports, Interfaces, Conversions, Enhancements / Extensions
-----
> Sometimes extended to FRICE > F for Forms
-------
OR
RICEW > W for Workflow.
-------
Forms/Reports/Workflows : Create/Change existing forms/reports/workflows available in ERP system to meet the Clients business requirements.
Interfaces : Linking (Programs) between other systems to ERP system in order to synchronize the Data.They can be Manual, Batch or Real-Time. Interfaces can be either outbound or inbound. An outbound interface reads data from Oracle Apps tables and usually creates output files in the third party tool specified format. An inbound interface reads data from flat files (usually) and calls Oracle APIs to upload data into Oracle Apps.
Conversion : It is converting the data structure and data design of legacy system data to satisfy the customer's business rules before importing it into Oracle .It is like a one time run of an inbound interface except that the amount of data processed during conversion could be potentially huge since all the required data from the legacy system would be transferred to Oracle.
Enhancements/Extensions : Please see below.
>> In R12 RICE components have been extended to CEMLI components.
--------
CEMLI Stands for Configurations/Customization, Extension, Modification, Localization, and Integration.
Configurations : Configure the existing, pre-built application features according to your client's requirement.Changing setups and profile values can be the example of configurations.
Customization : Customization means altering/changing the standard objects or creation of custom object to meet client's business need. It may be Extensions or Modifications.
Extensions : Extension means creating custom code from scratch, existing objects (views, packages and java classes etc) can be used. It is having different behaviour from seeded one.
Modifications : Modifications is enhancing/changing the existing code to meet the client's requirements. It is the modification of seeded behaviour.
Localization : It is to define the different legislative support provided by oracle Applications based on country/region/language requirements.
Integration : It can be Data Integration or Application Integration, options for these two are Open Interface tables, APIs, EAI(Enterprise Application Integration Tools), BPEL, AQ, EDI etc.
>> Apart from these there is one more term and that is Personalization.
Personalization : Tailoring the layout or visibility of page content to meet client requirements is Personalization. Changing the user interface (UI) look-and-feel, making any field visible/enabled/disabled/mandatory/non mandatory comes under Personalization.
>> There are many guidelines and risks related to RICE/CEMLI components, but that's for some other day, here I'll restrict myself to overview of these terminologies.
Tuesday, 28 May 2013
Alerts in Oracle Applications
Tuesday, 7 May 2013
Oracle Inventory --- Purchasing Category:
Oracle Inventory – Purchasing Category: Purchasing category is nothing but an Oracle Inventory category which is attached to a category set mapped to Purchasing functional area. Following setup steps need to be performed to setup a Purchasing category.
Step-1: Define "Item Category" flexfield structure
Responsibility: "Inventory Superuser" or similar
Navigate to: Setup -> Flexfields -> Key -> Segments
Query for Application "Inventory" and Flexfield Title "Item Categories".
There is already one seeded structure for the purchasing category as "PO_ITEM_CATEGORY" but if you want to define a custom one for your business please create it by entering the Structure code, title and description. Add the required category segments to the structure.
Step-2: Define Item Categories
Navigate to: Setup -> Items -> Categories -> Category Codes.
Enter the structure name and click on the "Find" button.
Define the Item category codes and description in the "Categories" form.
Step-3: Define Category Set
Navigate to: Setup -> Items -> Categories -> Category Sets
Enter the category set name, description, flex structure (the one you have setup in the Step-1), Controlled at and Default Category values.
Add the category codes defined in the previous step to the details section of the "Category Sets" form.
Step-4: Assign the category set to the functional area
Navigate to: Setup -> Items -> Categories -> Default Category Sets
Assign the category set name defined in the Step-3 to the "Purchasing" functional area.
Now the purchasing category setup is complete.