DBA Data[Home] [Help]

APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_REGIMES_B

Line 17: tax_regime_code zx_regimes_b.tax_regime_code%type

13: application_id zx_lines.application_id%type,
14: entity_code zx_lines.entity_code%type,
15: event_class_code zx_lines.event_class_code%type,
16: first_pty_org_id zx_party_tax_profile.party_tax_profile_id%type,
17: tax_regime_code zx_regimes_b.tax_regime_code%type
18: );
19: TYPE tax_regime_tmp_tbl_type is table of tax_regime_prvdr_rec_type index by BINARY_INTEGER;
20: tax_regime_tmp_tbl tax_regime_tmp_tbl_type;
21: