DBA Data[Home] [Help]

APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OZF_OFFER_PVT

Line 569: l_modifier_list_rec ozf_offer_pvt.modifier_list_rec_type;

565: l_adj_amount NUMBER := 0;
566:
567: l_act_budgets_rec ozf_actbudgets_pvt.act_budgets_rec_type;
568: l_act_util_rec ozf_actbudgets_pvt.act_util_rec_type;
569: l_modifier_list_rec ozf_offer_pvt.modifier_list_rec_type;
570: l_modifier_line_tbl ozf_offer_pvt.modifier_line_tbl_type;
571: l_order_line_tbl order_line_tbl_type;
572:
573: l_api_name VARCHAR2(50) := 'adjustment_net_accrual';

Line 570: l_modifier_line_tbl ozf_offer_pvt.modifier_line_tbl_type;

566:
567: l_act_budgets_rec ozf_actbudgets_pvt.act_budgets_rec_type;
568: l_act_util_rec ozf_actbudgets_pvt.act_util_rec_type;
569: l_modifier_list_rec ozf_offer_pvt.modifier_list_rec_type;
570: l_modifier_line_tbl ozf_offer_pvt.modifier_line_tbl_type;
571: l_order_line_tbl order_line_tbl_type;
572:
573: l_api_name VARCHAR2(50) := 'adjustment_net_accrual';
574: l_full_name CONSTANT VARCHAR2(90) := g_pkg_name || '.' || l_api_name;