DBA Data[Home] [Help]

APPS.OZF_FUNDS_PUB dependencies on OZF_FUNDS_PVT

Line 841: l_pvt_fund_rec OZF_Funds_PVT.fund_rec_type;

837: )
838: IS
839: l_api_name VARCHAR(30) := 'Create_Fund';
840: l_fund_rec OZF_FUNDS_PUB.fund_rec_type := p_fund_rec;
841: l_pvt_fund_rec OZF_Funds_PVT.fund_rec_type;
842: l_qp_list_header_id NUMBER;
843: l_error_location NUMBER;
844: l_mode VARCHAR2(6) := 'CREATE';
845: l_budget_tbl ozf_offer_pub.budget_tbl_type;

Line 932: ozf_funds_pvt.create_fund(p_api_version => p_api_version

928: l_pvt_fund_rec.attribute14 := l_fund_rec.attribute14;
929: l_pvt_fund_rec.attribute15 := l_fund_rec.attribute15;
930: --End of the additional attributes.
931:
932: ozf_funds_pvt.create_fund(p_api_version => p_api_version
933: ,p_init_msg_list => p_init_msg_list
934: ,p_commit => p_commit
935: ,p_validation_level => p_validation_level
936: ,x_return_status => x_return_status

Line 1184: l_pvt_fund_rec OZF_Funds_PVT.fund_rec_type;

1180: )
1181: IS
1182: l_api_name VARCHAR(30) := 'Update_Fund';
1183: l_fund_rec fund_rec_type := p_fund_rec;
1184: l_pvt_fund_rec OZF_Funds_PVT.fund_rec_type;
1185: l_fund_id NUMBER := l_fund_rec.fund_id;
1186: l_fund_number VARCHAR2(200);
1187: l_short_name VARCHAR2(200);
1188: l_fund_type VARCHAR2(20);

Line 1333: ozf_funds_pvt.update_fund(p_api_version => p_api_version

1329: l_pvt_fund_rec.object_version_number := l_fund_rec.object_version_number;
1330: l_pvt_fund_rec.org_id := l_fund_rec.org_id;
1331: l_pvt_fund_rec.ledger_id := l_fund_rec.ledger_id;
1332:
1333: ozf_funds_pvt.update_fund(p_api_version => p_api_version
1334: ,p_init_msg_list => p_init_msg_list
1335: ,p_commit => p_commit
1336: ,p_validation_level => p_validation_level
1337: ,x_return_status => x_return_status

Line 2692: l_pvt_fund_rec OZF_FUNDS_PVT.fund_rec_type;

2688: l_msg_count NUMBER;
2689: l_msg_data VARCHAR2(2000);
2690:
2691: l_fund_rec fund_rec_type := p_fund_rec;
2692: l_pvt_fund_rec OZF_FUNDS_PVT.fund_rec_type;
2693: l_pvt_fund_rec2 OZF_FUNDS_PVT.fund_rec_type;
2694: l_pvt_fund_rec3 OZF_FUNDS_PVT.fund_rec_type;
2695:
2696: l_modifier_list_rec OZF_OFFER_PUB.modifier_list_rec_type;

Line 2693: l_pvt_fund_rec2 OZF_FUNDS_PVT.fund_rec_type;

2689: l_msg_data VARCHAR2(2000);
2690:
2691: l_fund_rec fund_rec_type := p_fund_rec;
2692: l_pvt_fund_rec OZF_FUNDS_PVT.fund_rec_type;
2693: l_pvt_fund_rec2 OZF_FUNDS_PVT.fund_rec_type;
2694: l_pvt_fund_rec3 OZF_FUNDS_PVT.fund_rec_type;
2695:
2696: l_modifier_list_rec OZF_OFFER_PUB.modifier_list_rec_type;
2697: l_offer_hdr_rec OZF_OFFER_PVT.modifier_list_rec_type;

Line 2694: l_pvt_fund_rec3 OZF_FUNDS_PVT.fund_rec_type;

2690:
2691: l_fund_rec fund_rec_type := p_fund_rec;
2692: l_pvt_fund_rec OZF_FUNDS_PVT.fund_rec_type;
2693: l_pvt_fund_rec2 OZF_FUNDS_PVT.fund_rec_type;
2694: l_pvt_fund_rec3 OZF_FUNDS_PVT.fund_rec_type;
2695:
2696: l_modifier_list_rec OZF_OFFER_PUB.modifier_list_rec_type;
2697: l_offer_hdr_rec OZF_OFFER_PVT.modifier_list_rec_type;
2698: l_budget_tbl OZF_OFFER_PUB.budget_tbl_type;

Line 3307: OZF_FUNDS_PVT.create_fund(p_api_version => l_api_version

3303: END IF;
3304:
3305: IF (l_mode = 'CREATE') THEN
3306: -- Create mode
3307: OZF_FUNDS_PVT.create_fund(p_api_version => l_api_version
3308: ,p_init_msg_list => p_init_msg_list
3309: ,p_commit => p_commit
3310: ,p_validation_level => l_validation_level
3311: ,x_return_status => x_return_status

Line 3358: OZF_FUNDS_PVT.Complete_Fund_Rec(l_pvt_fund_rec2,l_pvt_fund_rec3);

3354:
3355: --//Bugfix : 13935880
3356: --//OZF_ACT_BUDGETS table needs to be populated when the Accrual fund created in ACTIVE status. This code flow is same as Budget Approval flow in Update_fund procedure
3357: l_pvt_fund_rec2.fund_id := x_fund_id;
3358: OZF_FUNDS_PVT.Complete_Fund_Rec(l_pvt_fund_rec2,l_pvt_fund_rec3);
3359:
3360: OZF_FUNDRULES_PVT.process_accrual(
3361: p_fund_rec => l_pvt_fund_rec3
3362: ,p_api_version => l_api_version

Line 3633: OZF_FUNDS_PVT.update_fund(p_api_version => p_api_version

3629:
3630: --//Update Mode Starts
3631: --//***************************************************************************************
3632: ELSE -- Update mode
3633: OZF_FUNDS_PVT.update_fund(p_api_version => p_api_version
3634: ,p_init_msg_list => p_init_msg_list
3635: ,p_commit => p_commit
3636: ,p_validation_level => p_validation_level
3637: ,x_return_status => x_return_status