DBA Data[Home] [Help]

PACKAGE: APPS.PQH_BDGT_POOL_REALLOCTIONS_BK2

Source


1 Package pqh_BDGT_POOL_REALLOCTIONS_bk2 as
2 /* $Header: pqbreapi.pkh 120.1 2005/10/02 02:26:09 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< update_realloc_txn_dtl_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure update_realloc_txn_dtl_b
9   (
10    p_txn_detail_id  in number
11   ,p_transaction_id in number
12   ,p_transaction_type in varchar2
13   ,p_entity_id in number
14   ,p_budget_detail_id in number
15   ,p_object_version_number          in  number
16   );
17 --
18 -- ----------------------------------------------------------------------------
19 -- |---------------------------< update_realloc_txn_dtl_a >-----------------|
20 -- ----------------------------------------------------------------------------
21 --
22 procedure update_realloc_txn_dtl_a
23   (
24    p_txn_detail_id  in number
25   ,p_transaction_id in number
26   ,p_transaction_type in varchar2
27   ,p_entity_id in number
28   ,p_budget_detail_id in number
29   ,p_object_version_number          in  number
30   );
31 --
32 end pqh_BDGT_POOL_REALLOCTIONS_bk2;