DBA Data[Home] [Help]

APPS.JL_VENDORMERGE_GRP dependencies on JG_ZZ_ENTITY_ASSOC

Line 103: -- Update JG_ZZ_ENTITY_ASSOC

99: Update JL_BR_AP_CONSOLID_INVOICES_ALL
100: set vendor_id = p_vendor_id
101: where vendor_id = p_dup_vendor_id;
102:
103: -- Update JG_ZZ_ENTITY_ASSOC
104: Update JG_ZZ_ENTITY_ASSOC
105: set associated_entity_id = p_vendor_id
106: where associated_entity_id = p_dup_vendor_id;
107:

Line 104: Update JG_ZZ_ENTITY_ASSOC

100: set vendor_id = p_vendor_id
101: where vendor_id = p_dup_vendor_id;
102:
103: -- Update JG_ZZ_ENTITY_ASSOC
104: Update JG_ZZ_ENTITY_ASSOC
105: set associated_entity_id = p_vendor_id
106: where associated_entity_id = p_dup_vendor_id;
107:
108: ELSif p_dup_vendor_id is not null and p_dup_vendor_site_id is not null