[Home] [Help]
1057: /* If installed, the Tax Vendor Extension will be called to determine if */
1058: /* the Tax Code Defaulting from Order Entry has been implemented */
1059: /*************************************************************************/
1060: IF sysinfo.sysparam.tax_method = MTHD_LATIN THEN
1061: v_tax_classification_code := JG_ZZ_TAX.get_default_tax_code(
1062: p_set_of_books_id,
1063: p_trx_date,
1064: p_trx_type_id);
1065: