DBA Data[Home] [Help]

APPS.OKL_LEASE_OPPORTUNITY_PVT dependencies on OKL_PROPERTY_TAX_SETUPS

Line 644: FROM okl_property_tax_setups

640:
641: CURSOR c_prop_tax_dflts IS
642: SELECT property_tax_applicable,
643: bill_property_tax
644: FROM okl_property_tax_setups
645: WHERE org_id = mo_global.get_current_org_id();
646:
647: CURSOR c_reference_number IS
648: SELECT okl_util.get_next_seq_num('OKL_LOP_REF_SEQ','OKL_LEASE_OPPORTUNITIES_B','REFERENCE_NUMBER') FROM DUAL;--Bug 7022258-Modified by kkorrapo