DBA Data[Home] [Help]

APPS.OZF_OFFER_PUB dependencies on OZF_OFFER_MARKET_OPTIONS_PVT

Line 1224: l_vo_mo_rec ozf_offer_market_options_pvt.vo_mo_rec_type;

1220: l_act_budgets_rec ozf_actbudgets_pvt.act_budgets_rec_type;
1221: l_vo_pbh_rec ozf_volume_offer_disc_pvt.vo_disc_rec_type;
1222: l_vo_dis_rec ozf_volume_offer_disc_pvt.vo_disc_rec_type;
1223: l_vo_prod_rec ozf_volume_offer_disc_pvt.vo_prod_rec_type;
1224: l_vo_mo_rec ozf_offer_market_options_pvt.vo_mo_rec_type;
1225:
1226: l_activity_budget_id NUMBER;
1227: l_vo_pbh_line_id NUMBER;
1228: l_vo_dis_line_id NUMBER;

Line 1775: ozf_offer_market_options_pvt.create_market_options(

1771: l_vo_mo_rec.object_version_number := p_vo_mo_tbl(i).object_version_number;
1772: l_vo_mo_rec.security_group_id := p_vo_mo_tbl(i).security_group_id;
1773:
1774: IF p_vo_mo_tbl(i).operation = 'CREATE' THEN
1775: ozf_offer_market_options_pvt.create_market_options(
1776: p_api_version_number => p_api_version
1777: ,p_init_msg_list => p_init_msg_list
1778: ,p_commit => p_commit
1779: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 1792: ozf_offer_market_options_pvt.update_market_options(

1788: ELSIF x_return_status = Fnd_Api.g_ret_sts_unexp_error THEN
1789: RAISE Fnd_Api.g_exc_unexpected_error;
1790: END IF;
1791: ELSIF p_vo_mo_tbl(i).operation = 'UPDATE' THEN
1792: ozf_offer_market_options_pvt.update_market_options(
1793: p_api_version_number => p_api_version
1794: ,p_init_msg_list => p_init_msg_list
1795: ,p_commit => p_commit
1796: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 1808: ozf_offer_market_options_pvt.delete_market_options(

1804: ELSIF x_return_status = Fnd_Api.g_ret_sts_unexp_error THEN
1805: RAISE Fnd_Api.g_exc_unexpected_error;
1806: END IF;
1807: ELSIF p_vo_mo_tbl(i).operation = 'DELETE' THEN
1808: ozf_offer_market_options_pvt.delete_market_options(
1809: p_api_version_number => p_api_version
1810: ,p_init_msg_list => p_init_msg_list
1811: ,p_commit => p_commit
1812: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL