DBA Data[Home] [Help]

APPS.PA_RBS_ELEMENTS_PUB dependencies on PA_RES_TYPES_TL

Line 617: Pa_Res_Types_TL

613: Cursor c3(P_Id IN Number) Is
614: Select
615: Name
616: From
617: Pa_Res_Types_TL
618: Where
619: Res_Type_Id = P_Id
620: And Language = UserEnv('LANG');
621: