SQL Language (MOSC)

MOSC Banner

DB Trigger Issue

edited Dec 10, 2014 5:39AM in SQL Language (MOSC) 5 commentsAnswered

Dear Experts,

I have created trigger that insert data into Table A from table B

but I have strange matter the code inside the trigger is not working

however if I executed this code lonely it works

So why this happen and how can I solve this

trigger code

create or replace trigger XX_OM_MNTR_MC_IMPRT_kh_Trgr

after insert on apps.XX_OM_MNTR_MC_IMPORT_HDR_TABLE

FOR EACH ROW


BEGIN

xx_om_insert_procedure;

EXCEPTION

when others then null;

END XX_OM_MNTR_MC_IMPRT_kh_Trgr;

----------------------

xx_om_insert_procedure code

find attached file

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center