DBA Data[Home] [Help]

APPS.AP_WITHHOLDING_PKG dependencies on AP_AWT_BUCKETS_ALL

Line 2666: UPDATE ap_awt_buckets_all

2662: debug_info := 'CLOSE CURSOR c_get_awt_period';
2663: CLOSE c_get_awt_period;
2664:
2665: debug_info := 'Update ap_awt_buckets';
2666: UPDATE ap_awt_buckets_all
2667: SET gross_amount_to_date = gross_amount_to_date -
2668: NVL(rec_temp.gross_amount,0)
2669: , withheld_amount_to_date = withheld_amount_to_date -
2670: NVL(rec_temp.withholding_amount,0)