DBA Data[Home] [Help]

APPS.OZF_OFFER_PUB dependencies on OZF_OFFER_MARKET_OPTIONS_PVT

Line 1218: l_vo_mo_rec ozf_offer_market_options_pvt.vo_mo_rec_type;

1214: l_act_budgets_rec ozf_actbudgets_pvt.act_budgets_rec_type;
1215: l_vo_pbh_rec ozf_volume_offer_disc_pvt.vo_disc_rec_type;
1216: l_vo_dis_rec ozf_volume_offer_disc_pvt.vo_disc_rec_type;
1217: l_vo_prod_rec ozf_volume_offer_disc_pvt.vo_prod_rec_type;
1218: l_vo_mo_rec ozf_offer_market_options_pvt.vo_mo_rec_type;
1219:
1220: l_activity_budget_id NUMBER;
1221: l_vo_pbh_line_id NUMBER;
1222: l_vo_dis_line_id NUMBER;

Line 1767: ozf_offer_market_options_pvt.create_market_options(

1763: l_vo_mo_rec.object_version_number := p_vo_mo_tbl(i).object_version_number;
1764: l_vo_mo_rec.security_group_id := p_vo_mo_tbl(i).security_group_id;
1765:
1766: IF p_vo_mo_tbl(i).operation = 'CREATE' THEN
1767: ozf_offer_market_options_pvt.create_market_options(
1768: p_api_version_number => p_api_version
1769: ,p_init_msg_list => p_init_msg_list
1770: ,p_commit => p_commit
1771: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 1784: ozf_offer_market_options_pvt.update_market_options(

1780: ELSIF x_return_status = Fnd_Api.g_ret_sts_unexp_error THEN
1781: RAISE Fnd_Api.g_exc_unexpected_error;
1782: END IF;
1783: ELSIF p_vo_mo_tbl(i).operation = 'UPDATE' THEN
1784: ozf_offer_market_options_pvt.update_market_options(
1785: p_api_version_number => p_api_version
1786: ,p_init_msg_list => p_init_msg_list
1787: ,p_commit => p_commit
1788: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 1800: ozf_offer_market_options_pvt.delete_market_options(

1796: ELSIF x_return_status = Fnd_Api.g_ret_sts_unexp_error THEN
1797: RAISE Fnd_Api.g_exc_unexpected_error;
1798: END IF;
1799: ELSIF p_vo_mo_tbl(i).operation = 'DELETE' THEN
1800: ozf_offer_market_options_pvt.delete_market_options(
1801: p_api_version_number => p_api_version
1802: ,p_init_msg_list => p_init_msg_list
1803: ,p_commit => p_commit
1804: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL