DBA Data[Home] [Help]

APPS.OZF_SETTLEMENT_DOC_PVT dependencies on OZF_FUNDS_PVT

Line 1886: l_fund_rec OZF_Funds_PVT.fund_rec_type;

1882:
1883: l_claim_rec OZF_CLAIM_PVT.claim_Rec_Type;
1884: l_claim_new_obj_num NUMBER;
1885:
1886: l_fund_rec OZF_Funds_PVT.fund_rec_type;
1887: l_function_currency VARCHAR2(15);
1888: l_counter NUMBER := 1;
1889: l_adj_util_result_status VARCHAR2(15);
1890:

Line 2181: OZF_Funds_PVT.Init_Fund_Rec( x_fund_rec => l_fund_rec);

2177: INTO l_fund_id, l_component_type, l_component_id,
2178: l_acctd_paid_amt, l_plan_curr_paid_amt, l_univ_curr_paid_amt,l_fund_curr_paid_amt;
2179: EXIT WHEN csr_get_paid_amt%NOTFOUND;
2180:
2181: OZF_Funds_PVT.Init_Fund_Rec( x_fund_rec => l_fund_rec);
2182:
2183: l_fund_rec.fund_id := l_fund_id;
2184:
2185: OPEN csr_fund_rec(l_fund_id);

Line 2205: OZF_Funds_PVT.Update_Fund(

2201: OZF_Utility_PVT.debug_message('Updated Fund Paid Amount = '||l_fund_rec.paid_amt);
2202: END IF;
2203:
2204: -- Update Fund with paid_amt
2205: OZF_Funds_PVT.Update_Fund(
2206: p_api_version => 1.0
2207: ,p_init_msg_list => FND_API.g_false
2208: ,p_commit => FND_API.g_false
2209: ,p_validation_level => FND_API.g_valid_level_full