DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PVT1 dependencies on PA_PROJ_STRUC_MAPPING_PUB

Line 5057: PA_PROJ_STRUC_MAPPING_PUB.copy_mapping(

5053: where project_id = l_project_id and element_version_id = l_new_struct_ver_id;
5054:
5055: --3755117 for copying mapping
5056: BEGIN
5057: PA_PROJ_STRUC_MAPPING_PUB.copy_mapping(
5058: p_context => 'PUBLISH_VERSION'
5059: ,p_src_project_id => l_project_id
5060: ,p_dest_project_id => l_project_id
5061: ,p_src_str_version_id => p_structure_version_id

Line 5075: p_error_text => SUBSTRB('PA_PROJ_STRUC_MAPPING_PUB.COPY_MAPPING:'||SQLERRM,1,240));

5071: EXCEPTION
5072: WHEN OTHERS THEN
5073: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_PVT1',
5074: p_procedure_name => 'PUBLISH_STRUCTURE',
5075: p_error_text => SUBSTRB('PA_PROJ_STRUC_MAPPING_PUB.COPY_MAPPING:'||SQLERRM,1,240));
5076: RAISE FND_API.G_EXC_ERROR;
5077: END;
5078: */
5079: --end bug 4019845

Line 13607: PA_PROJ_STRUC_MAPPING_PUB.copy_mapping(

13603: end if; -- Fix for Bug # 4530436.
13604:
13605: --3755117 for copying mapping
13606: BEGIN
13607: PA_PROJ_STRUC_MAPPING_PUB.copy_mapping(
13608: p_context => 'CREATE_WORKING_VERSION'
13609: ,p_src_project_id => l_project_id
13610: ,p_dest_project_id => l_project_id
13611: ,p_src_str_version_id => p_structure_version_id

Line 13625: p_error_text => SUBSTRB('PA_PROJ_STRUC_MAPPING_PUB.copy_mapping:'||SQLERRM,1,240));

13621: EXCEPTION
13622: WHEN OTHERS THEN
13623: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_PVT1',
13624: p_procedure_name => 'COPY_STRUCTURE_VERSION_BULK',
13625: p_error_text => SUBSTRB('PA_PROJ_STRUC_MAPPING_PUB.copy_mapping:'||SQLERRM,1,240));
13626: RAISE FND_API.G_EXC_ERROR;
13627: END;
13628:
13629: -- Changes added by skannoji

Line 16808: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(

16804: (p_workplan_enabled_flag = 'N' and p_financial_enabled_flag = 'Y') OR
16805: (p_workplan_enabled_flag = 'Y' and p_financial_enabled_flag = 'N') THEN
16806: --disabled both/workplan/financial
16807: --remove mapping APIs
16808: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(
16809: p_project_id => p_project_id
16810: ,x_return_status => l_return_status
16811: ,x_msg_count => l_msg_count
16812: ,x_msg_data => l_msg_data);

Line 16915: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(

16911:
16912: ELSIF (p_workplan_enabled_flag = 'Y' and p_financial_enabled_flag = 'Y' and p_sharing_option_code IN ('SHARE_FULL','SHARE_PARTIAL')) THEN
16913: --partial share/full share
16914: --remove mapping APIs
16915: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(
16916: p_project_id => p_project_id
16917: ,x_return_status => l_return_status
16918: ,x_msg_count => l_msg_count
16919: ,x_msg_data => l_msg_data);

Line 17193: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(

17189: NULL;
17190: ELSIF (p_workplan_enabled_flag = 'Y' and p_financial_enabled_flag = 'Y' and p_sharing_option_code = 'SPLIT_NO_MAPPING') THEN
17191: --split no mapping
17192: --remove mapping APIs
17193: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(
17194: p_project_id => p_project_id
17195: ,x_return_status => l_return_status
17196: ,x_msg_count => l_msg_count
17197: ,x_msg_data => l_msg_data);