DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_PVT dependencies on AMS_TASK_PVT

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

721:
722:
723: -- create task
724: IF (AMS_DEBUG_HIGH_ON) THEN
725: AMS_Utility_PVT.debug_message('calling AMS_TASK_PVT.Create_task');
726: END IF;
727:
728: IF SYSDATE > l_deliv_rec.forecasted_complete_date THEN
729: l_task_planned_start_date := l_deliv_rec.forecasted_complete_date;

Line 736: AMS_TASK_PVT.Create_task

732:
733: l_source_object_name := substr(l_deliv_rec.deliverable_name,1,80);
734:
735:
736: AMS_TASK_PVT.Create_task
737: (
738: p_api_version => l_api_version,
739: p_init_msg_list => FND_API.g_false, -- use the same message queue as the calling API
740: p_commit => FND_API.g_false, -- committing in the called api will cause problems with rollback in the calling API

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

792: END IF;
793:
794: -- create task assignment
795: IF (AMS_DEBUG_HIGH_ON) THEN
796: AMS_Utility_PVT.debug_message('calling AMS_TASK_PVT.Create_Task_Assignment');
797: END IF;
798:
799: AMS_TASK_PVT.Create_Task_Assignment (
800: p_api_version => l_api_version,

Line 799: AMS_TASK_PVT.Create_Task_Assignment (

795: IF (AMS_DEBUG_HIGH_ON) THEN
796: AMS_Utility_PVT.debug_message('calling AMS_TASK_PVT.Create_Task_Assignment');
797: END IF;
798:
799: AMS_TASK_PVT.Create_Task_Assignment (
800: p_api_version => l_api_version,
801: p_init_msg_list => FND_API.g_false,
802: p_commit => FND_API.g_false,
803: p_task_id => x_task_id,