DBA Data[Home] [Help]

APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on STANDARD

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

3289: *
3290: * ELSIF(ZX_GLOBAL_STRUCTURES_PKG.trx_line_dist_tbl.line_amt_includes_tax_flag(
3291: * p_trx_line_index) IN ('S', 'I')) THEN
3292: * -- Remain the value of tax_inclusion_flag returned by
3293: * -- get_tax_regostration and set line_amt_includes_tax_flag to 'STANDARD'
3294: * ZX_TDS_CALC_SERVICES_PUB_PKG.g_detail_tax_lines_tbl(
3295: * l_new_row_num).line_amt_includes_tax_flag := 'S';
3296: * NULL;
3297: * END IF;