DBA Data[Home] [Help]

APPS.POS_SUPPLIER_ADDRESS_PKG dependencies on POS_SECURITY_PROFILE_UTL_PKG

Line 325: l_ou_ids pos_security_profile_utl_pkg.number_table;

321: l_party_site_number hz_party_sites.party_site_number%TYPE;
322: l_party_site_id NUMBER;
323: l_location_id NUMBER;
324: l_party_site_use_id NUMBER;
325: l_ou_ids pos_security_profile_utl_pkg.number_table;
326: l_ou_count NUMBER;
327: l_vendor_site_rec ap_vendor_pub_pkg.r_vendor_site_rec_type;
328: l_vendor_site_id NUMBER;
329: l_dummy_location_id NUMBER;

Line 343: pos_security_profile_utl_pkg.get_current_ous (l_ou_ids, l_ou_count);

339: ROLLBACK TO create_supplier_address_sp;
340: RETURN;
341: END IF;
342:
343: pos_security_profile_utl_pkg.get_current_ous (l_ou_ids, l_ou_count);
344:
345: pos_hz_util_pkg.pos_create_hz_location
346: (p_country_code => p_country,
347: p_address1 => p_address_line1,