DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_PUBLIC_TEMP_GROUP_COMP_API

Line 70: l_attached_public_temp_grps := hxc_public_temp_group_comp_api.can_delete_public_template(p_template_id=>p_template_id);

66: if c_template_details%found then
67:
68: if(l_template_type='PUBLIC') then
69: --Check whether the public template can be deleted.
70: l_attached_public_temp_grps := hxc_public_temp_group_comp_api.can_delete_public_template(p_template_id=>p_template_id);
71: end if;
72:
73: if(l_attached_public_temp_grps is NULL) then --Carry out the normal operations for private/public templates.
74: