DBA Data[Home] [Help]

APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OZF_OFFER_PVT

Line 684: l_modifier_list_rec ozf_offer_pvt.modifier_list_rec_type;

680: l_adj_amount NUMBER := 0;
681:
682: l_act_budgets_rec ozf_actbudgets_pvt.act_budgets_rec_type;
683: l_act_util_rec ozf_actbudgets_pvt.act_util_rec_type;
684: l_modifier_list_rec ozf_offer_pvt.modifier_list_rec_type;
685: l_modifier_line_tbl ozf_offer_pvt.modifier_line_tbl_type;
686: l_order_line_tbl order_line_tbl_type;
687:
688: l_api_name VARCHAR2(50) := 'adjustment_net_accrual';

Line 685: l_modifier_line_tbl ozf_offer_pvt.modifier_line_tbl_type;

681:
682: l_act_budgets_rec ozf_actbudgets_pvt.act_budgets_rec_type;
683: l_act_util_rec ozf_actbudgets_pvt.act_util_rec_type;
684: l_modifier_list_rec ozf_offer_pvt.modifier_list_rec_type;
685: l_modifier_line_tbl ozf_offer_pvt.modifier_line_tbl_type;
686: l_order_line_tbl order_line_tbl_type;
687:
688: l_api_name VARCHAR2(50) := 'adjustment_net_accrual';
689: l_full_name CONSTANT VARCHAR2(90) := g_pkg_name || '.' || l_api_name;