DBA Data[Home] [Help]

APPS.PJI_PERF_RPTG_PUB dependencies on PJI_PJP_WBS_HEADER

Line 140: FROM PJI_PJP_WBS_HEADER

136:
137: begin
138: SELECT distinct WBS_VERSION_ID
139: into l_wbs_version_id
140: FROM PJI_PJP_WBS_HEADER
141: WHERE PROJECT_ID = p_project_id
142: AND PLAN_VERSION_ID = p_plan_version_id_tbl(1);
143: exception
144: when no_data_found then