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: 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,