DBA Data[Home] [Help]

APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_REGIME_RELATIONS

Line 79: from zx_regime_relations

75: from zx_fc_types_reg_assoc
76: where classification_type_code = p_fsc_rec.classification_type
77: and tax_regime_code IN (
78: select regime_code
79: from zx_regime_relations
80: connect by prior parent_regime_code = regime_code
81: start with regime_code = p_fsc_rec.tax_regime_code );
82:
83: /* Cursors for Inventory Categories related */