DBA Data[Home] [Help]

APPS.HXC_HTR_BUS dependencies on HXC_TIME_RECIPIENTS

Line 28: p_name in hxc_time_recipients.name%TYPE

24: -- {End Of Comments}
25: -- ----------------------------------------------------------------------------
26: Procedure chk_name
27: (
28: p_name in hxc_time_recipients.name%TYPE
29: ,p_time_recipient_id in hxc_time_recipients.time_recipient_id%TYPE
30: );
31: --
32: -- ----------------------------------------------------------------------------

Line 29: ,p_time_recipient_id in hxc_time_recipients.time_recipient_id%TYPE

25: -- ----------------------------------------------------------------------------
26: Procedure chk_name
27: (
28: p_name in hxc_time_recipients.name%TYPE
29: ,p_time_recipient_id in hxc_time_recipients.time_recipient_id%TYPE
30: );
31: --
32: -- ----------------------------------------------------------------------------
33: -- |-----------------------< chk_application_id >-----------------------------|

Line 56: p_application_id in hxc_time_recipients.application_id%TYPE

52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure chk_application_id
55: (
56: p_application_id in hxc_time_recipients.application_id%TYPE
57: );
58: --
59: -- ----------------------------------------------------------------------------
60: -- |-----------------------< chk_delete >-------------------------------------|

Line 85: p_time_recipient_id in hxc_time_recipients.time_recipient_id%TYPE

81: -- {End Of Comments}
82: -- ----------------------------------------------------------------------------
83: Procedure chk_delete
84: (
85: p_time_recipient_id in hxc_time_recipients.time_recipient_id%TYPE
86: );
87: --
88: -- ----------------------------------------------------------------------------
89: -- |---------------------------< insert_validate >----------------------------|