DBA Data[Home] [Help]

APPS.PA_RPT_UTILS dependencies on PA_PROJECT_CLASSES

Line 31: From PA_Project_Classes P

27:
28: Begin
29: Select P.Class_Code
30: Into x_class_code
31: From PA_Project_Classes P
32: Where P.Project_id = x_Project_ID
33: And P.Class_Category = x_Class_Category;
34:
35: Return x_class_code;