DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on BEN_TRANSACTION

Line 3203: INSERT INTO ben_transaction

3199: buff => 'Also query the ben_trasactions table to see complete list.');
3200: --
3201: for i in 1..l_hrchy_counter loop
3202:
3203: INSERT INTO ben_transaction
3204: (transaction_id
3205: ,transaction_type
3206: ,attribute1
3207: ,ATTRIBUTE40)

Line 3208: VALUES (ben_transaction_s.NEXTVAL

3204: (transaction_id
3205: ,transaction_type
3206: ,attribute1
3207: ,ATTRIBUTE40)
3208: VALUES (ben_transaction_s.NEXTVAL
3209: ,'CWBRECURHIER'
3210: ,to_char(fnd_global.conc_request_id)
3211: ,g_hrchy_tbl(i).hrchy_cat_string);
3212: