DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE dependencies on PA_PROJ_STRUCTURE_PUB

Line 636: --Moved the delete_task code before delete_project_structure as PA_PROJ_STRUCTURE_PUB.DELETE_RELATIONSHIP

632: delete from pa_percent_completes
633: where project_id = x_project_id;
634:
635: --Bug 3617393
636: --Moved the delete_task code before delete_project_structure as PA_PROJ_STRUCTURE_PUB.DELETE_RELATIONSHIP
637: --call in delete_task requires data in pa_proj_elements and pa_proj_element_versions
638: -- Delete task
639:
640: temp_stack := x_err_stack;

Line 714: PA_PROJ_STRUCTURE_PUB.DELETE_RELATIONSHIP(

710:
711: -- hsiu added.
712: -- 30 Mar 2001. For Project Contracts.
713: -- Delete project structure relationship
714: PA_PROJ_STRUCTURE_PUB.DELETE_RELATIONSHIP(
715: p_api_version => 1.0,
716: p_init_msg_list => FND_API.G_FALSE,
717: p_commit => x_commit,
718: p_validate_only => FND_API.G_FALSE,

Line 1981: PA_PROJ_STRUCTURE_PUB.DELETE_RELATIONSHIP(

1977: -- hsiu added.
1978: -- 30 Mar 2001. For Project Contracts.
1979: -- Delete project structure relationship
1980: x_err_stage := 'Delete project structure relationship for task ';
1981: PA_PROJ_STRUCTURE_PUB.DELETE_RELATIONSHIP(
1982: p_api_version => 1.0,
1983: p_init_msg_list => FND_API.G_FALSE,
1984: p_commit => FND_API.G_TRUE,
1985: p_validate_only => FND_API.G_FALSE,