DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_PVT dependencies on AMS_TASK_PVT

Line 712: AMS_Utility_PVT.debug_message('calling AMS_TASK_PVT.Create_task');

708:
709:
710: -- create task
711: IF (AMS_DEBUG_HIGH_ON) THEN
712: AMS_Utility_PVT.debug_message('calling AMS_TASK_PVT.Create_task');
713: END IF;
714:
715: IF SYSDATE > l_deliv_rec.forecasted_complete_date THEN
716: l_task_planned_start_date := l_deliv_rec.forecasted_complete_date;

Line 723: AMS_TASK_PVT.Create_task

719:
720: l_source_object_name := substr(l_deliv_rec.deliverable_name,1,80);
721:
722:
723: AMS_TASK_PVT.Create_task
724: (
725: p_api_version => l_api_version,
726: p_init_msg_list => FND_API.g_false, -- use the same message queue as the calling API
727: p_commit => FND_API.g_false, -- committing in the called api will cause problems with rollback in the calling API

Line 783: AMS_Utility_PVT.debug_message('calling AMS_TASK_PVT.Create_Task_Assignment');

779: END IF;
780:
781: -- create task assignment
782: IF (AMS_DEBUG_HIGH_ON) THEN
783: AMS_Utility_PVT.debug_message('calling AMS_TASK_PVT.Create_Task_Assignment');
784: END IF;
785:
786: AMS_TASK_PVT.Create_Task_Assignment (
787: p_api_version => l_api_version,

Line 786: AMS_TASK_PVT.Create_Task_Assignment (

782: IF (AMS_DEBUG_HIGH_ON) THEN
783: AMS_Utility_PVT.debug_message('calling AMS_TASK_PVT.Create_Task_Assignment');
784: END IF;
785:
786: AMS_TASK_PVT.Create_Task_Assignment (
787: p_api_version => l_api_version,
788: p_init_msg_list => FND_API.g_false,
789: p_commit => FND_API.g_false,
790: p_task_id => x_task_id,