DBA Data[Home] [Help]

APPS.AP_WEB_POLICY_UTILS dependencies on AP_POL_LOCATIONS_TL

Line 688: FROM ap_pol_locations_tl

684: l_locations_defined VARCHAR2(1);
685:
686: CURSOR missing_translations_cur IS
687: SELECT count(1) missing_translation_count
688: FROM ap_pol_locations_tl
689: WHERE language = p_language_code
690: AND language <> source_lang;
691:
692: missing_translations_rec missing_translations_cur%ROWTYPE;