DBA Data[Home] [Help]

PACKAGE: APPS.PQH_BDGT_POOL_REALLOCTIONS_BK6

Source


1 Package pqh_BDGT_POOL_REALLOCTIONS_bk6 as
2 /* $Header: pqbreapi.pkh 120.1 2005/10/02 02:26:09 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< delete_realloc_txn_period_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure delete_realloc_txn_period_b
9   (
10    p_reallocation_period_id            in  number
11   ,p_object_version_number          in  number
12   );
13 --
14 -- ----------------------------------------------------------------------------
15 -- |---------------------------< delete_realloc_txn_period_a >-----------------|
16 -- ----------------------------------------------------------------------------
17 --
18 procedure delete_realloc_txn_period_a
19   (
20    p_reallocation_period_id            in  number
21   ,p_object_version_number          in  number
22   );
23 --
24 end pqh_BDGT_POOL_REALLOCTIONS_bk6;