DBA Data[Home] [Help]

APPS.PA_PAXPRWBS_XMLP_PKG dependencies on PA_PROJECTS

Line 63: from pa_projects where proj = project_id;

59:
60: IF proj is not null then
61: select segment1,name
62: into proj_number,proj_name
63: from pa_projects where proj = project_id;
64: end if;
65: c_project_name := proj_name;
66: c_project_number := proj_number;
67: