DBA Data[Home] [Help]

APPS.AMS_WFTRIG_PVT dependencies on AMS_CONTCAMPAIGN_PVT

Line 671: /* AMS_ContCampaign_PVT.Schedule_Next_Trigger_Run

667:
668:
669: -- Start :anchaudh: 15 Oct'03 : uncommented the call to "Schedule_Next_Trigger_Run" and calling "Schedule_Repeat" instead.
670:
671: /* AMS_ContCampaign_PVT.Schedule_Next_Trigger_Run
672: (p_api_version => 1.0,
673: p_init_msg_list => FND_API.G_FALSE,
674: p_commit => FND_API.G_FALSE,
675: p_trigger_id => l_trigger_id,

Line 1079: AMS_ContCampaign_PVT.Perform_Checks

1075: END IF;
1076: END IF;
1077: END IF;
1078: */
1079: AMS_ContCampaign_PVT.Perform_Checks
1080: (p_api_version => 1.0 ,
1081: p_init_msg_list => FND_API.G_FALSE,
1082: x_return_status => l_return_status,
1083: x_msg_count => l_msg_count,

Line 1375: AMS_ContCampaign_PVT.Record_Result (p_result_for_id => l_trigger_id,

1371: -- Here the Pass the Result ID set by Check Process. So, If there is no check with
1372: -- this trigger(Process ID will be null) , create new row in Result table and Record Action
1373: -- If there is Check associated with trigger, modify the row created for check with Actions performed
1374:
1375: AMS_ContCampaign_PVT.Record_Result (p_result_for_id => l_trigger_id,
1376: p_process_id => l_process_id,
1377: p_action_taken => l_action_taken,
1378: x_return_status => l_return_status,
1379: x_result_id => l_process_id