DBA Data[Home] [Help]

PACKAGE: APPS.PQH_TRANSACTION_TEMPLATES_BK1

Source


1 Package pqh_transaction_templates_bk1 AUTHID CURRENT_USER as
2 /* $Header: pqttmapi.pkh 120.0 2005/05/29 02:51:33 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< create_transaction_template_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_transaction_template_b
9   (
10    p_enable_flag                    in  varchar2
11   ,p_template_id                    in  number
12   ,p_transaction_id                 in  number
13   ,p_transaction_category_id        in  number
14   ,p_effective_date                 in  date
15   );
16 --
17 -- ----------------------------------------------------------------------------
18 -- |---------------------------< create_transaction_template_a >-----------------|
19 -- ----------------------------------------------------------------------------
20 --
21 procedure create_transaction_template_a
22   (
23    p_transaction_template_id        in  number
24   ,p_enable_flag                    in  varchar2
25   ,p_template_id                    in  number
26   ,p_transaction_id                 in  number
27   ,p_transaction_category_id        in  number
28   ,p_object_version_number          in  number
29   ,p_effective_date                 in  date
30   );
31 --
32 end pqh_transaction_templates_bk1;