DBA Data[Home] [Help]

APPS.AMS_COLLAB_ASSOC_PVT dependencies on AMS_CNT_POINT_PVT

Line 61: l_cnt_point_rec_type AMS_Cnt_Point_PVT.cnt_point_rec_type ;

57: l_org_id NUMBER := FND_API.G_MISS_NUM;
58: l_CONTACT_POINT_ID NUMBER;
59: l_dummy NUMBER;
60:
61: l_cnt_point_rec_type AMS_Cnt_Point_PVT.cnt_point_rec_type ;
62:
63: CURSOR c_script_name(p_script_id IN NUMBER)
64: IS
65: select dscript_name

Line 166: AMS_Cnt_Point_PVT.Create_Cnt_Point(

162: END IF;
163: l_cnt_point_rec_type.contact_point_value := l_collab_value_name;
164: END IF;
165:
166: AMS_Cnt_Point_PVT.Create_Cnt_Point(
167: p_api_version_number => 1.0,
168: p_init_msg_list => FND_API.G_FALSE,
169: p_commit => FND_API.G_FALSE,
170: p_validation_level => FND_API.G_VALID_LEVEL_FULL,