DBA Data[Home] [Help]

APPS.PA_R_PROJECT_RESOURCES_PVT dependencies on JTF_CALENDARS_B

Line 820: FROM JTF_CALENDARS_B -- change to base table - bug 4350758

816:
817: BEGIN
818: SELECT start_date_active
819: INTO l_calander_start_date
820: FROM JTF_CALENDARS_B -- change to base table - bug 4350758
821: WHERE calendar_id = l_calendar_id;
822: EXCEPTION
823: WHEN OTHERS THEN
824: l_calander_start_date := null;