DBA Data[Home] [Help]

APPS.ZX_MIG_GL_TAX_OPTIONS_PKG dependencies on AP_TAX_CODES_ALL

Line 643: ap_tax_codes_all aptax,

639: NULL ATTRIBUTE15,
640: opt.ALLOW_ROUNDING_OVERRIDE_FLAG ALLOW_ROUNDING_OVERRIDE_FLAG
641: From
642: GL_TAX_OPTIONS opt,
643: ap_tax_codes_all aptax,
644: zx_RATES_B rates
645: Where
646: opt.ledger_id = aptax.set_of_books_id and
647: decode(l_multi_org_flag,'N',l_org_id,opt.org_id)= decode(l_multi_org_flag,'N',l_org_id,aptax.org_id) and

Line 847: ap_tax_codes_all aptax,

843: NULL ATTRIBUTE15,
844: opt.ALLOW_ROUNDING_OVERRIDE_FLAG ALLOW_ROUNDING_OVERRIDE_FLAG
845: From
846: gl_tax_option_accounts accounts,
847: ap_tax_codes_all aptax,
848: gl_tax_options opt,
849: zx_rates_b rates
850: Where
851: accounts.ledger_id = opt.ledger_id and