DBA Data[Home] [Help]

APPS.OKL_VSS_WF dependencies on OKL_TRX_QUOTES_V

Line 706: FROM okl_trx_quotes_v

702:
703:
704: CURSOR quote_info_cur(p_qte_id IN NUMBER) IS
705: SELECT quote_number
706: FROM okl_trx_quotes_v
707: WHERE id = p_qte_id;
708:
709: CURSOR requestor_info_cur(p_requestor_id IN NUMBER) IS
710: SELECT user_name FROM fnd_user