DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_DELIVERABLE_PUB

Line 29413: --Called subprograms: PA_DELIVERABLE_PUB.CREATE_DELIVERABLE

29409: --Type: Procedure
29410: --Description: This procedure creates a deliverable and its related actions
29411: -- which are passed through actions PLSQL table
29412: --
29413: --Called subprograms: PA_DELIVERABLE_PUB.CREATE_DELIVERABLE
29414: -- Pa_Actions_Pub.Create_Dlvr_Actions_Wrapper
29415: --
29416: --
29417: --

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

29796: END IF;
29797:
29798: -- 3651542 end
29799:
29800: -- All other validations done in PA_DELIVERABLE_PUB.CREATE_DELIVERABLE
29801: --invoke the api to create deliverable
29802: Pa_Deliverable_Pub.Create_Deliverable
29803: ( p_api_version => p_api_version
29804: , p_init_msg_list => FND_API.G_FALSE -- passed as false as doesn't want message stack to be reset.

Line 29802: Pa_Deliverable_Pub.Create_Deliverable

29798: -- 3651542 end
29799:
29800: -- All other validations done in PA_DELIVERABLE_PUB.CREATE_DELIVERABLE
29801: --invoke the api to create deliverable
29802: Pa_Deliverable_Pub.Create_Deliverable
29803: ( p_api_version => p_api_version
29804: , p_init_msg_list => FND_API.G_FALSE -- passed as false as doesn't want message stack to be reset.
29805: -- 3735792, passing p_commit as false to next level api calls
29806: , p_commit => FND_API.G_FALSE

Line 30566: --Called subprograms: PA_DELIVERABLE_PUB.UPDATE_DELIVERABLE

30562: --Type: Procedure
30563: --Description: This procedure updates a deliverable and its related actions
30564: -- which are passed through actions PLSQL table
30565: --
30566: --Called subprograms: PA_DELIVERABLE_PUB.UPDATE_DELIVERABLE
30567: -- Pa_Actions_Pub.Create_Dlvr_Actions_Wrapper
30568: --
30569: --
30570: --

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

30824: IF p_debug_mode = 'Y' THEN
30825: pa_debug.write(g_pkg_name,'Updatinging deliverable ['|| p_deliverable_short_name||']['||l_deliverable_id||']['||l_project_id||']['||l_task_id||']',3);
30826: END IF;
30827:
30828: -- All other validations done in PA_DELIVERABLE_PUB.UPDATE_DELIVERABLE
30829: --invoke the api to Update deliverable
30830:
30831: Pa_Deliverable_Pub.Update_Deliverable
30832: ( p_api_version => p_api_version

Line 30831: Pa_Deliverable_Pub.Update_Deliverable

30827:
30828: -- All other validations done in PA_DELIVERABLE_PUB.UPDATE_DELIVERABLE
30829: --invoke the api to Update deliverable
30830:
30831: Pa_Deliverable_Pub.Update_Deliverable
30832: ( p_api_version => p_api_version
30833: , p_init_msg_list => p_init_msg_list
30834: -- 3735792, passing p_commit as false to next level api calls
30835: , p_commit => FND_API.G_FALSE

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

30885: x_msg_count := l_msg_count;
30886: x_msg_data := l_msg_data;
30887:
30888: IF p_debug_mode = 'Y' THEN
30889: pa_debug.g_err_stage := 'Pa_Deliverable_Pub.Update_Deliverable return status ['||x_return_status||']';
30890: pa_debug.write(g_pkg_name,pa_debug.g_err_stage,3);
30891: END IF;
30892:
30893: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN

Line 32299: pa_deliverable_pub.DELETE_DLV_TASK_ASSOCIATION

32295: -- Derive Object Relationship ID
32296: l_object_relationship_id := Pa_Deliverable_Utils.Get_Dlvr_Task_Asscn_ID(l_deliverable_id, l_task_id);
32297:
32298: -- Calling deliverable api to Delete Association
32299: pa_deliverable_pub.DELETE_DLV_TASK_ASSOCIATION
32300: (p_api_version => p_api_version
32301: ,p_init_msg_list => FND_API.G_FALSE
32302: ,p_commit => FND_API.G_FALSE
32303: ,p_validate_only => FND_API.G_FALSE

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

33873: pa_debug.write(g_pkg_name,pa_debug.g_err_stage,3);
33874: END IF;
33875:
33876:
33877: -- All other validations done in PA_DELIVERABLE_PUB.CREATE_DELIVERABLE
33878: -- call PA_PROJ_STRUC_MAPPING_PUB.CREATE_MAPPING here only
33879:
33880: PA_PROJ_STRUC_MAPPING_PUB.CREATE_MAPPING
33881: (