Oracle Apps Technical Stuff
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...
Monday, March 30, 2015
Logic for BOM Implosion using bompimpl.imploder_userexit API
›
DECLARE i INTEGER; l_next_seq_num NUMBER; l_err_msg VARCHAR2 (2000)...
1 comment:
Friday, February 20, 2015
Script to Get the Sales Order Total Amount in Oracle Order Managment
›
DECLARE p_header_id NUMBER := 1084842; p_subtotal NUMBER; p_discount NUMBE...
‹
›
Home
View web version