DBA Data[Home] [Help]

APPS.ASO_SUBMIT_QUOTE_PVT dependencies on ASO_QUOTE_STATUSES_VL

Line 539: from aso_quote_statuses_vl

535: if l_mdl_count>0 then
536:
537: -- Checking whether the quote is updatable or not
538: select decode(update_allowed_flag,'Y','T','F') into l_Update_Allowed_Flg
539: from aso_quote_statuses_vl
540: where QUOTE_STATUS_ID = l_qte_header_rec.quote_status_id;
541:
542: if l_Update_Allowed_Flg='F' then
543: if NVL(FND_PROFILE.VALUE('ASO_STATUS_OVERRIDE'),'N') = 'Y' THEN