DBA Data[Home] [Help]

APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on AMS_EVENTSCHEDULE_COPY_PVT

Line 1: PACKAGE BODY AMS_EventSchedule_Copy_PVT AS

1: PACKAGE BODY AMS_EventSchedule_Copy_PVT AS
2: /* $Header: amsvescb.pls 120.6 2006/05/16 02:04:26 batoleti noship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30):='AMS_EventSchedule_Copy_PVT';
5: g_file_name CONSTANT VARCHAR2(12):='amsvescb.pls';

Line 4: g_pkg_name CONSTANT VARCHAR2(30):='AMS_EventSchedule_Copy_PVT';

1: PACKAGE BODY AMS_EventSchedule_Copy_PVT AS
2: /* $Header: amsvescb.pls 120.6 2006/05/16 02:04:26 batoleti noship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30):='AMS_EventSchedule_Copy_PVT';
5: g_file_name CONSTANT VARCHAR2(12):='amsvescb.pls';
6: G_OBJECT_TYPE_MODEL CONSTANT VARCHAR2(30) := 'EVEO';
7:
8: G_ATTRIBUTE_GEOS CONSTANT VARCHAR2(30) := 'GEOS';

Line 469: AMS_EventSchedule_Copy_PVT.get_agenda_name (

465: fnd_message.set_token ('ELEMENTS', l_lookup_meaning, TRUE);
466: l_mesg_text := fnd_message.get;
467:
468: p_errmsg := SUBSTR ( l_mesg_text || ' - ' ||
469: AMS_EventSchedule_Copy_PVT.get_agenda_name (
470: agenda_rec.parent_event_offer_id
471: ), 1, 4000);
472: ams_cpyutility_pvt.write_log_mesg ( p_src_act_type,
473: p_src_act_id,

Line 494: AMS_EventSchedule_Copy_PVT.get_agenda_name (

490: fnd_message.set_name ('AMS', 'AMS_COPY_ERROR2');
491: fnd_message.set_token ('ELEMENTS', l_lookup_meaning, TRUE);
492: l_mesg_text := fnd_message.get;
493: p_errmsg := SUBSTR ( l_mesg_text ||
494: AMS_EventSchedule_Copy_PVT.get_agenda_name (
495: agenda_rec.parent_event_offer_id
496: ) || p_errmsg, 1, 4000);
497: ams_cpyutility_pvt.write_log_mesg ( p_src_act_type,
498: p_src_act_id,

Line 684: AMS_EventSchedule_Copy_PVT.get_agenda_name (

680: fnd_message.set_token ('ELEMENTS', l_lookup_meaning, TRUE);
681: l_mesg_text := fnd_message.get;
682:
683: p_errmsg := SUBSTR ( l_mesg_text || ' - ' ||
684: AMS_EventSchedule_Copy_PVT.get_agenda_name (
685: l_track_cur.agenda_id
686: ), 1, 4000);
687: ams_cpyutility_pvt.write_log_mesg ( p_src_act_type,
688: p_src_act_id,

Line 767: AMS_EventSchedule_Copy_PVT.get_agenda_name (

763: fnd_message.set_token ('ELEMENTS', l_lookup_meaning, TRUE);
764: l_mesg_text := fnd_message.get;
765:
766: p_errmsg := SUBSTR ( l_mesg_text || ' - ' ||
767: AMS_EventSchedule_Copy_PVT.get_agenda_name (
768: l_session_cur.agenda_id
769: ), 1, 4000);
770: ams_cpyutility_pvt.write_log_mesg ( p_src_act_type,
771: p_src_act_id,

Line 796: AMS_EventSchedule_Copy_PVT.get_agenda_name (

792: fnd_message.set_name ('AMS', 'AMS_COPY_ERROR2');
793: fnd_message.set_token ('ELEMENTS', l_lookup_meaning, TRUE);
794: l_mesg_text := fnd_message.get;
795: p_errmsg := SUBSTR ( l_mesg_text ||
796: AMS_EventSchedule_Copy_PVT.get_agenda_name (
797: l_new_track_cur.agenda_id
798: ) || p_errmsg, 1, 4000);
799: ams_cpyutility_pvt.write_log_mesg ( p_src_act_type,
800: p_src_act_id,

Line 1088: IF AMS_CpyUtility_PVT.is_copy_attribute (AMS_EventSchedule_Copy_PVT.G_ATTRIBUTE_AGEN , p_attributes_table) = FND_API.G_TRUE THEN

1084: END IF;
1085: -- copy agenda
1086:
1087: -- soagrawa 12-may-2003 uncommented for bug# 2949268 for 11.5.10
1088: IF AMS_CpyUtility_PVT.is_copy_attribute (AMS_EventSchedule_Copy_PVT.G_ATTRIBUTE_AGEN , p_attributes_table) = FND_API.G_TRUE THEN
1089: copy_event_schedule_agenda (
1090: p_src_act_type => l_event_object_type,
1091: p_new_act_type => l_event_object_type,
1092: p_src_act_id => l_event_offer_id,

Line 1105: IF AMS_CpyUtility_PVT.is_copy_attribute (AMS_EventSchedule_Copy_PVT.G_ATTRIBUTE_RESC, p_attributes_table) = FND_API.G_TRUE THEN

1101: END IF;
1102:
1103: -- copy resources
1104: /*Commented by mukemar on may14 2002 we are not supporting the resource copy
1105: IF AMS_CpyUtility_PVT.is_copy_attribute (AMS_EventSchedule_Copy_PVT.G_ATTRIBUTE_RESC, p_attributes_table) = FND_API.G_TRUE THEN
1106: AMS_CopyElements_PVT.copy_act_resources (
1107: p_src_act_type => l_event_object_type,
1108: p_new_act_type => l_event_object_type,
1109: p_src_act_id => l_event_offer_id,

Line 1118: IF AMS_CpyUtility_PVT.is_copy_attribute (AMS_EventSchedule_Copy_PVT.G_ATTRIBUTE_CATG, p_attributes_table) = FND_API.G_TRUE THEN

1114: );
1115: END IF;
1116: */
1117: -- copy categories
1118: IF AMS_CpyUtility_PVT.is_copy_attribute (AMS_EventSchedule_Copy_PVT.G_ATTRIBUTE_CATG, p_attributes_table) = FND_API.G_TRUE THEN
1119: -- batoleti Ref bug# 5213664
1120: -- get the object type from act_actegories based on the original evet_offer_id..
1121:
1122: l_ARC_ACT_CATEGORY_USED_BY := NULL;

Line 1151: IF AMS_CpyUtility_PVT.is_copy_attribute (AMS_EventSchedule_Copy_PVT.G_ATTRIBUTE_PROD, p_attributes_table) = FND_API.G_TRUE THEN

1147: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1148: RAISE FND_API.G_EXC_ERROR;
1149: END IF;
1150: END IF;
1151: IF AMS_CpyUtility_PVT.is_copy_attribute (AMS_EventSchedule_Copy_PVT.G_ATTRIBUTE_PROD, p_attributes_table) = FND_API.G_TRUE THEN
1152: AMS_CopyElements_PVT.copy_act_prod (
1153: p_src_act_type => l_event_object_type,
1154: p_new_act_type => l_event_object_type,
1155: p_src_act_id => l_event_offer_id,

Line 1194: IF AMS_CpyUtility_PVT.is_copy_attribute (AMS_EventSchedule_Copy_PVT.G_ATTRIBUTE_MESG, p_attributes_table) = FND_API.G_TRUE THEN

1190: RAISE FND_API.G_EXC_ERROR;
1191: END IF;
1192: END IF;
1193:
1194: IF AMS_CpyUtility_PVT.is_copy_attribute (AMS_EventSchedule_Copy_PVT.G_ATTRIBUTE_MESG, p_attributes_table) = FND_API.G_TRUE THEN
1195: AMS_CopyElements_PVT.copy_act_messages(
1196: p_src_act_type => l_event_object_type,
1197: p_new_act_type => l_event_object_type,
1198: p_src_act_id => l_event_offer_id,

Line 1286: END AMS_EventSchedule_Copy_PVT;

1282:
1283:
1284: END copy_event_schedule;
1285:
1286: END AMS_EventSchedule_Copy_PVT;