DBA Data[Home] [Help]

APPS.PQH_CBR_ENGINE dependencies on PQH_BDGT_REALLOC_UTILITY

Line 129: p_prd_don_amt := pqh_bdgt_realloc_utility.get_prd_realloc_reserved_amt

125: p_prd_com_amt := p_prd_act_amt;
126: end if;
127: hr_utility.set_Location('com_amt is'||p_prd_com_amt,60);
128: end if;
129: p_prd_don_amt := pqh_bdgt_realloc_utility.get_prd_realloc_reserved_amt
130: (p_budget_period_id => p_budget_period_id,
131: p_entity_type => g_budget_entity,
132: p_budget_unit_id => g_budget_unit_id,
133: p_transaction_type => 'DD', -- donated

Line 138: p_prd_res_amt := pqh_bdgt_realloc_utility.get_prd_realloc_reserved_amt

134: p_approval_status => 'A', -- approved
135: p_amount_type => 'R'); -- Reallocated
136: hr_utility.set_Location('don_amt is'||p_prd_don_amt,70);
137: --
138: p_prd_res_amt := pqh_bdgt_realloc_utility.get_prd_realloc_reserved_amt
139: (p_budget_period_id => p_budget_period_id,
140: p_entity_type => g_budget_entity,
141: p_budget_unit_id => g_budget_unit_id,
142: p_transaction_type => 'DD', -- donated

Line 1618: elsif upper(l_attribute_rec.column_name) like 'PQH_BDGT_REALLOC_UTILITY.GET_PRD_REALLOC_RESERVED_AMT(%' then

1614: l_applicability := 'BOTH';
1615: elsif upper(l_attribute_rec.column_name) like 'PQH_BDGT_ACTUAL_CMMTMNT_PKG.GET_ENT_ACTUAL_AND_CMMTMNT(FLD.BUDGET_VERSION_ID%' then
1616: l_entity_type := 'ALL';
1617: l_applicability := 'BOTH';
1618: elsif upper(l_attribute_rec.column_name) like 'PQH_BDGT_REALLOC_UTILITY.GET_PRD_REALLOC_RESERVED_AMT(%' then
1619: l_entity_type := 'ALL';
1620: l_applicability := 'BOTH';
1621: end if;
1622: hr_utility.set_location('going for setting'||l_proc,30);