DBA Data[Home] [Help]

PACKAGE: APPS.PQH_BDGT_POOL_REALLOCTIONS_BK4

Source


1 Package pqh_BDGT_POOL_REALLOCTIONS_bk4 AUTHID CURRENT_USER as
2 /* $Header: pqbreapi.pkh 120.1 2005/10/02 02:26:09 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< create_realloc_txn_period_b >----------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_realloc_txn_period_b
9   (
10    p_txn_detail_id            in  number
11   ,p_transaction_type               in  varchar2
12   ,p_entity_id                      in  number
13   ,p_budget_period_id               in  number
14   ,p_start_date                     in  date
15   ,p_end_date                       in  date
16   ,p_reallocation_amt               in  number
17   ,p_reserved_amt                   in  number
18  );
19 --
20 -- ----------------------------------------------------------------------------
21 -- |---------------------------< create_realloc_txn_period_a >-----------------|
22 -- ----------------------------------------------------------------------------
23 --
24 procedure create_realloc_txn_period_a
25   (
26    p_txn_detail_id            in  number
27   ,p_transaction_type               in  varchar2
28   ,p_entity_id                      in  number
29   ,p_budget_period_id               in  number
30   ,p_start_date                     in  date
31   ,p_end_date                       in  date
32   ,p_reallocation_amt               in  number
33   ,p_reserved_amt                   in  number
34   ,p_reallocation_period_id            in  number
35   ,p_object_version_number          in  number
36  );
37 --
38 end pqh_BDGT_POOL_REALLOCTIONS_bk4;