DBA Data[Home] [Help]

PACKAGE: APPS.IRC_TEMPLATE_ASSOCIATION_BK2

Source


1 Package irc_template_association_bk2 as
2 /* $Header: iritaapi.pkh 120.4 2008/02/21 14:28:15 viviswan noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------< update_template_association_b >----------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure update_template_association_b
9   (p_template_association_id          in      number
10   ,p_template_id                      in      number
11   ,p_effective_date                   in      date
12   ,p_default_association              in      varchar2
13   ,p_job_id                           in      number
14   ,p_position_id                      in      number
15   ,p_organization_id                  in      number
16   ,p_start_date                       in      date
17   ,p_end_date                         in      date
18   );
19 --
20 -- ----------------------------------------------------------------------------
21 -- |-------------------< update_template_association_a >----------------------|
22 -- ----------------------------------------------------------------------------
23 --
24 procedure update_template_association_a
25   (p_template_association_id          in      number
26   ,p_template_id                      in      number
27   ,p_effective_date                   in      date
28   ,p_default_association              in      varchar2
29   ,p_job_id                           in      number
30   ,p_position_id                      in      number
31   ,p_organization_id                  in      number
32   ,p_start_date                       in      date
33   ,p_end_date                         in      date
34   );
35 --
36 end irc_template_association_bk2;