DBA Data[Home] [Help]

APPS.JL_VENDORMERGE_GRP dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 131: Update ap_invoice_distributions_all

127: -- Bug 16036552 : Start
128: If p_dup_vendor_id is not null and p_vendor_id is not null Then
129: For NewSuppNumRec in C_NewSuppNum Loop
130: For OldSuppNumRec in C_OldSuppNum Loop
131: Update ap_invoice_distributions_all
132: Set global_attribute2 = NewSuppNumRec.segment1
133: Where global_attribute2 = OldSuppNumRec.segment1
134: And global_attribute_category = 'JL.CO.APXINWKB.DISTRIBUTIONS';
135: End Loop;