DBA Data[Home] [Help]

APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_ASSOCIATIONS_PVT

Line 77: l_deliverables_rec ams_associations_pvt.association_rec_type;

73: l_return_status VARCHAR2 (1);
74: x_msg_count NUMBER;
75: l_msg_data VARCHAR2 (512);
76: l_act_deliverable_id NUMBER;
77: l_deliverables_rec ams_associations_pvt.association_rec_type;
78: l_temp_deliverables_rec ams_associations_pvt.association_rec_type;
79: l_lookup_meaning VARCHAR2 (80);
80:
81: CURSOR deliverable_cur

Line 78: l_temp_deliverables_rec ams_associations_pvt.association_rec_type;

74: x_msg_count NUMBER;
75: l_msg_data VARCHAR2 (512);
76: l_act_deliverable_id NUMBER;
77: l_deliverables_rec ams_associations_pvt.association_rec_type;
78: l_temp_deliverables_rec ams_associations_pvt.association_rec_type;
79: l_lookup_meaning VARCHAR2 (80);
80:
81: CURSOR deliverable_cur
82: IS

Line 154: ams_associations_pvt.create_association(

150: l_api_version := 1.0;
151: l_return_status := NULL;
152: x_msg_count := 0;
153: l_msg_data := NULL;
154: ams_associations_pvt.create_association(
155: p_api_version => l_api_version,
156: p_init_msg_list => fnd_api.g_true,
157: p_commit=>fnd_api.g_true,
158: p_validation_level=> FND_API.g_valid_level_full,