DBA Data[Home] [Help]

APPS.PA_RBS_ELEMENTS_PUB dependencies on PA_RES_TYPES_TL

Line 680: Pa_Res_Types_TL

676: Cursor c3(P_Id IN Number) Is
677: Select
678: Name
679: From
680: Pa_Res_Types_TL
681: Where
682: Res_Type_Id = P_Id
683: And Language = UserEnv('LANG');
684: