DBA Data[Home] [Help]

APPS.BIS_BUSINESS_PLAN_PVT dependencies on FND_LANGUAGES

Line 398: FROM FND_LANGUAGES L

394: , l_user_id
395: , l_login_id
396: , 'Y'
397: , userenv('LANG')
398: FROM FND_LANGUAGES L
399: , BIS_BUSINESS_PLANS P
400: WHERE L.INSTALLED_FLAG IN ('I', 'B')
401: AND P.SHORT_NAME = l_Business_Plan_Rec.Business_Plan_Short_Name
402: AND NOT EXISTS