DBA Data[Home] [Help]

APPS.OZF_SETTLEMENT_DOC_PVT dependencies on OZF_FUNDS_PVT

Line 1537: l_fund_rec OZF_Funds_PVT.fund_rec_type;

1533:
1534: l_claim_rec OZF_CLAIM_PVT.claim_Rec_Type;
1535: l_claim_new_obj_num NUMBER;
1536:
1537: l_fund_rec OZF_Funds_PVT.fund_rec_type;
1538: l_function_currency VARCHAR2(15);
1539: l_fund_currency VARCHAR2(15);
1540: l_exc_rate NUMBER;
1541: l_exc_type VARCHAR2(30);

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

1799: INTO l_fund_id, l_component_type, l_component_id,
1800: l_acctd_paid_amt, l_plan_curr_paid_amt, l_univ_curr_paid_amt;
1801: EXIT WHEN csr_get_paid_amt%NOTFOUND;
1802:
1803: OZF_Funds_PVT.Init_Fund_Rec( x_fund_rec => l_fund_rec);
1804:
1805: l_fund_rec.fund_id := l_fund_id;
1806:
1807: OPEN csr_fund_rec(l_fund_id);

Line 1849: OZF_Funds_PVT.Update_Fund(

1845: OZF_Utility_PVT.debug_message('Updated Fund Paid Amount = '||l_fund_rec.paid_amt);
1846: END IF;
1847:
1848: -- Update Fund with paid_amt
1849: OZF_Funds_PVT.Update_Fund(
1850: p_api_version => 1.0
1851: ,p_init_msg_list => FND_API.g_false
1852: ,p_commit => FND_API.g_false
1853: ,p_validation_level => FND_API.g_valid_level_full