DBA Data[Home] [Help]

APPS.HXC_APS_UPD dependencies on HXC_APPROVAL_PERIOD_SETS

Line 72: -- Update the hxc_approval_period_sets Row

68: p_rec.object_version_number := p_rec.object_version_number + 1;
69: --
70: hxc_aps_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Update the hxc_approval_period_sets Row
73: --
74: update hxc_approval_period_sets
75: set
76: approval_period_set_id = p_rec.approval_period_set_id

Line 74: update hxc_approval_period_sets

70: hxc_aps_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Update the hxc_approval_period_sets Row
73: --
74: update hxc_approval_period_sets
75: set
76: approval_period_set_id = p_rec.approval_period_set_id
77: ,name = p_rec.name
78: ,object_version_number = p_rec.object_version_number

Line 221: (p_module_name => 'HXC_APPROVAL_PERIOD_SETS'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'HXC_APPROVAL_PERIOD_SETS'
222: ,p_hook_type => 'AU');
223: --
224: end;
225: --