DBA Data[Home] [Help]

PACKAGE: APPS.PQH_BUDGET_POOLS_BK4

Source


1 Package pqh_budget_pools_bk4 AUTHID CURRENT_USER as
2 /* $Header: pqbplapi.pkh 120.1 2005/10/02 02:25:59 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< create_reallocation_txn_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_reallocation_txn_b
9   (
10    p_name                           in varchar2
11   ,p_parent_folder_id               in number
12   ,p_effective_date                 in date
13   ,p_business_group_id              in  number
14   );
15 --
16 -- ----------------------------------------------------------------------------
17 -- |---------------------------< create_reallocation_txn_a >-----------------|
18 -- ----------------------------------------------------------------------------
19 --
20 procedure create_reallocation_txn_a
21   (
22    p_transaction_id                 in number
23   ,p_name                           in varchar2
24   ,p_parent_folder_id               in number
25   ,p_effective_date                 in date
26   ,p_object_version_number          in number
27   ,p_business_group_id              in  number
28   );
29 --
30 end pqh_budget_pools_bk4;