DBA Data[Home] [Help]

APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS_PKG

Line 5481: Ozf_Account_Allocations_Pkg.Insert_Row(

5477: p_acct_alloc_rec.lysp_sales := l_total_account_sales;
5478:
5479: l_account_allocation_id := get_account_allocation_id;
5480:
5481: Ozf_Account_Allocations_Pkg.Insert_Row(
5482: px_Account_allocation_id => l_account_allocation_id,
5483: p_allocation_for => p_acct_alloc_rec.allocation_for,
5484: p_allocation_for_id => p_acct_alloc_rec.allocation_for_id,
5485: p_cust_account_id => p_acct_alloc_rec.cust_account_id,

Line 5808: Ozf_Account_Allocations_Pkg.Insert_Row(

5804: p_acct_alloc_rec.lysp_sales := 0;
5805:
5806: l_account_allocation_id := get_account_allocation_id;
5807:
5808: Ozf_Account_Allocations_Pkg.Insert_Row(
5809: px_Account_allocation_id => l_account_allocation_id,
5810: p_allocation_for => p_acct_alloc_rec.allocation_for,
5811: p_allocation_for_id => p_acct_alloc_rec.allocation_for_id,
5812: p_cust_account_id => p_acct_alloc_rec.cust_account_id,

Line 6593: Ozf_Account_Allocations_Pkg.Insert_Row(

6589: p_acct_alloc_rec.lysp_sales := l_total_account_sales;
6590:
6591: l_account_allocation_id := get_account_allocation_id;
6592:
6593: Ozf_Account_Allocations_Pkg.Insert_Row(
6594: px_Account_allocation_id => l_account_allocation_id,
6595: p_allocation_for => p_acct_alloc_rec.allocation_for,
6596: p_allocation_for_id => p_acct_alloc_rec.allocation_for_id,
6597: p_cust_account_id => p_acct_alloc_rec.cust_account_id,

Line 7235: Ozf_Account_Allocations_Pkg.Insert_Row(

7231: p_acct_alloc_rec.lysp_sales := 0;
7232:
7233: l_account_allocation_id := get_account_allocation_id;
7234:
7235: Ozf_Account_Allocations_Pkg.Insert_Row(
7236: px_Account_allocation_id => l_account_allocation_id,
7237: p_allocation_for => p_acct_alloc_rec.allocation_for,
7238: p_allocation_for_id => p_acct_alloc_rec.allocation_for_id,
7239: p_cust_account_id => p_acct_alloc_rec.cust_account_id,

Line 9717: Ozf_Account_Allocations_Pkg.Insert_Row(

9713: END IF;
9714:
9715: l_account_allocation_id := get_account_allocation_id;
9716:
9717: Ozf_Account_Allocations_Pkg.Insert_Row(
9718: px_Account_allocation_id => l_account_allocation_id,
9719: p_allocation_for => p_acct_alloc_rec.allocation_for,
9720: p_allocation_for_id => p_fund_id,
9721: p_cust_account_id => p_acct_alloc_rec.cust_account_id,