DBA Data[Home] [Help]

APPS.HXC_HTS_BUS dependencies on HXC_TIME_SOURCES

Line 26: p_name in hxc_time_sources.name%TYPE

22: --
23: -- ----------------------------------------------------------------------------
24: Procedure chk_name
25: (
26: p_name in hxc_time_sources.name%TYPE
27: ,p_time_source_id in hxc_time_sources.time_source_id%TYPE
28: );
29: --
30: -- ----------------------------------------------------------------------------

Line 27: ,p_time_source_id in hxc_time_sources.time_source_id%TYPE

23: -- ----------------------------------------------------------------------------
24: Procedure chk_name
25: (
26: p_name in hxc_time_sources.name%TYPE
27: ,p_time_source_id in hxc_time_sources.time_source_id%TYPE
28: );
29: --
30: -- ----------------------------------------------------------------------------
31: -- |-----------------------< chk_delete >-------------------------------------|

Line 56: p_time_source_id in hxc_time_sources.time_source_id%TYPE

52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure chk_delete
55: (
56: p_time_source_id in hxc_time_sources.time_source_id%TYPE
57: );
58: --
59: -- ----------------------------------------------------------------------------
60: -- |---------------------------< insert_validate >----------------------------|