Oracle Apps Technical Stuff
Wednesday, January 15, 2014
TCA Api to Update the Party Information (HZ_PARTY_V2PUB.UPDATE_ORGANIZATION)
›
DECLARE l_init_msg_list VARCHAR2(200); l_organization_rec apps.hz_...
1 comment:
Thursday, January 9, 2014
PLSQL Script to load the data from Flat file into Oracle Table dynamically
›
1. create below log table to capture the error records details . CREATE TABLE XX_BAD_DATA_LOG_TBL ( FILE_NAME VA...
Thursday, December 19, 2013
API Script to Update Extensible Attributes for a instance in Install Base
›
DECLARE x_instance_rec csi_datastructures_pub.instance_rec; p_ext_attrib_values ...
API Script to Create Extensible Attributes for a instance in Install Base
›
DECLARE x_instance_rec csi_datastructures_pub.instance_rec; p_ext_attrib_values ...
Wednesday, December 18, 2013
Storing Images in Oracle tables
›
Images and Oracle BLOB data are easy to add to a Oracle table. There are two ways to load BLOBs and CLOBs into the database. The first...
‹
›
Home
View web version