DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_DELIVERABLE_PUB

Line 30038: --Called subprograms: PA_DELIVERABLE_PUB.CREATE_DELIVERABLE

30034: --Type: Procedure
30035: --Description: This procedure creates a deliverable and its related actions
30036: -- which are passed through actions PLSQL table
30037: --
30038: --Called subprograms: PA_DELIVERABLE_PUB.CREATE_DELIVERABLE
30039: -- Pa_Actions_Pub.Create_Dlvr_Actions_Wrapper
30040: --
30041: --
30042: --

Line 30425: -- All other validations done in PA_DELIVERABLE_PUB.CREATE_DELIVERABLE

30421: END IF;
30422:
30423: -- 3651542 end
30424:
30425: -- All other validations done in PA_DELIVERABLE_PUB.CREATE_DELIVERABLE
30426: --invoke the api to create deliverable
30427: Pa_Deliverable_Pub.Create_Deliverable
30428: ( p_api_version => p_api_version
30429: , p_init_msg_list => FND_API.G_FALSE -- passed as false as doesn't want message stack to be reset.

Line 30427: Pa_Deliverable_Pub.Create_Deliverable

30423: -- 3651542 end
30424:
30425: -- All other validations done in PA_DELIVERABLE_PUB.CREATE_DELIVERABLE
30426: --invoke the api to create deliverable
30427: Pa_Deliverable_Pub.Create_Deliverable
30428: ( p_api_version => p_api_version
30429: , p_init_msg_list => FND_API.G_FALSE -- passed as false as doesn't want message stack to be reset.
30430: -- 3735792, passing p_commit as false to next level api calls
30431: , p_commit => FND_API.G_FALSE

Line 31191: --Called subprograms: PA_DELIVERABLE_PUB.UPDATE_DELIVERABLE

31187: --Type: Procedure
31188: --Description: This procedure updates a deliverable and its related actions
31189: -- which are passed through actions PLSQL table
31190: --
31191: --Called subprograms: PA_DELIVERABLE_PUB.UPDATE_DELIVERABLE
31192: -- Pa_Actions_Pub.Create_Dlvr_Actions_Wrapper
31193: --
31194: --
31195: --

Line 31453: -- All other validations done in PA_DELIVERABLE_PUB.UPDATE_DELIVERABLE

31449: IF p_debug_mode = 'Y' THEN
31450: pa_debug.write(g_pkg_name,'Updatinging deliverable ['|| p_deliverable_short_name||']['||l_deliverable_id||']['||l_project_id||']['||l_task_id||']',3);
31451: END IF;
31452:
31453: -- All other validations done in PA_DELIVERABLE_PUB.UPDATE_DELIVERABLE
31454: --invoke the api to Update deliverable
31455:
31456: Pa_Deliverable_Pub.Update_Deliverable
31457: ( p_api_version => p_api_version

Line 31456: Pa_Deliverable_Pub.Update_Deliverable

31452:
31453: -- All other validations done in PA_DELIVERABLE_PUB.UPDATE_DELIVERABLE
31454: --invoke the api to Update deliverable
31455:
31456: Pa_Deliverable_Pub.Update_Deliverable
31457: ( p_api_version => p_api_version
31458: , p_init_msg_list => p_init_msg_list
31459: -- 3735792, passing p_commit as false to next level api calls
31460: , p_commit => FND_API.G_FALSE

Line 31514: pa_debug.g_err_stage := 'Pa_Deliverable_Pub.Update_Deliverable return status ['||x_return_status||']';

31510: x_msg_count := l_msg_count;
31511: x_msg_data := l_msg_data;
31512:
31513: IF p_debug_mode = 'Y' THEN
31514: pa_debug.g_err_stage := 'Pa_Deliverable_Pub.Update_Deliverable return status ['||x_return_status||']';
31515: pa_debug.write(g_pkg_name,pa_debug.g_err_stage,3);
31516: END IF;
31517:
31518: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN

Line 32924: pa_deliverable_pub.DELETE_DLV_TASK_ASSOCIATION

32920: -- Derive Object Relationship ID
32921: l_object_relationship_id := Pa_Deliverable_Utils.Get_Dlvr_Task_Asscn_ID(l_deliverable_id, l_task_id);
32922:
32923: -- Calling deliverable api to Delete Association
32924: pa_deliverable_pub.DELETE_DLV_TASK_ASSOCIATION
32925: (p_api_version => p_api_version
32926: ,p_init_msg_list => FND_API.G_FALSE
32927: ,p_commit => FND_API.G_FALSE
32928: ,p_validate_only => FND_API.G_FALSE

Line 34502: -- All other validations done in PA_DELIVERABLE_PUB.CREATE_DELIVERABLE

34498: pa_debug.write(g_pkg_name,pa_debug.g_err_stage,3);
34499: END IF;
34500:
34501:
34502: -- All other validations done in PA_DELIVERABLE_PUB.CREATE_DELIVERABLE
34503: -- call PA_PROJ_STRUC_MAPPING_PUB.CREATE_MAPPING here only
34504:
34505: PA_PROJ_STRUC_MAPPING_PUB.CREATE_MAPPING
34506: (