DBA Data[Home] [Help]

APPS.PA_RES_LIST_ASSIGNMENTS dependencies on PA_PROJECTS_ALL

Line 17: Select Project_Id from Pa_Projects_all -- changed for bug 6743458

13: W_End_Date Date;
14: W_User_id Number := 0;
15: W_Login_id Number := 0;
16: Cursor Proj_Cur is
17: Select Project_Id from Pa_Projects_all -- changed for bug 6743458
18: where Project_id = X_Project_Id;
19: Cursor Res_List_Cur is
20: Select End_Date_Active from PA_RESOURCE_LISTS
21: where Resource_list_Id = X_Resource_List_id;