DBA Data[Home] [Help]

APPS.IEX_CUST_OVERVIEW_PVT dependencies on AST_LOCATIONS_V

Line 1701: from ast_locations_v

1697: party_site_id,party_site_number,site_last_update_date, LAST_UPDATED_BY ,LAST_UPDATE_LOGIN , CREATED_BY, CREATION_DATE, address1, city, state, province,
1698: postal_code, county, country_name, country_code, address_lines_phonetic,
1699: po_box_number, house_number, street_suffix, street,
1700: street_number, floor, suite, time_zone,time_zone_meaning, timezone_id, object_version_number, site_object_version_number,created_by_module, application_id
1701: from ast_locations_v
1702: where party_id = x_party_id
1703: and primary_flag = x_primary_flag;
1704: l_location_row c_get_location%ROWTYPE;
1705: x_get_location_found boolean := false;