DBA Data[Home] [Help]

APPS.GMS_BILLING dependencies on PA_OUTPUT_TAX

Line 1535: -- passing the bill_to_customer_id and ship_to_customer_id in the call to pa_output_tax.get_default_tax_info.

1531:
1532: -- STAGE 40: CALL PA'S TAX CALCULATION PROCEDURE
1533:
1534: -- Bug Fix 2994625
1535: -- passing the bill_to_customer_id and ship_to_customer_id in the call to pa_output_tax.get_default_tax_info.
1536: -- End of Fix 2994625.
1537:
1538: pa_output_tax.get_default_tax_info(p_project_id => X_Award_Project_Id,
1539: P_Draft_Inv_Num => NULL, -- Invoice number

Line 1538: pa_output_tax.get_default_tax_info(p_project_id => X_Award_Project_Id,

1534: -- Bug Fix 2994625
1535: -- passing the bill_to_customer_id and ship_to_customer_id in the call to pa_output_tax.get_default_tax_info.
1536: -- End of Fix 2994625.
1537:
1538: pa_output_tax.get_default_tax_info(p_project_id => X_Award_Project_Id,
1539: P_Draft_Inv_Num => NULL, -- Invoice number
1540: P_Customer_Id => X_Customer_Id,
1541: P_Bill_to_site_use_id => X_Bill_To_Site_Use_Id,
1542: P_Ship_to_site_use_id =>X_Ship_To_Site_Use_Id,