DBA Data[Home] [Help]

APPS.PA_AP_INTEGRATION dependencies on PA_CI_SUPPLIER_DETAILS

Line 180: x_stage := 'Updating PA_CI_SUPPLIER_DETAILS Table For ALL Invoices';

176: and po_vendor_id is not null;
177:
178: /* Added for bug 2649043 */
179:
180: x_stage := 'Updating PA_CI_SUPPLIER_DETAILS Table For ALL Invoices';
181:
182: update PA_CI_SUPPLIER_DETAILS set vendor_id = p_new_vendor_id
183: where vendor_id = p_old_vendor_id
184: and vendor_id is not null;

Line 182: update PA_CI_SUPPLIER_DETAILS set vendor_id = p_new_vendor_id

178: /* Added for bug 2649043 */
179:
180: x_stage := 'Updating PA_CI_SUPPLIER_DETAILS Table For ALL Invoices';
181:
182: update PA_CI_SUPPLIER_DETAILS set vendor_id = p_new_vendor_id
183: where vendor_id = p_old_vendor_id
184: and vendor_id is not null;
185:
186: /* Summarization Changes */