DBA Data[Home] [Help]

PACKAGE: APPS.IRC_TEMPLATE_ASSOCIATION_BK3

Source


1 Package irc_template_association_bk3 AUTHID CURRENT_USER as
2 /* $Header: iritaapi.pkh 120.4 2008/02/21 14:28:15 viviswan noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------< delete_template_association_b >----------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure delete_template_association_b
9 (p_template_association_id          in      number
10 ,p_object_version_number            in      number
11 );
12 
13 --
14 -- ----------------------------------------------------------------------------
15 -- |-------------------< delete_template_association_a >----------------------|
16 -- ----------------------------------------------------------------------------
17 --
18 procedure delete_template_association_a
19 (p_template_association_id          in      number
20 ,p_object_version_number            in      number
21 );
22 --
23 end irc_template_association_bk3;