DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PVT1 dependencies on PA_RELATIONSHIP_PUB

Line 2660: pa_relationship_pub.delete_relationship

2656: loop
2657:
2658: /*
2659:
2660: pa_relationship_pub.delete_relationship
2661: (p_api_version => p_api_version
2662: ,p_init_msg_list => p_init_msg_list
2663: ,p_commit => p_commit
2664: ,p_validate_only => p_validate_only

Line 11450: PA_RELATIONSHIP_PUB.Delete_SubProject_Association(

11446: --for workplan.
11447: FOR sub_projects_rec in sub_projects(l_project_id, 'LW') LOOP
11448: IF PA_PROJECT_STRUCTURE_UTILS.Check_Struc_Ver_Published(sub_projects_rec.sub_project_id, sub_projects_rec.sub_structure_ver_id) = 'N'
11449: THEN
11450: PA_RELATIONSHIP_PUB.Delete_SubProject_Association(
11451: p_object_relationships_id => sub_projects_rec.object_relationship_id,
11452: p_record_version_number => sub_projects_rec.record_version_number,
11453: x_return_status => l_return_status,
11454: x_msg_count => l_msg_count,

Line 15585: pa_relationship_pub.delete_subproject_association

15581: loop
15582:
15583: -- Delete the 'LW' or 'LF' links that currently exist from the task version.
15584:
15585: pa_relationship_pub.delete_subproject_association
15586: (p_api_version => p_api_version
15587: ,p_init_msg_list => p_init_msg_list
15588: ,p_commit => p_commit
15589: ,p_validate_only => p_validate_only

Line 15602: pa_relationship_pub.create_subproject_association

15598: ,x_msg_data => x_msg_data);
15599:
15600: -- Create both the 'LW' and 'LF' links anew from the task version.
15601:
15602: pa_relationship_pub.create_subproject_association
15603: (p_api_version => p_api_version
15604: ,p_init_msg_list => p_init_msg_list
15605: ,p_commit => p_commit
15606: ,p_validate_only => p_validate_only

Line 16078: pa_relationship_pub.delete_subproject_association

16074: loop
16075:
16076: -- Delete the 'LW' or 'LF' links that currently exist from the task version.
16077:
16078: pa_relationship_pub.delete_subproject_association
16079: (p_api_version => p_api_version
16080: ,p_init_msg_list => p_init_msg_list
16081: ,p_commit => p_commit
16082: ,p_validate_only => p_validate_only

Line 16095: pa_relationship_pub.create_subproject_association

16091: ,x_msg_data => x_msg_data);
16092:
16093: -- Create both the 'LW' and 'LF' links anew from the task version.
16094:
16095: pa_relationship_pub.create_subproject_association
16096: (p_api_version => p_api_version
16097: ,p_init_msg_list => p_init_msg_list
16098: ,p_commit => p_commit
16099: ,p_validate_only => p_validate_only