DBA Data[Home] [Help]

APPS.HXC_TER_UPD dependencies on HXC_TIME_ENTRY_RULES

Line 75: -- Update the hxc_time_entry_rules Row

71: p_rec.object_version_number := p_rec.object_version_number + 1;
72: --
73: hxc_ter_shd.g_api_dml := true; -- Set the api dml status
74: --
75: -- Update the hxc_time_entry_rules Row
76: --
77: update hxc_time_entry_rules
78: set
79: time_entry_rule_id = p_rec.time_entry_rule_id

Line 77: update hxc_time_entry_rules

73: hxc_ter_shd.g_api_dml := true; -- Set the api dml status
74: --
75: -- Update the hxc_time_entry_rules Row
76: --
77: update hxc_time_entry_rules
78: set
79: time_entry_rule_id = p_rec.time_entry_rule_id
80: ,name = p_rec.name
81: ,business_group_id = p_rec.business_group_id

Line 420: (p_module_name => 'HXC_TIME_ENTRY_RULES'

416: --
417: when hr_api.cannot_find_prog_unit then
418: --
419: hr_api.cannot_find_prog_unit_error
420: (p_module_name => 'HXC_TIME_ENTRY_RULES'
421: ,p_hook_type => 'AU');
422: --
423: end;
424: --