DBA Data[Home] [Help]

APPS.OKC_PRICE_PVT dependencies on OKC_K_LINES_V

Line 3575: FROM okc_k_lines_v

3571: -- it gets picked. Here we are populating the global lse table with
3572: -- object code 'OKX_FREE' and value in column name instead of Id1.
3573: BEGIN
3574: select name into l_lse_rec.source_value
3575: FROM okc_k_lines_v
3576: where id=p_line_tbl(i).id;
3577:
3578: l_lse_rec.current_source := 'OKX_FREE';
3579: l_return_status :=ADD_TO_GLOBAL_LSE_TBL(l_lse_rec);