DBA Data[Home] [Help]

APPS.PA_WORK_TYPE_UPGRADE dependencies on PA_PROJECT_TYPES_ALL

Line 83: Pa_Project_Types_All Pt

79: Cursor C_Projects Is
80: Select P.Project_Id,
81: Pt.Work_Type_Id
82: From Pa_Projects_All P,
83: Pa_Project_Types_All Pt
84: Where P.Project_Type = Pt.Project_Type
85: And nvl(P.Org_Id, -99) = nvl(Pt.Org_Id, -99)
86: And Pt.Work_Type_Id is not NULL;
87: