DBA Data[Home] [Help]

APPS.ZX_TDS_TAXABLE_BASIS_DETM_PKG dependencies on ZX_SCO_FORMULA

Line 117: from ZX_SCO_FORMULA

113: Transfer_Charge_Appl_Flag,
114: Transport_Charge_Appl_Flag,
115: Insurance_Charge_Appl_Flag,
116: Other_Charge_Appl_Flag
117: from ZX_SCO_FORMULA
118: where formula_code = c_formula_code
119: and effective_from <= c_tax_date
120: and ( effective_to >= c_tax_date or
121: effective_to is null )