DBA Data[Home] [Help]

APPS.PA_AP_INTEGRATION dependencies on PA_IMPLEMENTATIONS_ALL

Line 26: Update pa_implementations_all set Vendor_Id = p_new_vendor_id

22: expid_rec expid_tbl;
23: /* bug 8845025 end */
24: Begin
25: x_stage := 'Updating Pa_implementations Table';
26: Update pa_implementations_all set Vendor_Id = p_new_vendor_id
27: Where Vendor_Id = p_old_vendor_id;
28:
29: x_stage := 'Updating Pa_Expenditures_All Table';
30: /* Added for bug# 8845025 */