DBA Data[Home] [Help]

APPS.AMS_COPYELEMENTS_PVT dependencies on AMS_ASSOCIATIONS_PVT

Line 420: l_association_rec ams_associations_pvt.association_rec_type;

416: l_return_status VARCHAR2 (1);
417: x_msg_count NUMBER;
418: l_msg_data VARCHAR2 (512);
419: l_obj_association_id NUMBER;
420: l_association_rec ams_associations_pvt.association_rec_type;
421: temp_association_rec ams_associations_pvt.association_rec_type;
422: l_usage_type VARCHAR2 (30);
423: -- select all assciations of the calling activity
424: -- Changed the select statement to master_object_id

Line 421: temp_association_rec ams_associations_pvt.association_rec_type;

417: x_msg_count NUMBER;
418: l_msg_data VARCHAR2 (512);
419: l_obj_association_id NUMBER;
420: l_association_rec ams_associations_pvt.association_rec_type;
421: temp_association_rec ams_associations_pvt.association_rec_type;
422: l_usage_type VARCHAR2 (30);
423: -- select all assciations of the calling activity
424: -- Changed the select statement to master_object_id
425: CURSOR association_cur IS

Line 537: ams_associations_pvt.create_association

533: -- Calling create Api to create a new associaitons in the
534: -- ams_Act_objective table based on the old one
535:
536:
537: ams_associations_pvt.create_association
538: (
539: p_api_version => l_api_version,
540: x_return_status => l_return_status,
541: p_init_msg_list => fnd_api.g_true,