DBA Data[Home] [Help]

APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_SRVC_SUBSCRIPTIONS

Line 12: srvc_provider_id zx_srvc_subscriptions.SRVC_PROVIDER_ID%type

8: we are currently looping over the detail tax lines since it returns the regimes applicable
9: for a transaction line. In order to avoid unwanted multiple calls to the procedure for same regime
10: we are storing hit regimes in a temporary structure*/
11: TYPE tax_regime_prvdr_rec_type is record(
12: srvc_provider_id zx_srvc_subscriptions.SRVC_PROVIDER_ID%type
13: );
14: TYPE tax_regime_tmp_tbl_type is table of tax_regime_prvdr_rec_type index by BINARY_INTEGER;
15: tax_regime_tmp_tbl tax_regime_tmp_tbl_type;
16: