DBA Data[Home] [Help]

APPS.GMS_AP_API dependencies on GMS_COST_PLUS_EXTN

Line 640: gms_cost_plus_extn.CALC_prepayment_burden( X_AP_REC, x_adl_rec) ;

636: Update AP_SELF_ASSESSED_TAX_DIST_ALL
637: set AWARD_ID = X_ADL_REC.AWARD_SET_ID
638: where INVOICE_DISTRIBUTION_ID = X_INV_DIST_ID ;
639: /* BUG 14216205 : Added the following Code for SAT : Ends */
640: gms_cost_plus_extn.CALC_prepayment_burden( X_AP_REC, x_adl_rec) ;
641:
642: EXCEPTION
643: when others then
644: raise;