DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_STREAMS_UTIL

Line 10478: OKL_STREAMS_UTIL.get_primary_stream_type( p_khr_id => l_qte_khr_id,

10474: -- SECHAWLA 17-MAR-06 5022404 : For Billing adjustment quote line, get stream type from quote lines table
10475: IF l_txlquotelines_tbl(k).qlt_code = 'BILL_ADJST' THEN
10476: lx_sty_id := l_txlquotelines_tbl(k).sty_id;
10477: ELSE
10478: OKL_STREAMS_UTIL.get_primary_stream_type( p_khr_id => l_qte_khr_id,
10479: p_primary_sty_purpose => l_txlquotelines_tbl(k).qlt_code,
10480: x_return_status => x_return_status,
10481: x_primary_sty_id => lx_sty_id);
10482: