DBA Data[Home] [Help]

PACKAGE: APPS.PQH_BDGT_POOL_REALLOCTIONS_BK5

Source


1 Package pqh_BDGT_POOL_REALLOCTIONS_bk5 as
2 /* $Header: pqbreapi.pkh 120.1 2005/10/02 02:26:09 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< update_realloc_txn_period_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure update_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   ,p_reallocation_period_id            in  number
19   ,p_object_version_number          in  number
20  );
21 --
22 -- ----------------------------------------------------------------------------
23 -- |---------------------------< update_realloc_txn_period_a >-----------------|
24 -- ----------------------------------------------------------------------------
25 --
26 procedure update_realloc_txn_period_a
27   (
28    p_txn_detail_id            in  number
29   ,p_transaction_type               in  varchar2
30   ,p_entity_id                      in  number
31   ,p_budget_period_id               in  number
32   ,p_start_date                     in  date
33   ,p_end_date                       in  date
34   ,p_reallocation_amt               in  number
35   ,p_reserved_amt                   in  number
36   ,p_reallocation_period_id            in  number
37   ,p_object_version_number          in  number
38  );
39 --
40 end pqh_BDGT_POOL_REALLOCTIONS_bk5;