DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PUB dependencies on ASO_QUOTE_LINES_ALL

Line 259: from aso_Quote_lines_all

255: aso_debug_pub.add('Copy_Line -before ASO_QUOTE_PUB.validate_model_configuration l_quote_header_rec: '||P_Qte_Header_Id, 1, 'N');
256: aso_debug_pub.add('Copy_Line -before ASO_QUOTE_PUB.validate_model_configuration X_Qte_Line_Id: '||X_Qte_Line_Id, 1, 'N');
257: end if;
258: select item_type_code into l_item_type_code
259: from aso_Quote_lines_all
260: where quote_line_id=X_Qte_Line_Id;
261: IF aso_debug_pub.g_debug_flag = 'Y' THEN
262: aso_debug_pub.add('Copy_Line -before ASO_QUOTE_PUB.validate_model_configuration l_item_type_code: '||l_item_type_code, 1, 'N');
263: end if;

Line 377: from aso_quote_lines_all

373:
374: l_header_id NUMBER;
375: Cursor c_get_header_id (l_line_id NUMBER) IS
376: Select quote_header_id
377: from aso_quote_lines_all
378: where quote_line_id = l_line_id;
379: BEGIN
380:
381: ASO_COPY_QUOTE_PUB.Copy_Line(