[Home] [Help]
1698: (transaction_id
1699: ,transaction_type
1700: ,attribute1
1701: ,attribute2)
1702: VALUES (ben_transaction_s.NEXTVAL
1703: ,'CWBWEBADI'
1704: ,l_layout
1705: ,TO_CHAR(SYSDATE, 'yyyy/mm/dd:hh:mi'));
1706: END IF;