DBA Data[Home] [Help]

APPS.IEX_CUST_OVERVIEW_PVT dependencies on AST_LOCATIONS_V

Line 1816: from ast_locations_v

1812: party_site_id,party_site_number,site_last_update_date, LAST_UPDATED_BY ,LAST_UPDATE_LOGIN , CREATED_BY, CREATION_DATE, address1, city, state, province,
1813: postal_code, county, country_name, country_code, address_lines_phonetic,
1814: po_box_number, house_number, street_suffix, street,
1815: street_number, floor, suite, time_zone,time_zone_meaning, timezone_id, object_version_number, site_object_version_number,created_by_module, application_id
1816: from ast_locations_v
1817: where party_id = x_party_id
1818: and primary_flag = x_primary_flag;
1819: l_location_row c_get_location%ROWTYPE;
1820: x_get_location_found boolean := false;