DBA Data[Home] [Help]

APPS.PA_PROGRESS_PVT dependencies on PA_PROJECT_STRUCTURE_PVT1

Line 3537: PA_PROJECT_STRUCTURE_PVT1.update_sch_dirty_flag(

3533: -- For performance changes, it was removed and replaced with direct update statement
3534: -- The follwoing portion for dirty schedule was missing out.
3535: IF PA_PROJECT_STRUCTURE_UTILS.CHECK_THIRD_PARTY_SCH_FLAG(p_project_id)= 'Y' THEN
3536:
3537: PA_PROJECT_STRUCTURE_PVT1.update_sch_dirty_flag(
3538: p_structure_version_id => p_structure_version_id
3539: ,p_dirty_flag => 'Y'
3540: ,x_return_status => x_return_status
3541: ,x_msg_count => x_msg_count

Line 13616: PA_PROJECT_STRUCTURE_PVT1.update_sch_dirty_flag(

13612: -- For performance changes, it was removed and replaced with direct update statement
13613: -- The follwoing portion for dirty schedule was missing out.
13614: IF PA_PROJECT_STRUCTURE_UTILS.CHECK_THIRD_PARTY_SCH_FLAG(p_project_id)= 'Y'
13615: THEN
13616: PA_PROJECT_STRUCTURE_PVT1.update_sch_dirty_flag(
13617: p_structure_version_id => p_structure_version_id
13618: ,p_dirty_flag => 'Y'
13619: ,x_return_status => x_return_status
13620: ,x_msg_count => x_msg_count

Line 17237: PA_PROJECT_STRUCTURE_PVT1.update_sch_dirty_flag(

17233: -- For performance changes, it was removed and replaced with direct update statement
17234: -- The follwoing portion for dirty schedule was missing out.
17235: IF PA_PROJECT_STRUCTURE_UTILS.CHECK_THIRD_PARTY_SCH_FLAG(p_project_id)= 'Y'
17236: THEN
17237: PA_PROJECT_STRUCTURE_PVT1.update_sch_dirty_flag(
17238: p_structure_version_id => p_structure_version_id
17239: ,p_dirty_flag => 'Y'
17240: ,x_return_status => x_return_status
17241: ,x_msg_count => x_msg_count