DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_STREAMS_UTIL

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

10441: -- SECHAWLA 17-MAR-06 5022404 : For Billing adjustment quote line, get stream type from quote lines table
10442: IF l_txlquotelines_tbl(k).qlt_code = 'BILL_ADJST' THEN
10443: lx_sty_id := l_txlquotelines_tbl(k).sty_id;
10444: ELSE
10445: OKL_STREAMS_UTIL.get_primary_stream_type( p_khr_id => l_qte_khr_id,
10446: p_primary_sty_purpose => l_txlquotelines_tbl(k).qlt_code,
10447: x_return_status => x_return_status,
10448: x_primary_sty_id => lx_sty_id);
10449: