DBA Data[Home] [Help]

APPS.AP_CALC_WITHHOLDING_PKG dependencies on AP_AWT_TEMP_DISTRIBUTIONS_ALL

Line 474: INSERT INTO ap_awt_temp_distributions_all

470: P_Calling_Sequence);
471:
472: debug_info := 'Insert INTO ap_awt_temp_distributions';
473:
474: INSERT INTO ap_awt_temp_distributions_all
475: (invoice_id
476: ,payment_num
477: ,group_id
478: ,tax_name

Line 567: UPDATE ap_awt_temp_distributions_all

563:
564: IF NVL(l_round_withheld_amt,0) <> 0 OR
565: NVL(l_round_base_withheld_amt,0) <> 0 THEN
566:
567: UPDATE ap_awt_temp_distributions_all
568: SET withholding_amount = (withholding_amount +
569: l_round_withheld_amt),
570: base_withholding_amount = (base_withholding_amount +
571: l_round_base_withheld_amt)

Line 597: insert into ap_awt_temp_distributions_all

593: base_WT_amount := Ap_Utilities_Pkg.ap_round_currency(WithheldAmount,BaseCurrCode);
594:
595:
596: debug_info := 'Insert into ap_awt_temp_distributions';
597: insert into ap_awt_temp_distributions_all
598: (invoice_id
599: ,payment_num
600: ,group_id
601: ,tax_name