DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on FND_LOOKUPS

Line 6763: FROM okl_strm_type_b a, fnd_lookups b

6759:
6760: -- get all the Billable, enabled streams of purpose FEE_PAYMENT
6761: CURSOR l_strmtype_csr(cp_sty_code IN VARCHAR2) IS
6762: SELECT a.id, a.code, a.stream_type_purpose, b.meaning
6763: FROM okl_strm_type_b a, fnd_lookups b
6764: WHERE a.stream_type_purpose = 'FEE_PAYMENT'
6765: AND a.billable_yn = 'Y'
6766: AND a.stream_type_purpose = b.lookup_code
6767: AND b.lookup_type = 'OKL_STREAM_TYPE_PURPOSE'