DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_TXS_PVT

Line 11096: SUBTYPE txsv_rec_type IS okl_txs_pvt.txsv_rec_type;

11092: AND a.org_id = MO_GLOBAL.get_current_org_id
11093: AND c.party_site_id = cp_inst_loc_id
11094: AND c.location_id = cp_loc_id;
11095:
11096: SUBTYPE txsv_rec_type IS okl_txs_pvt.txsv_rec_type;
11097:
11098: TYPE tax_src_tbl_type IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;
11099:
11100: l_tax_src_tbl tax_src_tbl_type;