DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on BEN_TRANSACTION

Line 3151: INSERT INTO ben_transaction

3147: buff => 'Also query the ben_trasactions table to see complete list.');
3148: --
3149: for i in 1..l_hrchy_counter loop
3150:
3151: INSERT INTO ben_transaction
3152: (transaction_id
3153: ,transaction_type
3154: ,attribute1
3155: ,ATTRIBUTE40)

Line 3156: VALUES (ben_transaction_s.NEXTVAL

3152: (transaction_id
3153: ,transaction_type
3154: ,attribute1
3155: ,ATTRIBUTE40)
3156: VALUES (ben_transaction_s.NEXTVAL
3157: ,'CWBRECURHIER'
3158: ,to_char(fnd_global.conc_request_id)
3159: ,g_hrchy_tbl(i).hrchy_cat_string);
3160: