DBA Data[Home] [Help]

APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS_PKG

Line 5452: Ozf_Account_Allocations_Pkg.Insert_Row(

5448: p_acct_alloc_rec.lysp_sales := l_total_account_sales;
5449:
5450: l_account_allocation_id := get_account_allocation_id;
5451:
5452: Ozf_Account_Allocations_Pkg.Insert_Row(
5453: px_Account_allocation_id => l_account_allocation_id,
5454: p_allocation_for => p_acct_alloc_rec.allocation_for,
5455: p_allocation_for_id => p_acct_alloc_rec.allocation_for_id,
5456: p_cust_account_id => p_acct_alloc_rec.cust_account_id,

Line 5779: Ozf_Account_Allocations_Pkg.Insert_Row(

5775: p_acct_alloc_rec.lysp_sales := 0;
5776:
5777: l_account_allocation_id := get_account_allocation_id;
5778:
5779: Ozf_Account_Allocations_Pkg.Insert_Row(
5780: px_Account_allocation_id => l_account_allocation_id,
5781: p_allocation_for => p_acct_alloc_rec.allocation_for,
5782: p_allocation_for_id => p_acct_alloc_rec.allocation_for_id,
5783: p_cust_account_id => p_acct_alloc_rec.cust_account_id,

Line 6562: Ozf_Account_Allocations_Pkg.Insert_Row(

6558: p_acct_alloc_rec.lysp_sales := l_total_account_sales;
6559:
6560: l_account_allocation_id := get_account_allocation_id;
6561:
6562: Ozf_Account_Allocations_Pkg.Insert_Row(
6563: px_Account_allocation_id => l_account_allocation_id,
6564: p_allocation_for => p_acct_alloc_rec.allocation_for,
6565: p_allocation_for_id => p_acct_alloc_rec.allocation_for_id,
6566: p_cust_account_id => p_acct_alloc_rec.cust_account_id,

Line 7204: Ozf_Account_Allocations_Pkg.Insert_Row(

7200: p_acct_alloc_rec.lysp_sales := 0;
7201:
7202: l_account_allocation_id := get_account_allocation_id;
7203:
7204: Ozf_Account_Allocations_Pkg.Insert_Row(
7205: px_Account_allocation_id => l_account_allocation_id,
7206: p_allocation_for => p_acct_alloc_rec.allocation_for,
7207: p_allocation_for_id => p_acct_alloc_rec.allocation_for_id,
7208: p_cust_account_id => p_acct_alloc_rec.cust_account_id,

Line 9682: Ozf_Account_Allocations_Pkg.Insert_Row(

9678: END IF;
9679:
9680: l_account_allocation_id := get_account_allocation_id;
9681:
9682: Ozf_Account_Allocations_Pkg.Insert_Row(
9683: px_Account_allocation_id => l_account_allocation_id,
9684: p_allocation_for => p_acct_alloc_rec.allocation_for,
9685: p_allocation_for_id => p_fund_id,
9686: p_cust_account_id => p_acct_alloc_rec.cust_account_id,