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 6423: ASO_TRADEIN_PVT.LineType( p_init_msg_list => FND_API.G_FALSE,

6419: IF l_Return_Status <> FND_API.G_RET_STS_SUCCESS THEN
6420: raise FND_API.G_EXC_ERROR;
6421: END IF;
6422:
6423: ASO_TRADEIN_PVT.LineType( p_init_msg_list => FND_API.G_FALSE,
6424: p_qte_header_rec => l_qte_header_rec,
6425: p_qte_line_rec => l_Qte_Line_Rec,
6426: x_return_status => x_return_status,
6427: x_msg_count => x_msg_count,

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

6462: aso_debug_pub.add('x_return_status for Validate_ln_type_for_ord_type'|| x_return_status, 1, 'Y');
6463: END IF;
6464:
6465:
6466: ASO_TRADEIN_PVT.Validate_Line_Tradein( p_init_msg_list => FND_API.G_FALSE,
6467: p_qte_header_rec => l_qte_header_rec,
6468: P_Qte_Line_rec => l_Qte_Line_Rec,
6469: x_return_status => x_return_status,
6470: x_msg_count => x_msg_count,

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

6477: IF aso_debug_pub.g_debug_flag = 'Y' THEN
6478: aso_debug_pub.add('Update_Quote_Line - after Validate_Line_Tradein:x_return_status: '||x_return_status, 1, 'N');
6479: end if;
6480:
6481: ASO_TRADEIN_PVT.Validate_IB_Return_Qty( p_init_msg_list => FND_API.G_FALSE,
6482: p_Qte_Line_rec => l_Qte_Line_Rec,
6483: p_Qte_Line_Dtl_Tbl => l_qte_line_dtl_tbl,
6484: x_return_status => x_return_status,
6485: x_msg_count => x_msg_count,