DBA Data[Home] [Help]

APPS.ZX_TDS_TAXABLE_BASIS_DETM_PKG dependencies on ZX_SCO_FORMULA

Line 110: FROM zx_sco_formula

106: transfer_charge_appl_flag,
107: transport_charge_appl_flag,
108: insurance_charge_appl_flag,
109: other_charge_appl_flag
110: FROM zx_sco_formula
111: WHERE formula_code = c_formula_code
112: AND effective_from <= c_tax_date
113: AND (effective_to >= c_tax_date OR
114: effective_to IS NULL )