DBA Data[Home] [Help]

APPS.AP_WEB_POLICY_UTILS dependencies on AP_POL_LOCATIONS_TL

Line 699: FROM ap_pol_locations_tl

695: l_locations_defined VARCHAR2(1);
696:
697: CURSOR missing_translations_cur IS
698: SELECT count(1) missing_translation_count
699: FROM ap_pol_locations_tl
700: WHERE language = p_language_code
701: AND language <> source_lang;
702:
703: missing_translations_rec missing_translations_cur%ROWTYPE;