DBA Data[Home] [Help]

APPS.ASO_SUBMIT_QUOTE_PVT dependencies on ASO_CONC_REQ_INT

Line 287: ASO_CONC_REQ_INT.Lock_Exists(

283: END IF;
284: -- vtariker - Check Whether record has been changed
285:
286: -- 2692785
287: ASO_CONC_REQ_INT.Lock_Exists(
288: p_quote_header_id => p_qte_header_rec.quote_header_id,
289: x_status => lx_status);
290:
291: IF (lx_status = FND_API.G_TRUE) THEN