DBA Data[Home] [Help]

APPS.HXC_RTR_INS dependencies on HXC_RETRIEVAL_RULES

Line 72: -- Insert the row into: hxc_retrieval_rules

68: p_rec.object_version_number := 1; -- Initialise the object version
69: --
70: hxc_rtr_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Insert the row into: hxc_retrieval_rules
73: --
74: insert into hxc_retrieval_rules
75: (retrieval_rule_id
76: ,retrieval_process_id

Line 74: insert into hxc_retrieval_rules

70: hxc_rtr_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Insert the row into: hxc_retrieval_rules
73: --
74: insert into hxc_retrieval_rules
75: (retrieval_rule_id
76: ,retrieval_process_id
77: ,object_version_number
78: ,name

Line 166: Cursor C_Sel1 is select hxc_retrieval_rules_s.nextval from sys.dual;

162: ) is
163: --
164: l_proc varchar2(72);
165: --
166: Cursor C_Sel1 is select hxc_retrieval_rules_s.nextval from sys.dual;
167: --
168: Begin
169:
170:

Line 253: (p_module_name => 'HXC_RETRIEVAL_RULES'

249: --
250: when hr_api.cannot_find_prog_unit then
251: --
252: hr_api.cannot_find_prog_unit_error
253: (p_module_name => 'HXC_RETRIEVAL_RULES'
254: ,p_hook_type => 'AI');
255: --
256: end;
257: --