DBA Data[Home] [Help]

TRIGGER: APPS.JTF_AUTH_DOMAIN_TI

Source

Description
jtf_auth_domain_tI before insert on JTF.jtf_auth_domains_b
for each row
Type
BEFORE EACH ROW
Event
INSERT
Column
When
Referencing
REFERENCING NEW AS NEW OLD AS OLD
Body
begin
  select jtf_auth_s1.nextval into :new.jtf_auth_domain_id from dual;
end;