DBA Data[Home] [Help]

APPS.PA_REVENUE dependencies on PA_BILLING

Line 184: pa_billing.Call_Calc_Bill_Amount(

180:
181: /* Calling client extension if getting the value from ext. then ignore all
182: Added for bug 2212852 */
183: IF (p_forecast_item_id IS NOT NULL ) THEN
184: pa_billing.Call_Calc_Bill_Amount(
185: x_transaction_type => 'FORECAST',
186: x_expenditure_item_id => p_forecast_item_id,
187: /* x_sys_linkage_function => 'ST', */
188: x_sys_linkage_function => p_sys_linkage_function, /* Added for Org Fcst */

Line 887: pa_billing.Call_Calc_Bill_Amount(

883:
884: /* Calling client extension if getting the value from ext. then ignore all
885: Added for bug 2212852 */
886: IF (p_forecast_item_id IS NOT NULL ) THEN
887: pa_billing.Call_Calc_Bill_Amount(
888: x_transaction_type => 'FORECAST',
889: x_expenditure_item_id => p_forecast_item_id,
890: /* x_sys_linkage_function => 'ST', */
891: x_sys_linkage_function => p_sys_linkage_function, /* Added for Org Fcst */