DBA Data[Home] [Help]

APPS.ASO_CREDIT_CHECK_PVT dependencies on ASO_CONC_REQ_INT

Line 134: ASO_CONC_REQ_INT.Lock_Exists(

130: -- ******************************************************************
131: -- Validate For any locks on the quote.
132: -- ******************************************************************
133:
134: ASO_CONC_REQ_INT.Lock_Exists(
135: p_quote_header_id => p_qte_header_rec.quote_header_id,
136: x_status => x_status);
137: IF aso_debug_pub.g_debug_flag = 'Y' THEN
138: aso_debug_pub.add(' Credit Check Lock Exists : x_status '||NVL(x_status,'null'), 1, 'Y');