DBA Data[Home] [Help]

APPS.POS_SEARCH_DUP_PARTY_PKG dependencies on POS_SUPPLIER_REGISTRATIONS

Line 298: l_step := 'update pos_supplier_registrations with partyid';

294: l_party_id NUMBER := p_party_id ;
295:
296: BEGIN
297: l_method := 'update_supp_party_id';
298: l_step := 'update pos_supplier_registrations with partyid';
299:
300:
301: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
302: fnd_log.string

Line 309: UPDATE pos_supplier_registrations

305: , l_step);
306: END IF;
307:
308: Begin
309: UPDATE pos_supplier_registrations
310: SET vendor_party_id = l_party_id,
311: last_updated_by = fnd_global.user_id,
312: last_update_date = Sysdate,
313: last_update_login = fnd_global.login_id