DBA Data[Home] [Help]

APPS.AMS_COPYELEMENTS_PVT dependencies on AMS_ACT_MARKET_SEGMENTS_PVT

Line 1639: l_segments_rec ams_act_market_segments_pvt.mks_rec_type;

1635: l_return_status VARCHAR2 (1);
1636: x_msg_count NUMBER;
1637: l_msg_data VARCHAR2 (512);
1638: l_act_segment_id NUMBER;
1639: l_segments_rec ams_act_market_segments_pvt.mks_rec_type;
1640: tmp_segments_rec ams_act_market_segments_pvt.mks_rec_type;
1641: l_lookup_meaning VARCHAR2 (80);
1642:
1643: CURSOR segments_cur IS

Line 1640: tmp_segments_rec ams_act_market_segments_pvt.mks_rec_type;

1636: x_msg_count NUMBER;
1637: l_msg_data VARCHAR2 (512);
1638: l_act_segment_id NUMBER;
1639: l_segments_rec ams_act_market_segments_pvt.mks_rec_type;
1640: tmp_segments_rec ams_act_market_segments_pvt.mks_rec_type;
1641: l_lookup_meaning VARCHAR2 (80);
1642:
1643: CURSOR segments_cur IS
1644: SELECT *

Line 1707: ams_act_market_segments_pvt.create_market_segments (

1703: -- l_segments_rec.eligibility_type := segments_rec.eligibility_type;
1704: -- l_segments_rec.terr_hierarchy_id := segments_rec.terr_hierarchy_id;
1705: l_api_version := 1.0;
1706: l_act_segment_id := 0;
1707: ams_act_market_segments_pvt.create_market_segments (
1708: p_api_version => l_api_version,
1709: p_init_msg_list => fnd_api.g_true,
1710: x_return_status => l_return_status,
1711: x_msg_count => x_msg_count,