DBA Data[Home] [Help]

APPS.PA_RBS_PUB dependencies on PA_LOOKUPS

Line 3142: Pa_Lookups

3138: Cursor c1(P_Lookup_Code IN Varchar2) Is
3139: Select
3140: Meaning
3141: From
3142: Pa_Lookups
3143: Where
3144: Lookup_Type = 'PA_RBS_API_ERR_TOKENS'
3145: And Lookup_code = P_Lookup_Code;
3146: