DBA Data[Home] [Help]

APPS.JTF_DPF dependencies on JTF_DPF_RULES_S

Line 575: select jtf_dpf_rules_s.nextval into t_ruleid from dual;

571:
572: if existential <> 0 then return 2; end if;
573:
574: -- create a new rule
575: select jtf_dpf_rules_s.nextval into t_ruleid from dual;
576:
577: JTF_DPF_RULES_PKG.INSERT_ROW(
578: X_ROWID => t_rowid,
579: X_RULE_ID => t_ruleid,