DBA Data[Home] [Help]

APPS.PQH_BDGT_REALLOC_UTILITY dependencies on PQH_BDGT_REALLOC_UTILITY

Line 1: Package body pqh_bdgt_realloc_utility as

1: Package body pqh_bdgt_realloc_utility as
2: /* $Header: pqbreutl.pkb 120.2 2006/02/03 14:18:03 deenath noship $ */
3:
4: g_package Varchar2(30) := ' pqh_bdgt_realloc_utility.';
5: g_warning Varchar2(30);

Line 4: g_package Varchar2(30) := ' pqh_bdgt_realloc_utility.';

1: Package body pqh_bdgt_realloc_utility as
2: /* $Header: pqbreutl.pkb 120.2 2006/02/03 14:18:03 deenath noship $ */
3:
4: g_package Varchar2(30) := ' pqh_bdgt_realloc_utility.';
5: g_warning Varchar2(30);
6: --
7: ---------------------------get_entity_name-----------------------------
8: --

Line 343: l_trans_amt := pqh_bdgt_realloc_utility.GET_TRNX_LEVEL_TRANS_AMT

339: loop
340: fetch csr_transaction_ids into l_transaction_id;
341: exit when csr_transaction_ids%notfound;
342: if l_transaction_id is not null then
343: l_trans_amt := pqh_bdgt_realloc_utility.GET_TRNX_LEVEL_TRANS_AMT
344: (p_transaction_id => l_transaction_id
345: ,p_txn_amt_balance_flag => 'TA');
346: l_folder_amt := l_folder_amt + l_trans_amt;
347:

Line 1439: l_return := pqh_bdgt_realloc_utility.reject_transaction(p_transaction_id);

1435:
1436: -- Svorugan : for bug fix : 2864971
1437: if (p_user_action_cd = 'REJECT') then
1438: --
1439: l_return := pqh_bdgt_realloc_utility.reject_transaction(p_transaction_id);
1440: --
1441: hr_utility.set_location(' Action Rejection Status :' || l_return,26);
1442: --
1443: end if;

Line 1573: End pqh_bdgt_realloc_utility;

1569: l_folder_unit_desc := NULL;
1570: RETURN l_folder_unit_desc;
1571: END get_folder_unit;
1572:
1573: End pqh_bdgt_realloc_utility;