DBA Data[Home] [Help]

APPS.OKL_SO_CREDIT_APP_WF dependencies on OKL_CREDIT_REQUESTS

Line 640: FROM okl_credit_requests

636: ,credit_khr_id
637: ,currency_code
638: ,org_id
639: ,created_by
640: FROM okl_credit_requests
641: WHERE credit_req_id = b_credit_request_id;
642:
643: -- cursor to get inventory org id of the sales quote
644: CURSOR c_get_inv_org_id (p_qte_id IN NUMBER) IS

Line 887: FROM OKL_CREDIT_REQUESTS

883: aname => 'ID');
884:
885: SELECT OBJECT_VERSION_NUMBER
886: INTO l_crqv_rec_type.OBJECT_VERSION_NUMBER
887: FROM OKL_CREDIT_REQUESTS
888: WHERE ID = l_okl_credit_req ;
889:
890: l_crqv_rec_type.ID := l_okl_credit_req ;
891: l_crqv_rec_type.STATUS := 'APPROVED';