[Home] [Help]
697: THEN
698: SELECT aqsvl.meaning
699: INTO l_status
700: FROM aso_quote_statuses_b aqsb,
701: aso_quote_statuses_vl aqsvl
702: WHERE aqsb.status_code = p_status_code
703: AND aqsb.quote_status_id = aqsvl.quote_status_id;
704:
705: -- If the document type code is RFQ or RFI or AUCTION,