DBA Data[Home] [Help]

APPS.PA_DELIVERABLE_PUB dependencies on PA_DELIVERABLE_PVT

Line 14: -- : Call Create_Deliveable procedure of the pa_deliverable_pvt package.

10: -- Type : PUBLIC
11: -- Purpose : Create Deliveable Page calls this procedure to create deliverables
12: -- Note : Check for input parameter validations and short name uniqueness.
13: -- : Retrieve carrying_out_organization_id and structure_info.
14: -- : Call Create_Deliveable procedure of the pa_deliverable_pvt package.
15: -- Assumptions : None
16:
17: -- Parameters Type Required Description and Purpose
18: -- --------------------------- ------ -------- --------------------------------------------------------

Line 510: Pa_Debug.WRITE(g_module_name,' Calling PA_DELIVERABLE_PVT.Create_Deliverable',

506:
507: -- else call create_deliveable procedure of pa_deliveable_pvt package
508:
509: IF l_debug_mode = 'Y' THEN
510: Pa_Debug.WRITE(g_module_name,' Calling PA_DELIVERABLE_PVT.Create_Deliverable',
511: l_debug_level3);
512: END IF;
513:
514: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 518: PA_DELIVERABLE_PVT.Create_Deliverable

514: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
515: RAISE FND_API.G_EXC_ERROR;
516: END IF;
517:
518: PA_DELIVERABLE_PVT.Create_Deliverable
519: (
520: p_api_version => p_api_version
521: ,p_init_msg_list => FND_API.G_FALSE
522: ,p_commit => p_commit

Line 575: Pa_Debug.WRITE(g_module_name,' Returned from PA_DELIVERABLE_PVT.Create_Deliverable['||x_return_status||']',

571: ,x_msg_data => l_msg_data
572: );
573:
574: IF l_debug_mode = 'Y' THEN
575: Pa_Debug.WRITE(g_module_name,' Returned from PA_DELIVERABLE_PVT.Create_Deliverable['||x_return_status||']',
576: l_debug_level3);
577: END IF;
578:
579: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 793: -- : Call Update_Deliverable procedure of the pa_deliverable_pvt package.

789: -- Type : PUBLIC
790: -- Purpose : Create Deliveable Page calls this procedure to create deliverables
791: -- Note : Check for input parameter validations and short name uniqueness.
792: -- : Retrieve carrying_out_organization_id and structure_info.
793: -- : Call Update_Deliverable procedure of the pa_deliverable_pvt package.
794: -- Assumptions : None
795:
796: -- Parameters Type Required Description and Purpose
797: -- --------------------------- ------ -------- --------------------------------------------------------

Line 1237: Pa_Debug.WRITE(g_module_name,' Calling PA_DELIVERABLE_PVT.Update_Deliverable',

1233: l_debug_level3);
1234: END IF;
1235:
1236: IF l_debug_mode = 'Y' THEN
1237: Pa_Debug.WRITE(g_module_name,' Calling PA_DELIVERABLE_PVT.Update_Deliverable',
1238: l_debug_level3);
1239: END IF;
1240:
1241: PA_DELIVERABLE_PVT.Update_Deliverable

Line 1241: PA_DELIVERABLE_PVT.Update_Deliverable

1237: Pa_Debug.WRITE(g_module_name,' Calling PA_DELIVERABLE_PVT.Update_Deliverable',
1238: l_debug_level3);
1239: END IF;
1240:
1241: PA_DELIVERABLE_PVT.Update_Deliverable
1242: (
1243: p_api_version => p_api_version
1244: ,p_init_msg_list => FND_API.G_FALSE
1245: ,p_commit => p_commit

Line 1298: Pa_Debug.WRITE(g_module_name,' Returned from PA_DELIVERABLE_PVT.Update_Deliverable',

1294: ,x_msg_data => l_msg_data
1295: );
1296:
1297: IF l_debug_mode = 'Y' THEN
1298: Pa_Debug.WRITE(g_module_name,' Returned from PA_DELIVERABLE_PVT.Update_Deliverable',
1299: l_debug_level3);
1300: END IF;
1301:
1302:

Line 1599: pa_debug.g_err_stage:= 'Calling PA_DELIVERABLE_PVT.DELETE_DLV_TASK_ASSOCIATION ';

1595: RAISE Invalid_Arg_Exc_Dlv;
1596: END IF;
1597:
1598: IF l_debug_mode = 'Y' THEN
1599: pa_debug.g_err_stage:= 'Calling PA_DELIVERABLE_PVT.DELETE_DLV_TASK_ASSOCIATION ';
1600: pa_debug.write(g_module_name,pa_debug.g_err_stage,3);
1601: END IF;
1602:
1603: -- Call PA_DELIVERAB_PVT.DELETE_DLV_TASK_ASSOCIATION

Line 1604: PA_DELIVERABLE_PVT.DELETE_DLV_TASK_ASSOCIATION

1600: pa_debug.write(g_module_name,pa_debug.g_err_stage,3);
1601: END IF;
1602:
1603: -- Call PA_DELIVERAB_PVT.DELETE_DLV_TASK_ASSOCIATION
1604: PA_DELIVERABLE_PVT.DELETE_DLV_TASK_ASSOCIATION
1605: (p_api_version => p_api_version
1606: ,p_init_msg_list => p_init_msg_list
1607: ,p_commit => p_commit
1608: ,p_validate_only => p_validate_only

Line 1788: PA_DELIVERABLE_PVT.DELETE_DELIVERABLE

1784: l_return_status := FND_API.G_RET_STS_SUCCESS ;
1785: l_msg_count := 0 ;
1786: l_msg_data := null ;
1787:
1788: PA_DELIVERABLE_PVT.DELETE_DELIVERABLE
1789: (p_api_version => p_api_version
1790: ,p_init_msg_list => p_init_msg_list
1791: ,p_commit => p_commit
1792: ,p_validate_only => p_validate_only

Line 1988: PA_DELIVERABLE_PVT.CREATE_ASSOCIATIONS_IN_BULK

1984: RAISE Invalid_Arg_Exc_Dlv;
1985: END IF;
1986:
1987: IF nvl(p_element_id_tbl.LAST,0)>0 THEN
1988: PA_DELIVERABLE_PVT.CREATE_ASSOCIATIONS_IN_BULK
1989: (p_api_version => p_api_version
1990: ,p_init_msg_list => FND_API.G_FALSE
1991: ,p_commit => p_commit
1992: ,p_validate_only => p_validate_only

Line 2151: pa_debug.g_err_stage:= 'Calling PA_DELIVERABLE_PVT.DELETE_DELIVERABLE_STRUCTURE';

2147: RAISE Invalid_Arg_Exc_Dlv;
2148: END IF;
2149:
2150: IF l_debug_mode = 'Y' THEN
2151: pa_debug.g_err_stage:= 'Calling PA_DELIVERABLE_PVT.DELETE_DELIVERABLE_STRUCTURE';
2152: pa_debug.write(g_module_name,pa_debug.g_err_stage,3);
2153: END IF;
2154:
2155: -- Call the pvt API

Line 2156: PA_DELIVERABLE_PVT.DELETE_DELIVERABLE_STRUCTURE

2152: pa_debug.write(g_module_name,pa_debug.g_err_stage,3);
2153: END IF;
2154:
2155: -- Call the pvt API
2156: PA_DELIVERABLE_PVT.DELETE_DELIVERABLE_STRUCTURE
2157: (p_debug_mode => l_debug_mode
2158: ,p_project_id => p_project_id
2159: ,x_return_status => x_return_status
2160: ,x_msg_count => x_msg_count

Line 2285: PA_DELIVERABLE_PVT.DELETE_DLV_TASK_ASSCN_IN_BULK

2281: ,p_msg_name => 'PA_INV_PARAM_PASSED');
2282: RAISE Invalid_Arg_Exc_Dlv;
2283: END IF;
2284:
2285: PA_DELIVERABLE_PVT.DELETE_DLV_TASK_ASSCN_IN_BULK
2286: (p_api_version => p_api_version
2287: ,p_init_msg_list => p_init_msg_list
2288: ,p_commit => p_commit
2289: ,p_validate_only => p_validate_only

Line 2419: pa_debug.g_err_stage:= 'Calling PA_DELIVERABLE_PVT.DELETE_DLV_ASSOCIATIONS';

2415: RAISE Invalid_Arg_Exc_Dlv;
2416: END IF;
2417:
2418: IF l_debug_mode = 'Y' THEN
2419: pa_debug.g_err_stage:= 'Calling PA_DELIVERABLE_PVT.DELETE_DLV_ASSOCIATIONS';
2420: pa_debug.write(g_module_name,pa_debug.g_err_stage,3) ;
2421: END IF ;
2422:
2423: PA_DELIVERABLE_PVT.DELETE_DLV_ASSOCIATIONS

Line 2423: PA_DELIVERABLE_PVT.DELETE_DLV_ASSOCIATIONS

2419: pa_debug.g_err_stage:= 'Calling PA_DELIVERABLE_PVT.DELETE_DLV_ASSOCIATIONS';
2420: pa_debug.write(g_module_name,pa_debug.g_err_stage,3) ;
2421: END IF ;
2422:
2423: PA_DELIVERABLE_PVT.DELETE_DLV_ASSOCIATIONS
2424: (p_api_version => p_api_version
2425: ,p_init_msg_list => p_init_msg_list
2426: ,p_commit => p_commit
2427: ,p_validate_only => p_validate_only

Line 2557: PA_DELIVERABLE_PVT.COPY_DELIVERABLES

2553: pa_debug.g_err_stage:= 'p_task_version_id is '||p_task_version_id;
2554: pa_debug.write(g_module_name,pa_debug.g_err_stage,3) ;
2555: END IF;
2556:
2557: PA_DELIVERABLE_PVT.COPY_DELIVERABLES
2558: (p_api_version => p_api_version
2559: ,p_init_msg_list => FND_API.G_FALSE
2560: ,p_debug_mode => l_debug_mode
2561: ,p_source_project_id => p_source_project_id