DBA Data[Home] [Help]

APPS.HXC_TER_INS dependencies on HXC_TIME_ENTRY_RULES

Line 72: -- Insert the row into: hxc_time_entry_rules

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

Line 74: insert into hxc_time_entry_rules

70: hxc_ter_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Insert the row into: hxc_time_entry_rules
73: --
74: insert into hxc_time_entry_rules
75: (time_entry_rule_id
76: ,name
77: ,business_group_id
78: ,legislation_code

Line 257: Cursor C_Sel1 is select hxc_time_entry_rules_s.nextval from sys.dual;

253: ) is
254: --
255: l_proc varchar2(72);
256: --
257: Cursor C_Sel1 is select hxc_time_entry_rules_s.nextval from sys.dual;
258: --
259: Begin
260:
261:

Line 409: (p_module_name => 'HXC_TIME_ENTRY_RULES'

405: --
406: when hr_api.cannot_find_prog_unit then
407: --
408: hr_api.cannot_find_prog_unit_error
409: (p_module_name => 'HXC_TIME_ENTRY_RULES'
410: ,p_hook_type => 'AI');
411: --
412: end;
413: --