DBA Data[Home] [Help]

APPS.PA_AP_INTEGRATION dependencies on PA_CI_SUPPLIER_DETAILS

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

112: and po_vendor_id is not null;
113:
114: /* Added for bug 2649043 */
115:
116: x_stage := 'Updating PA_CI_SUPPLIER_DETAILS Table For ALL Invoices';
117:
118: update PA_CI_SUPPLIER_DETAILS set vendor_id = p_new_vendor_id
119: where vendor_id = p_old_vendor_id
120: and vendor_id is not null;

Line 118: update PA_CI_SUPPLIER_DETAILS set vendor_id = p_new_vendor_id

114: /* Added for bug 2649043 */
115:
116: x_stage := 'Updating PA_CI_SUPPLIER_DETAILS Table For ALL Invoices';
117:
118: update PA_CI_SUPPLIER_DETAILS set vendor_id = p_new_vendor_id
119: where vendor_id = p_old_vendor_id
120: and vendor_id is not null;
121:
122: /* Summarization Changes */