DBA Data[Home] [Help]

APPS.JL_ZZ_TAX_VALIDATE_PKG dependencies on ZX_FC_PRODUCT_FISCAL_V

Line 707: zx_fc_product_fiscal_v fc,

703: Lines.trx_id,
704: Lines.trx_line_id,
705: Lines.trx_level_type
706: FROM
707: zx_fc_product_fiscal_v fc,
708: mtl_item_categories mic,
709: zx_transaction_lines_gt lines ,
710: zx_trx_headers_gt header
711: WHERE

Line 979: zx_fc_product_fiscal_v fc,

975: fc.classification_code
976: INTO
977: l_product_fisc_class
978: FROM
979: zx_fc_product_fiscal_v fc,
980: mtl_item_categories mic
981: WHERE
982: ((fc.country_code =
983: zx_global_structures_pkg.trx_line_dist_tbl.default_taxation_country(p_trx_line_index)