DBA Data[Home] [Help]

APPS.HXT_HXT956A_XMLP_PKG dependencies on HXT_PREM_INTERACT_POLICIES

Line 24: from hxt_prem_interact_policies

20: begin
21:
22: select name
23: into pip_name
24: from hxt_prem_interact_policies
25: where id = pip_id;
26:
27: return (pip_name);
28: