DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_UTILS dependencies on PA_PROJECTS_ALL

Line 45: FROM PA_PROJECTS_ALL

41:
42: BEGIN
43: select NVL(Start_date, Creation_date)
44: INTO l_Project_Start_Date
45: FROM PA_PROJECTS_ALL
46: WHERE Project_Id = Object_Id;
47:
48: if (p_report_type_id is null) then
49: open C;