Tuesday, 25 October 2016

ADF Tutorial for Beginners

Please go through the below link for ADF tutorial

http://docs.oracle.com/cd/E37547_01/tutorials/tut_ide/tut_ide.html


No comments:

Post a Comment

Script to update salespersons customer site wise in oracle apps R12

SELECT * FROM HZ_PARTIES WHERE PARTY_NAME LIKE 'DEENA VISION%'; SELECT * FROM HZ_CUST_ACCOUNTS_ALL WHERE PARTY_ID =94043 ; SE...