DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on ASO_CONC_REQ_INT

Line 521: ASO_CONC_REQ_INT.Lock_Exists(

517:
518: ELSE -- new_version is TRUE
519:
520: -- hyang: for bug 2692785
521: ASO_CONC_REQ_INT.Lock_Exists(
522: p_quote_header_id => P_Copy_Quote_Header_Rec.Quote_Header_Id,
523: x_status => lx_status);
524:
525: IF (lx_status = FND_API.G_TRUE) THEN

Line 2579: ASO_CONC_REQ_INT.Lock_Exists(

2575:
2576: -- hyang: for bug 2692785
2577: IF P_Qte_Header_Rec.batch_price_flag <> FND_API.G_FALSE THEN
2578:
2579: ASO_CONC_REQ_INT.Lock_Exists(
2580: p_quote_header_id => p_qte_header_id,
2581: x_status => lx_status);
2582:
2583: IF (lx_status = FND_API.G_TRUE) THEN

Line 5721: ASO_CONC_REQ_INT.Lock_Exists(

5717: --
5718: -- Validating the qte_header_id
5719:
5720: -- hyang: for bug 2692785
5721: ASO_CONC_REQ_INT.Lock_Exists(
5722: p_quote_header_id => P_Qte_Header_Rec.quote_header_id,
5723: x_status => lx_status);
5724:
5725: IF (lx_status = FND_API.G_TRUE) THEN