DBA Data[Home] [Help]

APPS.HXC_APS_DEL dependencies on HXC_APPROVAL_PERIOD_SETS

Line 71: -- Delete the hxc_approval_period_sets row.

67: --
68: delete from hxc_approval_period_comps
69: where approval_period_set_id = p_rec.approval_period_set_id;
70: --
71: -- Delete the hxc_approval_period_sets row.
72: --
73: delete from hxc_approval_period_sets
74: where approval_period_set_id = p_rec.approval_period_set_id;
75: --

Line 73: delete from hxc_approval_period_sets

69: where approval_period_set_id = p_rec.approval_period_set_id;
70: --
71: -- Delete the hxc_approval_period_sets row.
72: --
73: delete from hxc_approval_period_sets
74: where approval_period_set_id = p_rec.approval_period_set_id;
75: --
76: hxc_aps_shd.g_api_dml := false; -- Unset the api dml status
77: --

Line 195: (p_module_name => 'HXC_APPROVAL_PERIOD_SETS'

191: --
192: when hr_api.cannot_find_prog_unit then
193: --
194: hr_api.cannot_find_prog_unit_error
195: (p_module_name => 'HXC_APPROVAL_PERIOD_SETS'
196: ,p_hook_type => 'AD');
197: --
198: end;
199: --