DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_INPUT_PARAM_DEBUG

Line 4305: aso_debug_pub.add('Create_Quote: Before call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');

4301: l_hd_shipment_tbl(1) := p_hd_shipment_rec;
4302: END IF;
4303:
4304: IF aso_debug_pub.g_debug_flag = 'Y' THEN
4305: aso_debug_pub.add('Create_Quote: Before call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
4306:
4307: ASO_INPUT_PARAM_DEBUG.Print_quote_input(
4308: P_Quote_Header_Rec => p_qte_header_rec
4309: , P_hd_Price_Attributes_Tbl => P_hd_Price_Attributes_Tbl

Line 4307: ASO_INPUT_PARAM_DEBUG.Print_quote_input(

4303:
4304: IF aso_debug_pub.g_debug_flag = 'Y' THEN
4305: aso_debug_pub.add('Create_Quote: Before call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
4306:
4307: ASO_INPUT_PARAM_DEBUG.Print_quote_input(
4308: P_Quote_Header_Rec => p_qte_header_rec
4309: , P_hd_Price_Attributes_Tbl => P_hd_Price_Attributes_Tbl
4310: , P_hd_Payment_Tbl => P_hd_Payment_Tbl
4311: , P_hd_Shipment_tbl => l_hd_Shipment_tbl

Line 4324: aso_debug_pub.add('Create_Quote: After call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');

4320: , P_Ln_Tax_Detail_Tbl => P_Ln_Tax_Detail_Tbl
4321: , P_ln_Sales_Credit_Tbl => P_ln_Sales_Credit_Tbl
4322: , P_Qte_Access_Tbl => P_Qte_Access_Tbl);
4323:
4324: aso_debug_pub.add('Create_Quote: After call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
4325: END IF ;
4326:
4327: -- hyang defaulting framework begin
4328:

Line 7275: aso_debug_pub.add('Update_Quote: Before call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');

7271: RAISE FND_API.G_EXC_ERROR;
7272: END IF;
7273:
7274: IF aso_debug_pub.g_debug_flag = 'Y' THEN
7275: aso_debug_pub.add('Update_Quote: Before call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
7276:
7277: ASO_INPUT_PARAM_DEBUG.Print_quote_input(
7278: P_Quote_Header_Rec => p_qte_header_rec
7279: , P_hd_Price_Attributes_Tbl => P_hd_Price_Attributes_Tbl

Line 7277: ASO_INPUT_PARAM_DEBUG.Print_quote_input(

7273:
7274: IF aso_debug_pub.g_debug_flag = 'Y' THEN
7275: aso_debug_pub.add('Update_Quote: Before call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
7276:
7277: ASO_INPUT_PARAM_DEBUG.Print_quote_input(
7278: P_Quote_Header_Rec => p_qte_header_rec
7279: , P_hd_Price_Attributes_Tbl => P_hd_Price_Attributes_Tbl
7280: , P_hd_Payment_Tbl => P_hd_Payment_Tbl
7281: , P_hd_Shipment_tbl => P_hd_Shipment_tbl

Line 7294: aso_debug_pub.add('Update_Quote: After call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');

7290: , P_Ln_Tax_Detail_Tbl => P_Ln_Tax_Detail_Tbl
7291: , P_ln_Sales_Credit_Tbl => P_ln_Sales_Credit_Tbl
7292: , P_Qte_Access_Tbl => P_Qte_Access_Tbl);
7293:
7294: aso_debug_pub.add('Update_Quote: After call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
7295: END IF;
7296:
7297: Open C_Get_quote( p_qte_header_rec.QUOTE_HEADER_ID);
7298: Fetch C_Get_quote into l_LAST_UPDATE_DATE, l_qte_status_id, l_qte_number,l_party_id, l_cust_account_id,

Line 7785: aso_debug_pub.add('Update_Quote: Before call to aso_input_param_debug.print_quote_input procedure for change customer flow', 1, 'Y');

7781: -- hyang defaulting framework end
7782: /*** End : Code change done for Bug 11076978 ***/
7783:
7784: IF aso_debug_pub.g_debug_flag = 'Y' THEN
7785: aso_debug_pub.add('Update_Quote: Before call to aso_input_param_debug.print_quote_input procedure for change customer flow', 1, 'Y');
7786:
7787: ASO_INPUT_PARAM_DEBUG.Print_quote_input(
7788: P_Quote_Header_Rec => l_qte_header_rec
7789: , P_hd_Price_Attributes_Tbl => ASO_QUOTE_PUB.G_Miss_Price_Attributes_Tbl

Line 7787: ASO_INPUT_PARAM_DEBUG.Print_quote_input(

7783:
7784: IF aso_debug_pub.g_debug_flag = 'Y' THEN
7785: aso_debug_pub.add('Update_Quote: Before call to aso_input_param_debug.print_quote_input procedure for change customer flow', 1, 'Y');
7786:
7787: ASO_INPUT_PARAM_DEBUG.Print_quote_input(
7788: P_Quote_Header_Rec => l_qte_header_rec
7789: , P_hd_Price_Attributes_Tbl => ASO_QUOTE_PUB.G_Miss_Price_Attributes_Tbl
7790: , P_hd_Payment_Tbl => l_hd_payment_tbl
7791: , P_hd_Shipment_tbl => l_hd_shipment_tbl

Line 7804: aso_debug_pub.add('Update_Quote: After call to aso_input_param_debug.print_quote_input procedure for change customer flow', 1, 'Y');

7800: , P_Ln_Tax_Detail_Tbl => ASO_QUOTE_PUB.G_Miss_Tax_Detail_Tbl
7801: , P_ln_Sales_Credit_Tbl => ASO_QUOTE_PUB.G_MISS_Sales_Credit_Tbl
7802: , P_Qte_Access_Tbl => ASO_QUOTE_PUB.G_MISS_QTE_ACCESS_TBL);
7803:
7804: aso_debug_pub.add('Update_Quote: After call to aso_input_param_debug.print_quote_input procedure for change customer flow', 1, 'Y');
7805: END IF;
7806: End If;
7807: /* Code change for Quoting Usability Sun ER End */
7808: