DBA Data[Home] [Help]

APPS.PA_AP_INTEGRATION dependencies on PA_BC_COMMITMENTS_ALL

Line 103: x_stage := 'Updating Pa_Bc_Commitments_All Table';

99: Where Vendor_Id = p_old_vendor_id
100: And Status_Code = 'A';
101:
102: --R12 need to update vendor ID on pa_bc_commitments
103: x_stage := 'Updating Pa_Bc_Commitments_All Table';
104: Update pa_bc_commitments_all
105: set Vendor_Id = p_new_vendor_id
106: Where Vendor_Id = p_old_vendor_id;
107:

Line 104: Update pa_bc_commitments_all

100: And Status_Code = 'A';
101:
102: --R12 need to update vendor ID on pa_bc_commitments
103: x_stage := 'Updating Pa_Bc_Commitments_All Table';
104: Update pa_bc_commitments_all
105: set Vendor_Id = p_new_vendor_id
106: Where Vendor_Id = p_old_vendor_id;
107:
108: x_stage := 'Updating Pa_Project_Asset_Lines_All Table For ALL Invoices';