DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_INPUT_PARAM_DEBUG

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

4214: l_hd_shipment_tbl(1) := p_hd_shipment_rec;
4215: END IF;
4216:
4217: IF aso_debug_pub.g_debug_flag = 'Y' THEN
4218: aso_debug_pub.add('Create_Quote: Before call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
4219:
4220: ASO_INPUT_PARAM_DEBUG.Print_quote_input(
4221: P_Quote_Header_Rec => p_qte_header_rec
4222: , P_hd_Price_Attributes_Tbl => P_hd_Price_Attributes_Tbl

Line 4220: ASO_INPUT_PARAM_DEBUG.Print_quote_input(

4216:
4217: IF aso_debug_pub.g_debug_flag = 'Y' THEN
4218: aso_debug_pub.add('Create_Quote: Before call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
4219:
4220: ASO_INPUT_PARAM_DEBUG.Print_quote_input(
4221: P_Quote_Header_Rec => p_qte_header_rec
4222: , P_hd_Price_Attributes_Tbl => P_hd_Price_Attributes_Tbl
4223: , P_hd_Payment_Tbl => P_hd_Payment_Tbl
4224: , P_hd_Shipment_tbl => l_hd_Shipment_tbl

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

4233: , P_Ln_Tax_Detail_Tbl => P_Ln_Tax_Detail_Tbl
4234: , P_ln_Sales_Credit_Tbl => P_ln_Sales_Credit_Tbl
4235: , P_Qte_Access_Tbl => P_Qte_Access_Tbl);
4236:
4237: aso_debug_pub.add('Create_Quote: After call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
4238: END IF ;
4239:
4240: -- hyang defaulting framework begin
4241:

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

6972: END IF;
6973:
6974:
6975: IF aso_debug_pub.g_debug_flag = 'Y' THEN
6976: aso_debug_pub.add('Update_Quote: Before call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
6977:
6978: ASO_INPUT_PARAM_DEBUG.Print_quote_input(
6979: P_Quote_Header_Rec => p_qte_header_rec
6980: , P_hd_Price_Attributes_Tbl => P_hd_Price_Attributes_Tbl

Line 6978: ASO_INPUT_PARAM_DEBUG.Print_quote_input(

6974:
6975: IF aso_debug_pub.g_debug_flag = 'Y' THEN
6976: aso_debug_pub.add('Update_Quote: Before call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
6977:
6978: ASO_INPUT_PARAM_DEBUG.Print_quote_input(
6979: P_Quote_Header_Rec => p_qte_header_rec
6980: , P_hd_Price_Attributes_Tbl => P_hd_Price_Attributes_Tbl
6981: , P_hd_Payment_Tbl => P_hd_Payment_Tbl
6982: , P_hd_Shipment_tbl => P_hd_Shipment_tbl

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

6991: , P_Ln_Tax_Detail_Tbl => P_Ln_Tax_Detail_Tbl
6992: , P_ln_Sales_Credit_Tbl => P_ln_Sales_Credit_Tbl
6993: , P_Qte_Access_Tbl => P_Qte_Access_Tbl);
6994:
6995: aso_debug_pub.add('Update_Quote: After call to aso_input_param_debug.print_quote_input procedure', 1, 'Y');
6996: END IF;
6997:
6998:
6999: