DBA Data[Home] [Help]

APPS.OKL_CONTRACT_TOP_LINE_PVT dependencies on OKL_LA_LINK_SERVICE_UV

Line 78: from okl_la_link_service_uv

74: and scs_code = 'SERVICE';
75:
76: CURSOR l_serv_line_csr IS
77: select to_number(cle_id)
78: from okl_la_link_service_uv
79: where contract_number = p_contract_number
80: and item_name = p_item_name;
81:
82: CURSOR l_supp_name_csr IS

Line 380: from okl_la_link_service_uv

376: and scs_code = 'SERVICE';
377:
378: CURSOR l_serv_line_csr IS
379: select to_number(cle_id)
380: from okl_la_link_service_uv
381: where contract_number = p_contract_number
382: and item_name = p_item_name;
383:
384: CURSOR l_supp_name_csr IS