DBA Data[Home] [Help]

APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on STANDARD

Line 3442: * -- get_tax_regostration and set line_amt_includes_tax_flag to 'STANDARD'

3438: *
3439: * ELSIF(ZX_GLOBAL_STRUCTURES_PKG.trx_line_dist_tbl.line_amt_includes_tax_flag(
3440: * p_trx_line_index) IN ('S', 'I')) THEN
3441: * -- Remain the value of tax_inclusion_flag returned by
3442: * -- get_tax_regostration and set line_amt_includes_tax_flag to 'STANDARD'
3443: * ZX_TDS_CALC_SERVICES_PUB_PKG.g_detail_tax_lines_tbl(
3444: * l_new_row_num).line_amt_includes_tax_flag := 'S';
3445: * NULL;
3446: * END IF;