DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PVT1 dependencies on PA_PROJ_STRUC_MAPPING_PUB

Line 5117: PA_PROJ_STRUC_MAPPING_PUB.copy_mapping(

5113: where project_id = l_project_id and element_version_id = l_new_struct_ver_id;
5114:
5115: --3755117 for copying mapping
5116: BEGIN
5117: PA_PROJ_STRUC_MAPPING_PUB.copy_mapping(
5118: p_context => 'PUBLISH_VERSION'
5119: ,p_src_project_id => l_project_id
5120: ,p_dest_project_id => l_project_id
5121: ,p_src_str_version_id => p_structure_version_id

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

5131: EXCEPTION
5132: WHEN OTHERS THEN
5133: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_PVT1',
5134: p_procedure_name => 'PUBLISH_STRUCTURE',
5135: p_error_text => SUBSTRB('PA_PROJ_STRUC_MAPPING_PUB.COPY_MAPPING:'||SQLERRM,1,240));
5136: RAISE FND_API.G_EXC_ERROR;
5137: END;
5138: */
5139: --end bug 4019845

Line 13979: PA_PROJ_STRUC_MAPPING_PUB.copy_mapping(

13975: end if; -- Fix for Bug # 4530436.
13976:
13977: --3755117 for copying mapping
13978: BEGIN
13979: PA_PROJ_STRUC_MAPPING_PUB.copy_mapping(
13980: p_context => 'CREATE_WORKING_VERSION'
13981: ,p_src_project_id => l_project_id
13982: ,p_dest_project_id => l_project_id
13983: ,p_src_str_version_id => p_structure_version_id

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

13993: EXCEPTION
13994: WHEN OTHERS THEN
13995: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_PVT1',
13996: p_procedure_name => 'COPY_STRUCTURE_VERSION_BULK',
13997: p_error_text => SUBSTRB('PA_PROJ_STRUC_MAPPING_PUB.copy_mapping:'||SQLERRM,1,240));
13998: RAISE FND_API.G_EXC_ERROR;
13999: END;
14000:
14001: -- Changes added by skannoji

Line 17184: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(

17180: (p_workplan_enabled_flag = 'N' and p_financial_enabled_flag = 'Y') OR
17181: (p_workplan_enabled_flag = 'Y' and p_financial_enabled_flag = 'N') THEN
17182: --disabled both/workplan/financial
17183: --remove mapping APIs
17184: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(
17185: p_project_id => p_project_id
17186: ,x_return_status => l_return_status
17187: ,x_msg_count => l_msg_count
17188: ,x_msg_data => l_msg_data);

Line 17291: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(

17287:
17288: ELSIF (p_workplan_enabled_flag = 'Y' and p_financial_enabled_flag = 'Y' and p_sharing_option_code IN ('SHARE_FULL','SHARE_PARTIAL')) THEN
17289: --partial share/full share
17290: --remove mapping APIs
17291: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(
17292: p_project_id => p_project_id
17293: ,x_return_status => l_return_status
17294: ,x_msg_count => l_msg_count
17295: ,x_msg_data => l_msg_data);

Line 17569: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(

17565: NULL;
17566: ELSIF (p_workplan_enabled_flag = 'Y' and p_financial_enabled_flag = 'Y' and p_sharing_option_code = 'SPLIT_NO_MAPPING') THEN
17567: --split no mapping
17568: --remove mapping APIs
17569: PA_PROJ_STRUC_MAPPING_PUB.DELETE_ALL_MAPPING(
17570: p_project_id => p_project_id
17571: ,x_return_status => l_return_status
17572: ,x_msg_count => l_msg_count
17573: ,x_msg_data => l_msg_data);