DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV dependencies on AP_TAX_CODES

Line 2925: -- Need to join to ap_tax_codes to get tax_name

2921: IF (g_asn_debug = 'Y') THEN
2922: asn_debug.put_line('Defaulting tax name based on PO ' || TO_CHAR(default_po_info.tax_code_id));
2923: END IF;
2924:
2925: -- Need to join to ap_tax_codes to get tax_name
2926:
2927: BEGIN
2928: SELECT NAME
2929: INTO x_tax_name

Line 2930: FROM ap_tax_codes

2926:
2927: BEGIN
2928: SELECT NAME
2929: INTO x_tax_name
2930: FROM ap_tax_codes
2931: WHERE ap_tax_codes.tax_id = default_po_info.tax_code_id;
2932:
2933: x_cascaded_table(n).tax_name := x_tax_name;
2934: EXCEPTION

Line 2931: WHERE ap_tax_codes.tax_id = default_po_info.tax_code_id;

2927: BEGIN
2928: SELECT NAME
2929: INTO x_tax_name
2930: FROM ap_tax_codes
2931: WHERE ap_tax_codes.tax_id = default_po_info.tax_code_id;
2932:
2933: x_cascaded_table(n).tax_name := x_tax_name;
2934: EXCEPTION
2935: WHEN OTHERS THEN