DBA Data[Home] [Help]

APPS.PA_PROJECTS_PKG1 dependencies on PA_PROJECT_CTX_SEARCH_PVT

Line 387: PA_PROJECT_CTX_SEARCH_PVT.UPDATE_ROW (

383: end if;
384:
385: -- anlee
386: -- Added for intermedia search
387: PA_PROJECT_CTX_SEARCH_PVT.UPDATE_ROW (
388: p_project_id => x_project_id
389: ,p_template_flag => x_template_flag
390: ,p_project_name => x_name
391: ,p_project_number => x_segment1

Line 416: PA_PROJECT_CTX_SEARCH_PVT.DELETE_ROW (

412: OPEN get_template_flag;
413: FETCH get_template_flag INTO l_template_flag;
414: CLOSE get_template_flag;
415:
416: PA_PROJECT_CTX_SEARCH_PVT.DELETE_ROW (
417: p_project_id => x_project_id
418: ,p_template_flag => l_template_flag
419: ,x_return_status => l_return_status );
420: -- anlee end of changes