DBA Data[Home] [Help]

APPS.AMS_EVHRULES_PVT dependencies on AMS_EVHRULES_PVT

Line 1: PACKAGE BODY AMS_EvhRules_PVT AS

1: PACKAGE BODY AMS_EvhRules_PVT AS
2: /* $Header: amsvebrb.pls 120.1 2006/01/20 06:02:55 vmodur noship $ */
3: g_pkg_name CONSTANT VARCHAR2(30):='AMS_EvhRules_PVT';
4:
5: -----------------------------------------------------------------------

Line 3: g_pkg_name CONSTANT VARCHAR2(30):='AMS_EvhRules_PVT';

1: PACKAGE BODY AMS_EvhRules_PVT AS
2: /* $Header: amsvebrb.pls 120.1 2006/01/20 06:02:55 vmodur noship $ */
3: g_pkg_name CONSTANT VARCHAR2(30):='AMS_EvhRules_PVT';
4:
5: -----------------------------------------------------------------------
6: -- PROCEDURE
7: -- handle_evh_status

Line 106: AMS_EvhRules_PVT.process_leads(p_event_id => l_event_offer_id);

102: AMS_Utility_PVT.Error_Message('AMS_API_RECORD_NOT_FOUND');
103: RAISE FND_API.g_exc_error;
104: END IF;
105:
106: AMS_EvhRules_PVT.process_leads(p_event_id => l_event_offer_id);
107:
108: ELSE -- Can not cancel the schedule as the status is can not go to cancel from current status
109: CLOSE c_ev_schedule;
110: AMS_Utility_PVT.Error_Message('AMS_EVEH_CANNOT_COMPLETE');

Line 1241: AMS_EvhRules_PVT.Update_Event_Header_Status(p_event_header_id => p_event_id,

1237: system_status_code = AMS_Utility_PVT.get_system_status_code(l_new_status_id),
1238: last_status_date = SYSDATE
1239: WHERE event_header_id = p_event_id; */
1240:
1241: AMS_EvhRules_PVT.Update_Event_Header_Status(p_event_header_id => p_event_id,
1242: p_new_status_id => l_new_status_id,
1243: p_new_status_code => AMS_Utility_PVT.get_system_status_code(l_new_status_id)
1244: );
1245:

Line 3066: END AMS_EvhRules_PVT;

3062:
3063: END Send_Out_Information ;
3064:
3065:
3066: END AMS_EvhRules_PVT;