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 896: pa_billing.Call_Calc_Bill_Amount(

892:
893: /* Calling client extension if getting the value from ext. then ignore all
894: Added for bug 2212852 */
895: IF (p_forecast_item_id IS NOT NULL ) THEN
896: pa_billing.Call_Calc_Bill_Amount(
897: x_transaction_type => 'FORECAST',
898: x_expenditure_item_id => p_forecast_item_id,
899: /* x_sys_linkage_function => 'ST', */
900: x_sys_linkage_function => p_sys_linkage_function, /* Added for Org Fcst */