Minha área

Default Avatar
Ver medalhas desbloqueáveis Ver medalhas desbloqueáveis
Share Your SuiteWorld Experience & Earn a Special Badge!
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more

Frank Kulash Blue Diamond

Comentários

  • Hi, Ram_A wrote:Hi Experts,create table cust_src_tbl(cid varchar2(20),cname varchar2(20),cust_descprition varchar(40),cust_att clob);INSERT INTO cust_src_tbl values(1,'SHYAM','sales','<tag>A1-A2-A3-A4-A5-A6-A7-A8-A9-A10</tag>');create table cust_map(mpid varchar2(20),mp_value NUMBER);INSERT INTO cust_map…