DBA Data[Home] [Help]

APPS.HXC_APC_UPD dependencies on HXC_APPROVAL_PERIOD_COMPS

Line 72: -- Update the hxc_approval_period_comps Row

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

Line 74: update hxc_approval_period_comps

70: hxc_apc_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Update the hxc_approval_period_comps Row
73: --
74: update hxc_approval_period_comps
75: set
76: approval_period_comp_id = p_rec.approval_period_comp_id
77: ,time_recipient_id = p_rec.time_recipient_id
78: ,recurring_period_id = p_rec.recurring_period_id

Line 233: (p_module_name => 'HXC_APPROVAL_PERIOD_COMPS'

229: --
230: when hr_api.cannot_find_prog_unit then
231: --
232: hr_api.cannot_find_prog_unit_error
233: (p_module_name => 'HXC_APPROVAL_PERIOD_COMPS'
234: ,p_hook_type => 'AU');
235: --
236: end;
237: --