DBA Data[Home] [Help]

APPS.ZX_MIG_GL_TAX_OPTIONS_PKG dependencies on ZX_PARTY_TAX_PROFILE

Line 283: zx_party_tax_profile ptp

279: NULL ATTRIBUTE15,
280: opt.ALLOW_ROUNDING_OVERRIDE_FLAG ALLOW_ROUNDING_OVERRIDE_FLAG
281: From
282: GL_TAX_OPTIONS opt,
283: zx_party_tax_profile ptp
284: Where
285: opt.input_tax_code is NULL and
286: opt.output_tax_code is NULL and
287: ptp.party_id = decode(l_multi_org_flag,'N',l_org_id,opt.org_id) and

Line 463: zx_party_tax_profile ptp

459: opt.ALLOW_ROUNDING_OVERRIDE_FLAG ALLOW_ROUNDING_OVERRIDE_FLAG
460: From
461: gl_tax_option_accounts accounts,
462: gl_tax_options opt,
463: zx_party_tax_profile ptp
464: Where
465: accounts.ledger_id = opt.ledger_id and
466: decode(l_multi_org_flag,'N',l_org_id,accounts.org_id) = decode(l_multi_org_flag,'N',l_org_id,opt.org_id) and
467: accounts.tax_type_code = 'N' and