DBA Data[Home] [Help]

APPS.POS_SUPPLIER_ADDRESS_PKG dependencies on POS_SECURITY_PROFILE_UTL_PKG

Line 346: l_ou_ids pos_security_profile_utl_pkg.number_table;

342: l_party_site_number hz_party_sites.party_site_number%TYPE;
343: l_party_site_id NUMBER;
344: l_location_id NUMBER;
345: l_party_site_use_id NUMBER;
346: l_ou_ids pos_security_profile_utl_pkg.number_table;
347: l_ou_count NUMBER;
348: l_vendor_site_rec ap_vendor_pub_pkg.r_vendor_site_rec_type;
349: l_vendor_site_id NUMBER;
350: l_dummy_location_id NUMBER;

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

366: ROLLBACK TO create_supplier_address_sp;
367: RETURN;
368: END IF;
369:
370: pos_security_profile_utl_pkg.get_current_ous (l_ou_ids, l_ou_count);
371:
372: pos_hz_util_pkg.pos_create_hz_location
373: (p_country_code => p_country,
374: p_address1 => p_address_line1,