DBA Data[Home] [Help]

APPS.ASO_QUOTE_PUB_W1 dependencies on ASO_QUOTE_UTIL_PVT

Line 414: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;

410: AND casa.cust_acct_site_id = csua.cust_acct_site_id
411: AND ps.party_site_id = l_party_site_id;
412:
413: BEGIN
414: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
415: IF l_debug = 'Y' THEN
416: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
417: END IF;
418: l_qls_ship_to_party_site_id := p_qls_ship_to_party_site_id;

Line 416: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;

412:
413: BEGIN
414: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
415: IF l_debug = 'Y' THEN
416: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
417: END IF;
418: l_qls_ship_to_party_site_id := p_qls_ship_to_party_site_id;
419: l_qls_ship_to_cust_account_id := p_qls_ship_to_cust_account_id;
420: l_ship_site_use_id := JTF_NUMBER_TABLE();

Line 450: l_qte_header_rec := ASO_QUOTE_UTIL_PVT.Construct_Qte_Header_Rec(

446: ddindx := l_qls_ship_to_party_site_id.next(ddindx);
447: END LOOP;
448: END IF;
449: -- Construct the quote header record
450: l_qte_header_rec := ASO_QUOTE_UTIL_PVT.Construct_Qte_Header_Rec(
451: p_quote_header_id => p_q_quote_header_id ,
452: p_creation_date => p_q_creation_date ,
453: p_created_by => p_q_created_by ,
454: p_last_updated_by => p_q_last_updated_by ,

Line 591: l_qte_line_tbl := ASO_QUOTE_UTIL_PVT.CONSTRUCT_Qte_Line_Tbl (

587: p_object_version_number => p_q_object_version_number
588: );
589:
590: -- Construct l_qte_line_tbl table
591: l_qte_line_tbl := ASO_QUOTE_UTIL_PVT.CONSTRUCT_Qte_Line_Tbl (
592: p_creation_date => p_ql_creation_date ,
593: p_created_by => p_ql_created_by ,
594: p_last_updated_by => p_ql_last_updated_by ,
595: p_last_update_date => p_ql_last_update_date ,

Line 672: l_ln_shipment_tbl := ASO_QUOTE_UTIL_PVT.CONSTRUCT_Shipment_Tbl(

668: p_invoice_to_cust_party_id => p_ql_invoice_to_cust_party_id
669: );
670:
671: -- Construct l_ln_shipment_tbl
672: l_ln_shipment_tbl := ASO_QUOTE_UTIL_PVT.CONSTRUCT_Shipment_Tbl(
673: p_operation_code => p_qls_operation_code ,
674: p_qte_line_index => p_qls_qte_line_index ,
675: p_shipment_id => p_qls_shipment_id ,
676: p_creation_date => p_qls_creation_date ,

Line 755: THEN ASO_QUOTE_UTIL_PVT.Debug('Begin calling ASO_ATP_INT.Check_Atp');

751: );
752:
753: -- Call ASO API
754: IF l_debug = 'Y'
755: THEN ASO_QUOTE_UTIL_PVT.Debug('Begin calling ASO_ATP_INT.Check_Atp');
756: END IF;
757: ASO_ATP_INT.Check_Atp(
758: P_API_VERSION_NUMBER => P_API_VERSION_NUMBER,
759: P_INIT_MSG_LIST => P_INIT_MSG_LIST,

Line 769: THEN ASO_QUOTE_UTIL_PVT.Debug('Returning from ASO_ATP_INT.Check_Atp');

765: X_MSG_DATA => X_MSG_DATA,
766: X_ATP_TBL => lx_ln_atp_tbl
767: );
768: IF l_debug = 'Y'
769: THEN ASO_QUOTE_UTIL_PVT.Debug('Returning from ASO_ATP_INT.Check_Atp');
770: END IF;
771:
772: -- Copy the data back from the local OUT lx_ln_atp_tbl parameter
773: ASO_QUOTE_UTIL_PVT.Set_Atp_Tbl_Out(

Line 773: ASO_QUOTE_UTIL_PVT.Set_Atp_Tbl_Out(

769: THEN ASO_QUOTE_UTIL_PVT.Debug('Returning from ASO_ATP_INT.Check_Atp');
770: END IF;
771:
772: -- Copy the data back from the local OUT lx_ln_atp_tbl parameter
773: ASO_QUOTE_UTIL_PVT.Set_Atp_Tbl_Out(
774: p_atp_tbl => lx_ln_atp_tbl,
775: x_inventory_item_id => x_atp_inventory_item_id,
776: x_inventory_item_name => x_atp_inventory_item_name,
777: x_inventory_item_description => x_inventory_item_description,

Line 827: ASO_QUOTE_UTIL_PVT.Disable_Debug_Pvt;

823: x_postal_code =>x_atp_postal_code ,
824: x_match_item_id =>x_atp_match_item_id
825: );
826: IF l_debug = 'Y' THEN
827: ASO_QUOTE_UTIL_PVT.Disable_Debug_Pvt;
828: END IF;
829: END Check_Atp;
830:
831: Procedure Get_Payment_Channel_Attribs (

Line 843: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;

839: lx_channel_attrib_uses IBY_FNDCPT_SETUP_PUB.PmtChannel_AttribUses_rec_type;
840: lx_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
841:
842: BEGIN
843: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
844: IF l_debug = 'Y' THEN
845: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
846: END IF;
847:

Line 845: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;

841:
842: BEGIN
843: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
844: IF l_debug = 'Y' THEN
845: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
846: END IF;
847:
848: IF l_debug = 'Y' THEN
849: ASO_QUOTE_UTIL_PVT.Debug('Before Calling IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs');

Line 849: ASO_QUOTE_UTIL_PVT.Debug('Before Calling IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs');

845: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
846: END IF;
847:
848: IF l_debug = 'Y' THEN
849: ASO_QUOTE_UTIL_PVT.Debug('Before Calling IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs');
850: ASO_QUOTE_UTIL_PVT.Debug('Payment Channel Code is : '||p_instr_channel_code);
851: END IF;
852:
853: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs

Line 850: ASO_QUOTE_UTIL_PVT.Debug('Payment Channel Code is : '||p_instr_channel_code);

846: END IF;
847:
848: IF l_debug = 'Y' THEN
849: ASO_QUOTE_UTIL_PVT.Debug('Before Calling IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs');
850: ASO_QUOTE_UTIL_PVT.Debug('Payment Channel Code is : '||p_instr_channel_code);
851: END IF;
852:
853: IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs
854: (

Line 866: ASO_QUOTE_UTIL_PVT.Debug('After Calling IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs');

862: x_response => lx_response);
863:
864:
865: IF l_debug = 'Y' THEN
866: ASO_QUOTE_UTIL_PVT.Debug('After Calling IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs');
867: ASO_QUOTE_UTIL_PVT.Debug('Return Status: '||x_return_status);
868: ASO_QUOTE_UTIL_PVT.Debug('SecCode Use : '||lx_channel_attrib_uses.Instr_SecCode_Use);
869: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_code: '|| to_char(lx_response.result_code));
870: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_category:'|| to_char(lx_response.result_category));

Line 867: ASO_QUOTE_UTIL_PVT.Debug('Return Status: '||x_return_status);

863:
864:
865: IF l_debug = 'Y' THEN
866: ASO_QUOTE_UTIL_PVT.Debug('After Calling IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs');
867: ASO_QUOTE_UTIL_PVT.Debug('Return Status: '||x_return_status);
868: ASO_QUOTE_UTIL_PVT.Debug('SecCode Use : '||lx_channel_attrib_uses.Instr_SecCode_Use);
869: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_code: '|| to_char(lx_response.result_code));
870: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_category:'|| to_char(lx_response.result_category));
871: ASO_QUOTE_UTIL_PVT.Debug('_response.result_message: '|| to_char(lx_response.result_message));

Line 868: ASO_QUOTE_UTIL_PVT.Debug('SecCode Use : '||lx_channel_attrib_uses.Instr_SecCode_Use);

864:
865: IF l_debug = 'Y' THEN
866: ASO_QUOTE_UTIL_PVT.Debug('After Calling IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs');
867: ASO_QUOTE_UTIL_PVT.Debug('Return Status: '||x_return_status);
868: ASO_QUOTE_UTIL_PVT.Debug('SecCode Use : '||lx_channel_attrib_uses.Instr_SecCode_Use);
869: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_code: '|| to_char(lx_response.result_code));
870: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_category:'|| to_char(lx_response.result_category));
871: ASO_QUOTE_UTIL_PVT.Debug('_response.result_message: '|| to_char(lx_response.result_message));
872: END IF;

Line 869: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_code: '|| to_char(lx_response.result_code));

865: IF l_debug = 'Y' THEN
866: ASO_QUOTE_UTIL_PVT.Debug('After Calling IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs');
867: ASO_QUOTE_UTIL_PVT.Debug('Return Status: '||x_return_status);
868: ASO_QUOTE_UTIL_PVT.Debug('SecCode Use : '||lx_channel_attrib_uses.Instr_SecCode_Use);
869: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_code: '|| to_char(lx_response.result_code));
870: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_category:'|| to_char(lx_response.result_category));
871: ASO_QUOTE_UTIL_PVT.Debug('_response.result_message: '|| to_char(lx_response.result_message));
872: END IF;
873:

Line 870: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_category:'|| to_char(lx_response.result_category));

866: ASO_QUOTE_UTIL_PVT.Debug('After Calling IBY_FNDCPT_SETUP_PUB.Get_Payment_Channel_Attribs');
867: ASO_QUOTE_UTIL_PVT.Debug('Return Status: '||x_return_status);
868: ASO_QUOTE_UTIL_PVT.Debug('SecCode Use : '||lx_channel_attrib_uses.Instr_SecCode_Use);
869: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_code: '|| to_char(lx_response.result_code));
870: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_category:'|| to_char(lx_response.result_category));
871: ASO_QUOTE_UTIL_PVT.Debug('_response.result_message: '|| to_char(lx_response.result_message));
872: END IF;
873:
874: -- Assign the output value

Line 871: ASO_QUOTE_UTIL_PVT.Debug('_response.result_message: '|| to_char(lx_response.result_message));

867: ASO_QUOTE_UTIL_PVT.Debug('Return Status: '||x_return_status);
868: ASO_QUOTE_UTIL_PVT.Debug('SecCode Use : '||lx_channel_attrib_uses.Instr_SecCode_Use);
869: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_code: '|| to_char(lx_response.result_code));
870: ASO_QUOTE_UTIL_PVT.Debug('x_response.result_category:'|| to_char(lx_response.result_category));
871: ASO_QUOTE_UTIL_PVT.Debug('_response.result_message: '|| to_char(lx_response.result_message));
872: END IF;
873:
874: -- Assign the output value
875: x_instr_secCode_Use := lx_channel_attrib_uses.Instr_SecCode_Use;

Line 879: ASO_QUOTE_UTIL_PVT.Disable_Debug_Pvt;

875: x_instr_secCode_Use := lx_channel_attrib_uses.Instr_SecCode_Use;
876:
877:
878: IF l_debug = 'Y' THEN
879: ASO_QUOTE_UTIL_PVT.Disable_Debug_Pvt;
880: END IF;
881:
882: END Get_Payment_Channel_Attribs;
883:

Line 905: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;

901: lx_config_tbl ASO_QUOTE_PUB.Config_Vaild_Tbl_Type;
902:
903: BEGIN
904:
905: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
906:
907: IF l_debug = 'Y' THEN
908: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
909: END IF;

Line 908: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;

904:
905: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
906:
907: IF l_debug = 'Y' THEN
908: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
909: END IF;
910:
911:
912: ASO_QUOTE_PUB.validate_model_configuration

Line 928: ASO_QUOTE_UTIL_PVT.Set_Config_Valid_Table_Out

924: X_Msg_Count => x_msg_count,
925: X_Msg_Data => x_msg_data
926: );
927:
928: ASO_QUOTE_UTIL_PVT.Set_Config_Valid_Table_Out
929: (
930: p_config_table => lx_config_tbl,
931: x_quote_line_id => x_quote_line_id,
932: x_changed_flag => x_changed_flag,

Line 939: ASO_QUOTE_UTIL_PVT.Debug('Returning from ASO_quote_pub.validate_model_configuration');

935: );
936:
937: IF l_debug = 'Y'
938: THEN
939: ASO_QUOTE_UTIL_PVT.Debug('Returning from ASO_quote_pub.validate_model_configuration');
940: ASO_QUOTE_UTIL_PVT.Debug('x_return_status:'|| x_return_status);
941: ASO_QUOTE_UTIL_PVT.Debug('x_return_status:'|| x_msg_data);
942: END IF;
943: END Validate_Model_Configuration;

Line 940: ASO_QUOTE_UTIL_PVT.Debug('x_return_status:'|| x_return_status);

936:
937: IF l_debug = 'Y'
938: THEN
939: ASO_QUOTE_UTIL_PVT.Debug('Returning from ASO_quote_pub.validate_model_configuration');
940: ASO_QUOTE_UTIL_PVT.Debug('x_return_status:'|| x_return_status);
941: ASO_QUOTE_UTIL_PVT.Debug('x_return_status:'|| x_msg_data);
942: END IF;
943: END Validate_Model_Configuration;
944:

Line 941: ASO_QUOTE_UTIL_PVT.Debug('x_return_status:'|| x_msg_data);

937: IF l_debug = 'Y'
938: THEN
939: ASO_QUOTE_UTIL_PVT.Debug('Returning from ASO_quote_pub.validate_model_configuration');
940: ASO_QUOTE_UTIL_PVT.Debug('x_return_status:'|| x_return_status);
941: ASO_QUOTE_UTIL_PVT.Debug('x_return_status:'|| x_msg_data);
942: END IF;
943: END Validate_Model_Configuration;
944:
945:

Line 1620: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;

1616: l_debug VARCHAR2(1);
1617:
1618: BEGIN
1619: SAVEPOINT Copy_Quote_Pvt;
1620: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
1621: IF l_debug = 'Y' THEN
1622: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
1623: END IF;
1624: -- standard call to check for call compatibility

Line 1622: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;

1618: BEGIN
1619: SAVEPOINT Copy_Quote_Pvt;
1620: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
1621: IF l_debug = 'Y' THEN
1622: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
1623: END IF;
1624: -- standard call to check for call compatibility
1625: IF NOT FND_API.Compatible_API_Call (l_api_version,
1626: p_api_version_number,

Line 1642: ASO_QUOTE_UTIL_PVT.debug('ASO_QUOTE_PUB_W.copy_from_quote(+)');

1638: -- initialize API return status to success
1639: x_return_status := FND_API.G_RET_STS_SUCCESS;
1640:
1641: IF l_debug = 'Y' THEN
1642: ASO_QUOTE_UTIL_PVT.debug('ASO_QUOTE_PUB_W.copy_from_quote(+)');
1643: END IF;
1644:
1645: -- begin API body
1646:

Line 1647: l_copy_qte_hdr_rec := ASO_QUOTE_UTIL_PVT.CONSTRUCT_Copy_Qte_Hdr_Rec(

1643: END IF;
1644:
1645: -- begin API body
1646:
1647: l_copy_qte_hdr_rec := ASO_QUOTE_UTIL_PVT.CONSTRUCT_Copy_Qte_Hdr_Rec(
1648: p_quote_header_id => p_cq_quote_header_id,
1649: p_quote_name => p_cq_quote_name,
1650: p_quote_number => p_cq_quote_number,
1651: p_quote_source_code => p_cq_quote_source_code,

Line 1660: ASO_QUOTE_UTIL_PVT.Set_Copy_Quote_Control_Rec_W(

1656: p_tax_status_indicator => p_cq_tax_status_indicator,
1657: p_price_updated_date => p_cq_price_updated_date,
1658: p_tax_updated_date => p_cq_tax_updated_date);
1659:
1660: ASO_QUOTE_UTIL_PVT.Set_Copy_Quote_Control_Rec_W(
1661: p_copy_header_only => p_cc_copy_header_only,
1662: p_new_version => p_cc_new_version,
1663: p_copy_note => p_cc_copy_note,
1664: p_copy_task => p_cc_copy_task,

Line 1691: l_qte_header_rec := ASO_QUOTE_UTIL_PVT.Construct_Qte_Header_Rec(

1687: p_Copy_Line_Sales_Credit => p_cc_copy_line_sales_credit,
1688: p_Copy_To_Same_Customer => p_cc_copy_to_same_customer,
1689: x_copy_quote_control_rec => l_copy_qte_control_rec);
1690:
1691: l_qte_header_rec := ASO_QUOTE_UTIL_PVT.Construct_Qte_Header_Rec(
1692: p_quote_header_id => p_q_quote_header_id ,
1693: p_creation_date => p_q_creation_date ,
1694: p_created_by => p_q_created_by ,
1695: p_last_updated_by => p_q_last_updated_by ,

Line 1833: l_hd_price_attributes_tbl := ASO_QUOTE_UTIL_PVT.Construct_Price_Attributes_Tbl(

1829: p_header_paynow_charges => p_q_header_paynow_charges
1830: );
1831:
1832: -- set header price attribute
1833: l_hd_price_attributes_tbl := ASO_QUOTE_UTIL_PVT.Construct_Price_Attributes_Tbl(
1834: p_operation_code => p_qpa_operation_code ,
1835: p_qte_line_index => p_qpa_qte_line_index ,
1836: p_price_attribute_id => p_qpa_price_attribute_id ,
1837: p_creation_date => p_qpa_creation_date ,

Line 1974: l_hd_payment_tbl := ASO_QUOTE_UTIL_PVT.Construct_Payment_Tbl(

1970: p_attribute20 => p_qpa_attribute20 ,
1971: p_object_version_number => p_qpa_object_version_number);
1972:
1973: -- set header payment tbl
1974: l_hd_payment_tbl := ASO_QUOTE_UTIL_PVT.Construct_Payment_Tbl(
1975: p_operation_code => p_qp_operation_code ,
1976: p_qte_line_index => p_qp_qte_line_index ,
1977: p_payment_id => p_qp_payment_id ,
1978: p_creation_date => p_qp_creation_date ,

Line 2032: l_hd_shipment_rec := ASO_QUOTE_UTIL_PVT.Construct_Shipment_rec(

2028: p_object_version_number => p_qp_object_version_number);
2029:
2030:
2031: -- set header shipment
2032: l_hd_shipment_rec := ASO_QUOTE_UTIL_PVT.Construct_Shipment_rec(
2033: p_operation_code => p_qs_operation_code ,
2034: p_qte_line_index => p_qs_qte_line_index ,
2035: p_shipment_id => p_qs_shipment_id ,
2036: p_creation_date => p_qs_creation_date ,

Line 2113: l_hd_tax_detail_tbl := ASO_QUOTE_UTIL_PVT.Construct_Tax_Detail_Tbl(

2109: );
2110:
2111:
2112: -- set header tax detail
2113: l_hd_tax_detail_tbl := ASO_QUOTE_UTIL_PVT.Construct_Tax_Detail_Tbl(
2114: p_operation_code => p_qt_operation_code ,
2115: p_qte_line_index => p_qt_qte_line_index ,
2116: p_shipment_index => p_qt_shipment_index ,
2117: p_tax_detail_id => p_qt_tax_detail_id ,

Line 2163: l_hd_sales_credit_tbl := ASO_QUOTE_UTIL_PVT.Construct_Sales_Credit_Tbl(

2159: p_object_version_number => p_qt_object_version_number ,
2160: p_tax_rate_id => p_qt_tax_rate_id);
2161:
2162: -- set header sales credit
2163: l_hd_sales_credit_tbl := ASO_QUOTE_UTIL_PVT.Construct_Sales_Credit_Tbl(
2164: p_operation_code => p_qsc_operation_code ,
2165: p_qte_line_index => p_qsc_qte_line_index ,
2166: p_sales_credit_id => p_qsc_sales_credit_id ,
2167: p_creation_date => p_qsc_creation_date ,

Line 2212: l_price_adjustment_tbl := ASO_QUOTE_UTIL_PVT.Construct_Price_Adj_Tbl(

2208: p_credit_rule_id => p_qsc_credit_rule_id ,
2209: p_object_version_number => p_qsc_object_version_number);
2210:
2211: -- set price adjustment tbl
2212: l_price_adjustment_tbl := ASO_QUOTE_UTIL_PVT.Construct_Price_Adj_Tbl(
2213: p_operation_code => p_qlpaj_operation_code ,
2214: p_qte_line_index => p_qlpaj_qte_line_index ,
2215: p_price_adjustment_id => p_qlpaj_price_adjustment_id ,
2216: p_creation_date => p_qlpaj_creation_date ,

Line 2306: ASO_QUOTE_UTIL_PVT.Debug('Begin calling ASO_Copy_Quote_Pub.Copy_Quote');

2302: p_quote_shipment_id => p_qlpaj_quote_shipment_id ,
2303: p_object_version_number => p_qlpaj_object_version_number);
2304: -- Call ASO API
2305: IF l_debug = 'Y' THEN
2306: ASO_QUOTE_UTIL_PVT.Debug('Begin calling ASO_Copy_Quote_Pub.Copy_Quote');
2307: END IF;
2308:
2309: ASO_Copy_Quote_Pub.Copy_Quote(
2310: p_api_Version_Number => 1.0,

Line 2325: ASO_QUOTE_UTIL_PVT.Debug('Returning from ASO_Copy_Quote_Pub.Copy_Quote');

2321: x_return_status => x_return_status,
2322: x_msg_count => x_msg_count,
2323: x_msg_data => x_msg_data);
2324: IF l_debug = 'Y' THEN
2325: ASO_QUOTE_UTIL_PVT.Debug('Returning from ASO_Copy_Quote_Pub.Copy_Quote');
2326: END IF;
2327:
2328: IF FND_API.To_Boolean( p_commit ) THEN
2329: COMMIT WORK;

Line 2333: ASO_QUOTE_UTIL_PVT.debug('ASO_QUOTE_PUB_W.copy_quote(+)');

2329: COMMIT WORK;
2330: END IF;
2331:
2332: IF l_debug = 'Y' THEN
2333: ASO_QUOTE_UTIL_PVT.debug('ASO_QUOTE_PUB_W.copy_quote(+)');
2334: END IF;
2335: -- standard call to get message count and if count is 1, get message info.
2336: FND_MSG_PUB.Count_And_Get
2337: ( p_encoded => FND_API.G_FALSE,

Line 2343: ASO_QUOTE_UTIL_PVT.disable_debug_pvt;

2339: p_data => x_msg_data
2340: );
2341:
2342: IF l_debug = 'Y' THEN
2343: ASO_QUOTE_UTIL_PVT.disable_debug_pvt;
2344: END IF;
2345:
2346: EXCEPTION
2347: WHEN FND_API.G_EXC_ERROR THEN

Line 2356: ASO_QUOTE_UTIL_PVT.disable_debug_pvt;

2352: p_count => x_msg_count,
2353: p_data => x_msg_data
2354: );
2355: IF l_debug = 'Y' THEN
2356: ASO_QUOTE_UTIL_PVT.disable_debug_pvt;
2357: END IF;
2358: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2359: ROLLBACK TO Copy_Quote_Pvt;
2360: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 2367: ASO_QUOTE_UTIL_PVT.disable_debug_pvt;

2363: p_count => x_msg_count,
2364: p_data => x_msg_data
2365: );
2366: IF l_debug = 'Y' THEN
2367: ASO_QUOTE_UTIL_PVT.disable_debug_pvt;
2368: END IF;
2369: WHEN OTHERS THEN
2370: ROLLBACK TO Copy_Quote_Pvt;
2371: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 2390: ASO_QUOTE_UTIL_PVT.disable_debug_pvt;

2386: p_count => x_msg_count,
2387: p_data => x_msg_data
2388: );
2389: IF l_debug = 'Y' THEN
2390: ASO_QUOTE_UTIL_PVT.disable_debug_pvt;
2391: END IF;
2392:
2393: END Copy_From_Quote;
2394: