Oracle Apps Technical Stuff
Tuesday, December 15, 2015
API to get the On hand quantity details for Item in Inveontory
›
PROCEDURE get_onhand_quantities( p_item_name IN VARCHAR2 , p_organziation_id IN NUMBER , ...
Monday, December 14, 2015
Script to Remove the Duplicate Strings from a String and return Unique String (Comma Separated)
›
Below script can be used to remove the repeating (Duplicate String ) String from a string and return unique string Concatenated by comma (...
Monday, August 3, 2015
sys_refcursor to dynamic record/table type
›
DECLARE l_refcursor SYS_REFCURSOR; l_cols NUMBER; l_desc DB...
Monday, July 6, 2015
Create JDBC generic data sources
›
Create JDBC generic data sources Before you begin Make sure that the JDBC drivers that you want to use to create database conn...
What is the Cloud
›
Nice post by Yahoo Tech group to understand what is cloud. Read the post to get better understanding on "What is Cloud?" By Ka...
‹
›
Home
View web version