DBA Data[Home] [Help]

APPS.ASO_QUOTE_LINES_PVT dependencies on ASO_TRADEIN_PVT

Line 3924: ASO_TRADEIN_PVT.LineType(

3920: raise FND_API.G_EXC_ERROR;
3921: END IF;
3922: -- END IF;
3923:
3924: ASO_TRADEIN_PVT.LineType(
3925: p_init_msg_list => FND_API.G_FALSE,
3926: p_qte_header_rec => l_qte_header_rec,
3927: p_qte_line_rec => l_qte_line_rec,
3928: x_return_status => x_return_status,

Line 3982: ASO_TRADEIN_PVT.Validate_Line_Tradein(

3978: aso_debug_pub.add('x_return_status for Validate_po_line_number'|| x_return_status, 1, 'Y');
3979: END IF;
3980:
3981:
3982: ASO_TRADEIN_PVT.Validate_Line_Tradein(
3983: p_init_msg_list => FND_API.G_FALSE,
3984: p_qte_header_rec => l_qte_header_rec,
3985: P_Qte_Line_rec => l_qte_line_rec,
3986: x_return_status => x_return_status,

Line 3998: ASO_TRADEIN_PVT.Validate_IB_Return_Qty(

3994: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3995: aso_debug_pub.add('ASO_QUOTE_LINES Create_Quote_lines - after validate_line_tradein '||x_return_status, 1, 'Y');
3996: end if;
3997:
3998: ASO_TRADEIN_PVT.Validate_IB_Return_Qty(
3999: p_init_msg_list => FND_API.G_FALSE,
4000: p_Qte_Line_rec => l_qte_line_rec,
4001: p_Qte_Line_Dtl_Tbl => l_qte_line_dtl_tbl,
4002: x_return_status => x_return_status,

Line 6541: ASO_TRADEIN_PVT.LineType( p_init_msg_list => FND_API.G_FALSE,

6537: IF l_Return_Status <> FND_API.G_RET_STS_SUCCESS THEN
6538: raise FND_API.G_EXC_ERROR;
6539: END IF;
6540:
6541: ASO_TRADEIN_PVT.LineType( p_init_msg_list => FND_API.G_FALSE,
6542: p_qte_header_rec => l_qte_header_rec,
6543: p_qte_line_rec => l_Qte_Line_Rec,
6544: x_return_status => x_return_status,
6545: x_msg_count => x_msg_count,

Line 6584: ASO_TRADEIN_PVT.Validate_Line_Tradein( p_init_msg_list => FND_API.G_FALSE,

6580: aso_debug_pub.add('x_return_status for Validate_ln_type_for_ord_type'|| x_return_status, 1, 'Y');
6581: END IF;
6582:
6583:
6584: ASO_TRADEIN_PVT.Validate_Line_Tradein( p_init_msg_list => FND_API.G_FALSE,
6585: p_qte_header_rec => l_qte_header_rec,
6586: P_Qte_Line_rec => l_Qte_Line_Rec,
6587: x_return_status => x_return_status,
6588: x_msg_count => x_msg_count,

Line 6599: ASO_TRADEIN_PVT.Validate_IB_Return_Qty( p_init_msg_list => FND_API.G_FALSE,

6595: IF aso_debug_pub.g_debug_flag = 'Y' THEN
6596: aso_debug_pub.add('Update_Quote_Line - after Validate_Line_Tradein:x_return_status: '||x_return_status, 1, 'N');
6597: end if;
6598:
6599: ASO_TRADEIN_PVT.Validate_IB_Return_Qty( p_init_msg_list => FND_API.G_FALSE,
6600: p_Qte_Line_rec => l_Qte_Line_Rec,
6601: p_Qte_Line_Dtl_Tbl => l_qte_line_dtl_tbl,
6602: x_return_status => x_return_status,
6603: x_msg_count => x_msg_count,