DBA Data[Home] [Help]

PACKAGE: APPS.PQH_BDGT_POOL_REALLOCTIONS_BK1

Source


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