What are RICE Components
Oracle Apps / EBS RICE Components
What are RICE Components
The acronym, RICE, stands for Reports, Interfaces, Conversions, and Enhancements (or Extensions).
During a Oracle Applications implementation, additional configuration, design, or programming requirements are necessary to satisfy functional requirements and achieve the desired functionality. The objective during any implementation would be to keep new object development to an absolute minimum.
RICE objects represent requirements not currently supported within the core functionality of an Oracle Application Module being implemented and thus require additional technical development to satisfy the functional requirement of a organization.
During an Implementation development of RICE components involves:
1. Creation of Reports that are not available as standard reports in the oracle apps modules.
2. Creation of the Interfaces to external systems.
3. Creation of Conversion programs to transfer data from a legacy system to the new system.
4. Enhancements (or extensions) to the existing system to add additional functionality to existing system without disturbing the core software functionality of the system.
A RICE object has a lifecycle throughout the project that includes approval to develop, functional design specification, technical design specification, coding, testing and implementation. The effort required to complete this development cycle can be significant.
Hi Faisal, First of all nice information. please increase font size. and put some ppt s for more detail.
Hi Faisal,
Could you please provide more details with examples for each i.e Reports, Interfaces, Conversions, and Enhancements (or Extensions)
Thanks
@Parveen
@ Parveen, Font size has been increased.
@ Kunal, I ll try to enhance this post.
i am wondering is there any training class available for oracle rice developer?
Please register for training and introductory session by sending email over trainings@oracleport.com
give me more explanation about rice componets
give me more explanation about rice componets with examples
Could you please provide more details with examples for each i.e Reports, Interfaces, Conversions, and Enhancements (or Extensions)
1.Reports are being develop in Oracle Report developer 10g .10 g is basically version of oracle database.
Latest version of oracle database is 12 c but after oracle forms 11g oralce does not continue with new version of oracle form builder as new development framework is in focus of oracle for development of forms like Application development framework and Apex and Oracle jet.
2.Interfaces are technically table in which developer insert data and after data inset into these table (interface) there is a request which will be run by any user or developer to fetch data from that table (interfaces) to oracle core table .
For Example
WIP_JOB_SCHEDULE_ INTERFACE this is an standard table of oracle e-business suite schema in which user insert data and after that a request (WIP MASS Load) to be run to fetch our custom data (which we insert )into the core table of job( Manufacturing job) in oracle E-Business Suite.
Feel free to ask any query.
Can u share the ppt on RICE components.