[Home] [Help]
1814: (transaction_id
1815: ,transaction_type
1816: ,attribute1
1817: ,attribute2)
1818: VALUES (ben_transaction_s.NEXTVAL
1819: ,'CWBWEBADI'
1820: ,l_layout
1821: ,TO_CHAR(SYSDATE, 'yyyy/mm/dd:hh:mi'));
1822: END IF;