DBA Data[Home] [Help]

APPS.AMS_EVENT_OBJECTS_COPY_PVT dependencies on AMS_ASSOCIATIONS_PVT

Line 260: l_deliverables_rec ams_associations_pvt.association_rec_type;

256: l_return_status VARCHAR2 (1);
257: x_msg_count NUMBER;
258: l_msg_data VARCHAR2 (512);
259: l_act_deliverable_id NUMBER;
260: l_deliverables_rec ams_associations_pvt.association_rec_type;
261: l_temp_deliverables_rec ams_associations_pvt.association_rec_type;
262: l_lookup_meaning VARCHAR2 (80);
263:
264: CURSOR deliverable_cur

Line 261: l_temp_deliverables_rec ams_associations_pvt.association_rec_type;

257: x_msg_count NUMBER;
258: l_msg_data VARCHAR2 (512);
259: l_act_deliverable_id NUMBER;
260: l_deliverables_rec ams_associations_pvt.association_rec_type;
261: l_temp_deliverables_rec ams_associations_pvt.association_rec_type;
262: l_lookup_meaning VARCHAR2 (80);
263:
264: CURSOR deliverable_cur
265: IS

Line 342: ams_associations_pvt.create_association(

338: if g_commit = null OR trim(g_commit) ='' THEN
339: g_commit:='T';
340: END IF;
341: --End Added for the bug fix : 5213670
342: ams_associations_pvt.create_association(
343: p_api_version => l_api_version,
344: p_init_msg_list => fnd_api.g_true,
345: p_commit=>g_commit,
346: p_validation_level=> FND_API.g_valid_level_full,