Oracle Apps Technical Stuff
Tuesday, December 17, 2013
Query to get the Line Number for Covered Product in Oracle Service Contracts
›
SELECT lines.line_number || '.' || prd_lines.line_number line_number,to_char(prd_lines.id) FROM okc_k_headers_b hdr , okc...
Tuesday, November 26, 2013
Sample Script for Creating the List Price Using qp_price_list_pub.process_price_list
›
this Script is tested in 11.5.10.2, so please test the same before using it in your Production instance. ------- Script to Create the Pri...
2 comments:
Friday, October 4, 2013
API to Check the Available credit On a Sales Order.
›
--Mainline Function that will read an Order Header and Determine if should be checked, Consumes available Credit and applies a credit hol...
‹
›
Home
View web version