DBA Data[Home] [Help]

APPS.AP_WEB_POLICY_UTILS dependencies on AP_POL_LOCATIONS_VL

Line 804: from ap_pol_locations_vl

800: FUNCTION get_location(p_location_id IN NUMBER) RETURN VARCHAR2 IS
801:
802: CURSOR loc_cur IS
803: select location
804: from ap_pol_locations_vl
805: where location_id = p_location_id;
806:
807: loc_rec loc_cur%ROWTYPE;
808:

Line 4349: from ap_pol_locations_vl

4345: PROCEDURE end_date_active_loc_options IS
4346:
4347: CURSOR loc_def_cur IS
4348: select location_id, end_date
4349: from ap_pol_locations_vl
4350: where end_date is not null;
4351:
4352: l_location_id NUMBER;
4353: l_end_date DATE;