DBA Data[Home] [Help]

APPS.OKL_EXT_BILLING_CHARGES_PVT dependencies on OKL_PROPERTY_TAX_SETUPS

Line 240: l_p_tax_option okl_property_tax_setups.payable_invoice%TYPE;

236:
237: l_p_tax_applicable okc_rules_b.rule_information3%TYPE;
238: l_vendor_id NUMBER;
239: l_vendor_site_id NUMBER;
240: l_p_tax_option okl_property_tax_setups.payable_invoice%TYPE;
241:
242: ------------------------------------------------------------
243: -- Get Count of specific stream type
244: ------------------------------------------------------------

Line 315: FROM okl_property_tax_setups;

311: -- Property Tax set up cursor
312: ------------------------------------------------------------
313: CURSOR p_tax_options_csr IS
314: SELECT PAYABLE_INVOICE
315: FROM okl_property_tax_setups;
316:
317: -- -------------------------------------------------
318: -- Streams Record
319: -- -------------------------------------------------