DBA Data[Home] [Help]

APPS.HXC_APS_DEL dependencies on HXC_APPROVAL_PERIOD_COMPS

Line 68: delete from hxc_approval_period_comps

64: hxc_aps_shd.g_api_dml := true; -- Set the api dml status
65: --
66: -- First of all delete any child rows
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: --