DBA Data[Home] [Help]

APPS.WF_NTF_RULECRITERIA_PKG dependencies on WF_CORE

Line 18: wf_core.context('Wf_ntf_rulecriteria_pkg', 'Insert_Row', x_rule_name, x_msg_type);

14: x_msg_type,
15: sysdate);
16: exception
17: when others then
18: wf_core.context('Wf_ntf_rulecriteria_pkg', 'Insert_Row', x_rule_name, x_msg_type);
19: raise;
20: end insert_row;
21:
22: procedure delete_row(x_rule_name in varchar2,

Line 35: wf_core.context('Wf_ntf_rulecriteria_pkg', 'Delete_Row', x_rule_name, x_msg_type);

31: raise no_data_found;
32: end if;
33: exception
34: when others then
35: wf_core.context('Wf_ntf_rulecriteria_pkg', 'Delete_Row', x_rule_name, x_msg_type);
36: raise;
37: end delete_row;
38:
39: procedure update_row(x_rule_name in varchar2,

Line 52: wf_core.context('Wf_ntf_rulecriteria_pkg', 'Update_Row', x_rule_name, x_msg_type);

48: raise no_data_found;
49: end if;
50: exception
51: when others then
52: wf_core.context('Wf_ntf_rulecriteria_pkg', 'Update_Row', x_rule_name, x_msg_type);
53: raise;
54: end update_row;
55:
56: procedure load_row(x_rule_name in varchar2,