Lists all triggers from a TABLE
select trigger_body from user_triggers where triggering_event = 'INSERT' and table_name = 'YOUR_TABLE';